Skip to content

Releases: adamghill/django-unicorn

0.54.0

12 Aug 13:51
Compare
Choose a tag to compare
  • 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

07 Aug 13:03
Compare
Choose a tag to compare
  • 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

14 Jul 18:34
Compare
Choose a tag to compare
  • Use CSRF_COOKIE_NAME Django setting (#545) by frnidito.
  • Asterisk wildcard support for targeting loading (#543) by regoawt.

0.51.0

20 May 01:50
Compare
Choose a tag to compare
  • 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

18 Feb 00:17
Compare
Choose a tag to compare
  • Support more than 1 level of nested children (#476 by bazubii).

0.49.2

17 Nov 12:54
Compare
Choose a tag to compare
  • Fix: Calling methods with a model typehint would fail after being called multiple times (#476 by stat1c-void).

0.49.1

16 Nov 01:53
Compare
Choose a tag to compare
  • Fix: Missing pp import in Python 3.7.

0.49.0

12 Nov 13:58
Compare
Choose a tag to compare
  • 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

29 Aug 01:55
Compare
Choose a tag to compare
  • Support for loading nested components from a route that uses a class-based view.
  • Better support for children components.

0.45.1

06 Aug 13:09
Compare
Choose a tag to compare
  • Fix JavaScript error that sometimes happens with nested components. 237 by clangley