Skip to content

v1.5.2

Latest
Compare
Choose a tag to compare
@wrabit wrabit released this 10 Jan 13:23
· 3 commits to main since this release

Allow valid json to be passed inside attributes

  • Handle attributes containing quoted spaces by @wrabit in #241

Previously, passing a space inside a quoted string inside an attribute value would produce a malformed string due to the way Django understands attributes on a templatetag. Cotton's underlying component templatetag now handles this as expected.

In reference to:

Full Changelog: v1.5.1...v1.5.2