v0.119ยค
โ ๏ธ Attention โ ๏ธ - This release introduced bugs #849, #855. Please update to v0.121.
Fixยค
- Fix compatibility with custom subclasses of Django's
Template
that need to accessorigin
or other initialization arguments. (https://github.com/django-components/django-components/pull/828)
Refactorยค
- Compatibility with
django-debug-toolbar-template-profiler
: -
Monkeypatching of Django's
Template
now 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)