Skip to content

Releases: adamghill/django-unicorn

0.40.0

18 Dec 22:02

Choose a tag to compare

  • Add direct view so that components can be added directly to urls without being required to be included in a regular Django template.
  • Add capability for startunicorn to created components in sub-folders (#299)[https://github.com//issues/299]

0.39.1

04 Dec 21:54

Choose a tag to compare

  • Prefer prefetch_related to reduce database calls for many-to-many fields.

0.39.0

03 Dec 04:35

Choose a tag to compare

  • Explicit error messages when an invalid component field is excluded
  • Better support for serializing many-to-many fields which have been prefetched to reduce the number of database calls
  • Support excluding many-to-many fields with javascript_exclude

0.38.1

22 Nov 04:01

Choose a tag to compare

  • Fix: Allow components to be pickled so they can be cached.

0.38.0

22 Nov 00:38

Choose a tag to compare

  • Include request context in component templates.

0.37.2

22 Nov 00:29

Choose a tag to compare

  • Fix: nested field attributes for javascript_exclude.

0.37.1

21 Nov 20:38

Choose a tag to compare

  • Support nested field attributes for javascript_exclude.

0.37.0

26 Oct 01:55

Choose a tag to compare

  • Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error.

0.36.1

09 Oct 02:14

Choose a tag to compare

  • More verbose error messages when components can't be loaded (#277 by nerdoc).
  • More complete handling to prevent XSS attacks.

0.36.0

07 Oct 23:34

Choose a tag to compare

Breaking changes

  • responses will be HTML encoded going forward (to explicitly opt-in to previous behavior use safe)