Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.54.0
- Coerce type annotated arguments in an action method to the specified type (#571).
- Fix: Dictionary fields would sometimes create checksum errors (#572).
0.53.0
- Support passing arguments into a component (#560).
- Fix the handling of
None
for select elements. (#563).
- Better handling of
AuthenticationForm
when used in Component.form_class
(#552) by lassebomh.
0.52.0
- Use
CSRF_COOKIE_NAME
Django setting (#545) by frnidito.
- Asterisk wildcard support for targeting loading (#543) by regoawt.
0.51.0
- Fix: remove use of
ByteString
(#534) by hauntsaninja.
- Fix: Update
loading
on elements other than the current action element ([#512]#512) by bazubii).
- Add new logo and doc changes (#518) by dancaron.
- Fix: Nested children caching issues (#511) by bazubii).
- Fix: Negating a variable for
poll.disable
would not work correctly in some instances.
0.50.0
- Support more than 1 level of nested children (#476 by bazubii).
0.49.2
- Fix: Calling methods with a model typehint would fail after being called multiple times (#476 by stat1c-void).
0.49.1
- Fix: Missing
pp
import in Python 3.7.
0.49.0
- Fix: Handle inherited (i.e. subclassed) models #459.
- Fix: Support abbreviated
u:view
(#464 by nerdoc).
- Add version and build date to minified JavaScript for easier debugging.
0.46.0
- Support for loading nested components from a route that uses a class-based view.
- Better support for children components.
0.45.1
- Fix JavaScript error that sometimes happens with nested components. 237 by clangley