Releases: jpsca/jinjax
Releases · jpsca/jinjax
0.57
0.56
What's Changed
- Allow for
index.jinja
files in subfolders to be called with just the folder name.
For examplecomponents/tab/index.jinja
can now be called as<Tab>
.
The idea is to make it more convenient grouping components made of different files into a single subfolder (e.g.:<Tab.Panel>
,<Tab.List>
, etc.) - Assets are now rendered in the page sorted by name.
Full Changelog: 0.55...0.56
0.55
What's Changed
- Fix critical Windows path error by @JoshuaMaddy in #115
- BREAKING: Prefixes are now separated by ":" instead of the "." used for subfolders.
New Contributors
- @JoshuaMaddy made their first contribution in #115
Full Changelog: 0.54...0.55
0.54
Full Changelog: 0.53...0.54
0.53
0.52
Full Changelog: 0.51...0.52
0.51
Full Changelog: 0.50...0.51
0.50
What's Changed
- Fix #106
- Officially support Python 3.13 by @johnfraney in #104
New Contributors
- @johnfraney made their first contribution in #104
Full Changelog: 0.48...0.50
0.48
0.47
What's Changed
- Add FastAPI example by @Noreu in #96
- Define all to re-export classes by @jacobcheatley in #99
- Fix #95: Makes
whitenoise
optional to install by @jpsca in #100
New Contributors
- @Noreu made their first contribution in #96
- @jacobcheatley made their first contribution in #99
Full Changelog: 0.46...0.47