Changelog
13.0.0 beta
BREAKING CHANGE
IBobrilCacheNode
has now just read only fields as it was always intended. Events onFocus
, onBlur
, onSelectionChange
bubble now.bubble
, broadcast
, captureBroadcast
now type check EventNames
and EventParam<TName>
Most event parameters now inherit from IEventParam
which contains target
of IBobrilCacheNode
type.
New hooks useEvents
and useCaptureEvents
(this is completely new capability bubble
and broadcast
now first broadcast to all useCaptureEvents). New types IHookableEvents
and ICapturableEvents
. New event onInput
which is similar to onChange
but parameter is object with target
and value
fields and bubbles.
Improve mouse cursor override during drag and drop.
Npm now contains index.js (ES5) and index.d.ts.