Skip to content

2.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 02:16
· 73 commits to main since this release

Features

  • Add support for JavaScript framework event attributes like @click, v-on:, x-on:, and : (binding shorthand) in component attributes
  • Add support for mixed content in component attributes, allowing combinations of static text and Django template syntax (e.g., class="btn {{ variant }}", href="/products/{{ id }}/", and even template tags like class="{% if active %}active{% endif %}").