Skip to content

Releases: SaschaKrug/django-component-kit

0.5.1

29 Feb 09:53
5ae6a54
Compare
Choose a tag to compare

fix: wrong documentation of attribute manipulation
fix: missing load statements in documentation

0.5.0

12 Feb 22:26
Compare
Choose a tag to compare

feat: optionally a context parameter can be added to a tag. This will contain the full context

0.4.1

26 Jan 22:21
Compare
Choose a tag to compare

fix: startup with whitenoise can cause issues

0.4.0

26 Jan 21:48
Compare
Choose a tag to compare

fix: compatibility with Whitenoise compression

BREAKING-CHANGE:
Assets now require the relative path you would normally use inside a static template tag

0.3.1

08 Jan 08:27
Compare
Choose a tag to compare
  • Cache rendered assets

0.3.0

06 Jan 23:23
Compare
Choose a tag to compare
  • Add assets support
  • Add 'is_partial' attribute when rendering partials
  • Add support for strings with ' enclosures
  • Add PartialResponse class to render partials in views
  • Add support for dict as input for render_partial_from_template

0.2.1

22 Dec 20:19
Compare
Choose a tag to compare
  • Cache 'render_partial_from_template' utility function
  • Update dev dependencies

0.2.0

22 Dec 14:08
Compare
Choose a tag to compare
  • Add {% partial NAME %} tag to define a partial inside a template
  • Add render_partial utility function to render a partial
  • Add partial=XXX argument to components to render only a partial
  • Improve docs

0.1.1

18 Dec 12:56
Compare
Choose a tag to compare
[Bug] Fix deployment

0.1.0

14 Dec 16:07
Compare
Choose a tag to compare

Initial release