Skip to content

Releases: adamghill/dj-angles

0.27.0

Choose a tag to compare

@adamghill adamghill released this 05 Jul 15:29

What's Changed

  • Add django-compressor integration.
  • Add dj-value attribute for rendering Django variables as an element's inner content.
  • Small performance optimizations.

Full Changelog: 0.26.0...0.27.0

0.26.0

Choose a tag to compare

@adamghill adamghill released this 08 Feb 12:44
  • Add get_template_loaders for easier TEMPLATES configuration in settings.py.
  • Add django-viewcomponent integration.
  • Add view template tag.
  • Add support for calling models by app label, e.g. {% model app_label.Model %}.
  • Skip over comment tags when parsing templates.

Full Changelog: 0.25.0...0.26.0

0.25.0

Choose a tag to compare

@adamghill adamghill released this 24 Jan 23:33
  • Add error boundaries.
  • Add django-components integration.
  • Faster and more reliable replacement strategy.
  • Improve examples and documentation.
  • Fix bugs with slots.
  • Fix bugs with attributes.

Full Changelog: 0.24.0...0.25.0

0.24.0

Choose a tag to compare

@adamghill adamghill released this 22 Jan 13:06

Full Changelog: 0.23.0...0.24.0

0.23.0

Choose a tag to compare

@adamghill adamghill released this 22 Nov 02:49

0.22.0

Choose a tag to compare

@adamghill adamghill released this 09 Nov 21:45
  • Add integration with django-template-partials.
  • Add support for inline or expressions.
  • Add support for inline if expressions.

0.20.0

Choose a tag to compare

@adamghill adamghill released this 28 Mar 12:26
  • Fix django-bird integration when using the default mapper. #16 from benbacardi.

0.19.0

Choose a tag to compare

@adamghill adamghill released this 23 Mar 23:43
  • Fix delay in ajax-form.
  • Add template template tag.
  • Return a stringified result from call template tag.

Breaking changes

  • Remove automatically casting strings to UUID, datetime, date, or time. That can be done manually in the function if needed and it's a little too magical.

0.18.0

Choose a tag to compare

@adamghill adamghill released this 17 Mar 02:35
  • Add ajax-form custom element.
  • Add form tag element.
  • Add RequestMethodMiddleware and RequestAJAXMiddleware.

Full Changelog: 0.17.0...0.18.0

0.17.0

Choose a tag to compare

@adamghill adamghill released this 16 Mar 01:56
  • Add dateformat filter.

Full Changelog: 0.16.0...0.17.0