v0.17 (2021-09-10)ยค
__
BREAKING CHANGESยค
-
Renamed
Component.contextandComponent.templatetoget_context_dataandget_template_name. The old methods still work, but emit a deprecation warning.This change was done to sync naming with Django's class based views, and make using django-components more familiar to Django users.
Component.contextandComponent.templatewill be removed when version 1.0 is released.