Changelog
20.3.3
Sprite with recolor to #rrggbb00 was wrongly opaque instead of fully transparent.
Changelog
20.3.0
New function setAllowInvalidateStyles
which allows to speed up app startup by lowering number of rebuilding styles.
Changelog
20.2.0
Added optional slot
property into wrapWebComponents
function to be able use named slots in wrapped web components.
Changelog
20.1.0
Create dynamically colored sprites lazily only when used by b.style
. Should make first start of big applications much faster.
Maybe sprite speed up by remembering ImageData instead of Image.
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
.