Releases: adamghill/dj-angles
Releases · adamghill/dj-angles
Release list
0.27.0
0.26.0
- Add
get_template_loadersfor easierTEMPLATESconfiguration insettings.py. - Add
django-viewcomponentintegration. - Add
viewtemplate tag. - Add support for calling models by app label, e.g.
{% model app_label.Model %}. - Skip over comment tags when parsing templates.
Full Changelog: 0.25.0...0.26.0
0.25.0
- Add error boundaries.
- Add
django-componentsintegration. - Faster and more reliable replacement strategy.
- Improve examples and documentation.
- Fix bugs with slots.
- Fix bugs with attributes.
Full Changelog: 0.24.0...0.25.0
0.24.0
- Add support for Django 6.0 template partials.
Full Changelog: 0.23.0...0.24.0
0.23.0
- Add support for inline template partials.
- Add support for using named template partials.
0.22.0
- Add integration with
django-template-partials. - Add support for inline or expressions.
- Add support for inline if expressions.
0.20.0
0.19.0
- Fix
delayinajax-form. - Add
templatetemplate tag. - Return a stringified result from
calltemplate tag.
Breaking changes
- Remove automatically casting strings to
UUID,datetime,date, ortime. That can be done manually in the function if needed and it's a little too magical.
0.18.0
- Add
ajax-formcustom element. - Add
formtag element. - Add
RequestMethodMiddlewareandRequestAJAXMiddleware.
Full Changelog: 0.17.0...0.18.0
0.17.0
- Add
dateformatfilter.
Full Changelog: 0.16.0...0.17.0