Changelog
20.11.1
Default element root is resolved inside addRoot
and not lazily during frame update.
Changelog
20.11.0
Add way to define default element root for addRoot and Portal. b.setDefaultElementRoot(...)
Changelog
20.10.0
Fixed JSX definition so now works let El = "div"; <El>Text</El>
.
Fixed crash when some plugin removed DOM element and then Bobril want to change it.
Changelog
20.9.0
New function cva
which is adaptation of class-variance-authority for Bobril. Instead of just classNames it works with style
of type IBobrilStyles
.