Skip to content

Releases: volfpeter/htmy

v0.8.2

28 Aug 15:04
0d65890
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

12 Aug 14:06
01cc535
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

12 Aug 12:45
255ddf1
Compare
Choose a tag to compare

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 of xml.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

24 Apr 19:24
5e88f3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

27 Mar 08:28
e25f96a
Compare
Choose a tag to compare

What's Changed

Another feature release in a patch version, so you don't need to manually upgrade dependencies.

Here are the changes:

Full Changelog: v0.7.2...v0.7.3

v0.7.2

26 Mar 12:47
1cee43a
Compare
Choose a tag to compare

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 and fasthx chatbot by @volfpeter in #56

Full Changelog: v0.7.1...v0.7.2

v0.7.1

10 Mar 22:08
36b925f
Compare
Choose a tag to compare

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

08 Mar 19:24
025dd37
Compare
Choose a tag to compare

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

03 Mar 20:12
8858a80
Compare
Choose a tag to compare

What's Changed

  • Some minor documentation improvements by @volfpeter in #38
  • Add example and documentation for Snippet with Slots 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

04 Feb 18:00
e868345
Compare
Choose a tag to compare

What's Changed

  • Slot support in Snippet and MD with Slots 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