v0.119 (2024-12-13)ยค
__
โ ๏ธ Attention โ ๏ธ - This release introduced bugs #849, #855. Please update to v0.121.
Fixยค
- Fix compatibility with custom subclasses of Django's
Templatethat need to accessoriginor other initialization arguments. (https://github.com/django-components/django-components/pull/828)
Refactorยค
- Compatibility with
django-debug-toolbar-template-profiler: -
Monkeypatching of Django's
Templatenow happens atAppConfig.ready()(https://github.com/django-components/django-components/pull/825) -
Internal parsing of template tags tag was updated. No API change. (https://github.com/django-components/django-components/pull/827)