Skip to content

htmltools 0.5.8

Latest
Compare
Choose a tag to compare
@cpsievert cpsievert released this 26 Mar 16:33
· 2 commits to main since this release
e3c42ac

Improvements

  • The fill CSS attached to fillable containers and fill items with bindFillRole() now uses a CSS cascade layer named htmltools 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 an NA value, e.g. tagAppendAttributes(div(), contenteditable = NA) creates <div contenteditable></div>. (thanks @russHyde, #427)

Bug fixes

  • bindFillRole() now attaches its HTMLDependency() to fill items, thus reducing the possibility of filling layout breaking due to missing CSS. (#421)