Releases: posit-dev/py-htmltools
Releases · posit-dev/py-htmltools
htmltools 0.1.5
New features
-
Changed types hints for
Tag
functions. The new types areTagChild
,TagNode
,TagAttrValue
, andTagAttrs
. (#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
Bug fixes
- Added alias for
htmltools._util._package_dir
function, which was used by shinywidgets 0.1.4.
htmltools 0.1.3
Bug fixes
- Fixed path handling on Windows. (#47)
htmltools 0.1.2
Initial release