Releases: volfpeter/htmy
Releases · volfpeter/htmy
v0.8.2
What's Changed
- Simplify and streamline poe task names by @volfpeter in #79
- Add missing
<kbd>
HTML element by @volfpeter in #81
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8.0
What's Changed
- Add minimal pyright config to get language features working in recent Zed versions by @volfpeter in #70
- Use
lxml.etree
if available instead ofxml.etree
by @volfpeter in #74 - Add
lxml
as optional dependency by @volfpeter in #74 - Upgrade dev dependencies by @volfpeter in #74
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- Change baseclass of
html.iframe
toTag
by @davidangarita1 in #65
New Contributors
- @davidangarita1 made their first contribution in #65
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
Another feature release in a patch version, so you don't need to manually upgrade dependencies.
Here are the changes:
- LRU-cache loaded files in
Snippet
andMD
by @volfpeter in #62 - Minor documentation fixes by @volfpeter in #62
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
This is a small feature release with minor document improvements:
- Add support for complex values to
Formatter
by @volfpeter in #60 - Add external example to docs:
fastapi
andfasthx
chatbot by @volfpeter in #56
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Add some links to the function components guide, refs #46 by @volfpeter in #51
- Fix (default) renderer exception that occurred if an async component had direct async children by @volfpeter in #54
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Add support for method components (
@component.method
and@component.context_only_method
decorators) by @volfpeter in #49 - Function and method components guide by @volfpeter in #49
Full Changelog: v0.6.0...v0.7.0
(Sorry for the frequent releases recently, I wanted to release the slot rendering and advanced function and method components features as early as possible as they are quite important.)
v0.6.0
What's Changed
- Some minor documentation improvements by @volfpeter in #38
- Add example and documentation for
Snippet
withSlots
by @volfpeter in #39 - Add a component guide to the documentation by @volfpeter in #42
- Simpler and more performant
@component
decorator and new@component.context_only
decorator by @volfpeter in #47
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Slot support in
Snippet
andMD
withSlots
by @volfpeter in #33 - Upgrade
build-docs
cache action to v4 by @volfpeter in #35 - Highlight native HTML and slot rendering support in the documentation by @volfpeter in #36
Full Changelog: v0.4.2...v0.5.0