Releases: SmileyChris/django-includecontents
Releases · SmileyChris/django-includecontents
1.2.1
1.2
Features
- Added support for Django-style template variables in component attributes:
title="{{ myTitle }}"
. The old styletitle={myTitle}
is still supported but will be deprecated in a future version.
Bugfixes
- Short-hand syntax props weren't being taken into account by the required attrs check.