- Add support for passing `kwargs` into component - Provide access to the current `request` in the component's methods
0.9.4
Not secure
- Fix: Prevent Django CharField form field from stripping whitespaces when used for validation. - Fix: Handle edge case that would generate a null exception. - Fix: Only change loading state when an action method gets called, not on every event fire.
0.9.2
Not secure
- Handle events on internal elements
0.9.1
Not secure
- Fix: certain actions weren't triggering model values to get set correctly
0.9.0
Not secure
- 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
Not secure
- Add much more elaborate support for dealing with Django models.