File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## NEXT
4- - Split source code into multiple private modules.
5- See [ PR #119 ] ( https://github.com/pelme/htpy/pull/119 ) .
3+ ## 25.5.1 - 2025-05-30
4+ - Split source code into multiple private modules. See PR #119 .
65 Thanks to [ Stein Magnus Jodal (@jodal )] ( https://github.com/jodal ) .
76- Add ` @with_children ` decorator to help creating custom components that get passed children in the same way as regular HTML elements.
8- See [ PR #113 ] ( https://github.com/pelme/htpy/pull/113 ) .
7+ See PR #113 .
98 [ Read the docs for more details] ( common-patterns.md#components-with-children ) .
109 Thanks to [ Stein Magnus Jodal (@jodal )] ( https://github.com/jodal ) .
1110
Original file line number Diff line number Diff line change 1717from htpy ._types import Renderable as Renderable
1818from htpy ._with_children import with_children as with_children
1919
20- __version__ = "25.5.0 "
20+ __version__ = "25.5.1 "
2121__all__ : list [str ] = []
2222
2323
You can’t perform that action at this time.
0 commit comments