Skip to content

Releases: adamghill/django-unicorn

0.9.1

22 Nov 20:59
Compare
Choose a tag to compare
  • Fix: certain actions weren't triggering model values to get set correctly

0.9.0

21 Nov 21:35
Compare
Choose a tag to compare
  • Loading states for improved UX.
  • $event special argument for actions.
  • u unicorn attribute.
  • APPS setting for determining where to look for components.
  • Add support for parent elements for non-db models.
  • Fix: Handle if Meta doesn't exist for db models.

0.8.0

25 Oct 03:13
Compare
Choose a tag to compare
  • Add much more elaborate support for dealing with Django models.

0.7.0

27 Sep 19:28
Compare
Choose a tag to compare
  • Parse action args as Python objects
  • Add javascript unit tests
  • Stop and prevent modifiers on actions
  • Defer modifier on model
  • Add support for multiple actions
  • Django setting to minimize the Javascript

Breaking changes

  • Remove unused unicorn_styles template tag
  • Use dash for poll timing instead of dot

0.6.5

19 Sep 21:03
Compare
Choose a tag to compare

Fixes

  • Attempt to get the CSRF token from the cookie first before looking at the CSRF token.