Changelog
20.0.0
Click and DblClick events are not listened in Capture phase which increase compatibility with web components.
New method addEventListeners
needs to be called when using Bobril nodes in 3rd party library which prevents bubbling of various browser events. You will want to usually call together with addRoot
.
Changelog
19.0.0
Removed now unused feature of isArray customization, Bobx now uses Proxies which makes them Array.isArray compatible.
Made useState compatible with ES2015 spread.
Changelog
18.2.0
Fixed refs when switched instances during one render.
Custom events in WebComponent wrapper making it complete.
Changelog
18.1.0
Added basic support for wrapping Web Components (custom events will be added in next version).
Changelog
18.0.0
Removed compatibility with IE11 and old Edge.
Removed definition of Thenable<T>
replace by PromiseLike<T>
if you used it.
Changelog
17.13.0
Css update was moved from before frame to after frame to prevent unstyled icons.