Skip to content

Releases: posit-dev/py-htmltools

htmltools 0.1.5

11 Mar 18:32
@wch wch
Compare
Choose a tag to compare

New features

  • Changed types hints for Tag functions. The new types are TagChild, TagNode, TagAttrValue, and TagAttrs. (#51)

  • Add public-facing html_escape function.

Bug fixes

  • Removed default argument values which were mutable objects.

Other changes

  • Moved packages from requirements-dev.txt to setup.cfg.

htmltools 0.1.4

02 Mar 15:18
@wch wch
Compare
Choose a tag to compare

Bug fixes

  • Added alias for htmltools._util._package_dir function, which was used by shinywidgets 0.1.4.

htmltools 0.1.3

02 Mar 01:46
@wch wch
Compare
Choose a tag to compare

Bug fixes

  • Fixed path handling on Windows. (#47)

htmltools 0.1.2

20 Jul 16:53
Compare
Choose a tag to compare

Initial release