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)