django-unicorn

The magical reactive component framework for Django ✨

MIT License

Downloads
9.6K
Stars
2.3K
Committers
17

Bot releases are visible (Hide)

django-unicorn - 0.9.1

Published by adamghill almost 4 years ago

  • Fix: certain actions weren't triggering model values to get set correctly
django-unicorn - 0.9.0

Published by adamghill almost 4 years ago

  • 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.
django-unicorn - 0.8.0

Published by adamghill almost 4 years ago

  • Add much more elaborate support for dealing with Django models.
django-unicorn - 0.7.0

Published by adamghill about 4 years ago

  • 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
django-unicorn - 0.6.5

Published by adamghill about 4 years ago

Fixes

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