Skip to content

Releases: SmileyChris/django-includecontents

1.2.1

19 Nov 04:26
Compare
Choose a tag to compare

Bugfixes

  • Make csrf_token work from within components

1.2

12 Nov 00:02
Compare
Choose a tag to compare
1.2

Features

  • Added support for Django-style template variables in component attributes: title="{{ myTitle }}". The old style title={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.

1.1.1

25 Jul 22:57
Compare
Choose a tag to compare

Bugfixes

  • Fix a bug where the component context wasn't being set correctly, especially noticeable inside of a loop. (5)

1.1

03 Jun 05:23
Compare
Choose a tag to compare
1.1

Bugfixes

  • Allow attributes with dashes which don't have values. For example, <include:foo x-data />. (1)