Releases: SaschaKrug/django-component-kit
Releases · SaschaKrug/django-component-kit
0.5.1
0.5.0
feat: optionally a context parameter can be added to a tag. This will contain the full context
0.4.1
fix: startup with whitenoise can cause issues
0.4.0
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
- Cache rendered assets
0.3.0
- 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
- Cache 'render_partial_from_template' utility function
- Update dev dependencies
0.2.0
- 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
[Bug] Fix deployment
0.1.0
Initial release