Improvements
-
The fill CSS attached to fillable containers and fill items with
bindFillRole()
now uses a CSS cascade layer namedhtmltools
to reduce the precedence order of the fill CSS. (#425) -
Improved documentation for boolean attributes in
tagAppendAttributes()
to note that they can be set via anNA
value, e.g.tagAppendAttributes(div(), contenteditable = NA)
creates<div contenteditable></div>
. (thanks @russHyde, #427)
Bug fixes
bindFillRole()
now attaches itsHTMLDependency()
to fill items, thus reducing the possibility of filling layout breaking due to missing CSS. (#421)