Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.45.0
15 Apr 12:12
Compare
Sorry, something went wrong.
No results found
Add ability to render initial data JavaScript inside the rendered component
0.44.1
31 Mar 01:00
Compare
Sorry, something went wrong.
No results found
Fix: Some types of type annotations on a component method would cause an error when it was called #392 by nerdoc
Add component_id, component_name, component_key to the unicorn dictionary in the template context #389 by nerdoc
0.44.0
28 Mar 02:09
Compare
Sorry, something went wrong.
No results found
Add support for raising a ValidationError from component methods
0.43.1
06 Mar 21:39
Compare
Sorry, something went wrong.
No results found
Fix bug where direct views were not caching the component correctly
0.43.0
05 Mar 17:38
Compare
Sorry, something went wrong.
No results found
Defer displaying messages when an action method returns a redirect
Prevent morphing or other changes when redirecting
0.42.1
10 Feb 03:31
Compare
Sorry, something went wrong.
No results found
Fix bug where dictionaries in a component would generate incorrect checksums and trigger a Checksum does not match error
Remove some serializations that was happening unnecessarily on every render
Add Python 3.10 and Django 4.0 to test matrix
0.42.0
29 Jan 14:20
Compare
Sorry, something went wrong.
No results found
Remove all blank spaces from JSON responses.
Optional support for minifying response HTML with htmlmin .
Log warning message if the component HTML doesn't appear to be well-formed (i.e. an element does not have an ending tag). #342 by liamlawless35
Breaking changes
Bump supported Python to >=3.7.
0.41.2
17 Jan 15:16
Compare
Sorry, something went wrong.
No results found
Fix: Handle excluding a field's attribute when the field is None.
0.41.1
30 Dec 14:32
Compare
Sorry, something went wrong.
No results found
Fix: Handle component classes with a bool class attribute and a form_class with a BooleanField. Reported by zurtri
0.41.0
24 Dec 03:38
Compare
Sorry, something went wrong.
No results found
Support using a context variable for a component name. #314 by robwa