- Target DOM changes from an action to only update a part of the DOM with the `partial` attribute.
0.16.1
Not secure
- Remove debounce from action methods to reduce any perceived lag
0.16.0
Not secure
- Dirty states for when there is a change that hasn't been synced yet. - Attempt to handle when the component gets out of sync with an invalid checksum error. - Performance tweaks when there isn't a change to a `model` or `dbModel` with lazy or defer modifiers. - Add support for setting multiple classes for loading states.
0.15.1
Not secure
- Fix bug where a component name has a dash in its name
0.15.0
Not secure
- Remove restriction that component templates must start with a `div`. - Remove restriction that component root can't also have `unicorn:model` or `unicorn:action`. - Add support for nested components. - Add `discard` action modifier.
0.14.1
Not secure
- Prevent the currently focused model element from updating after the AJAX request finishes ([100](https://github.com/adamghill/django-unicorn/issues/100)).