v0.50 ๐จ๐ข (2024-02-26)ยค
__
__
BREAKING CHANGESยค
-
{% component_block %}is now{% component %}, and{% component %}blocks need an ending{% endcomponent %}tag.The new
python manage.py upgradecomponentcommand can be used to upgrade a directory (use--pathargument to point to each dir) of templates that use components to the new syntax automatically.This change is done to simplify the API in anticipation of a 1.0 release of django_components. After 1.0 we intend to be stricter with big changes like this in point releases.