Releases: rails-inspire-django/django-viewcomponent
Releases · rails-inspire-django/django-viewcomponent
v1.0.11
- Add
Recursive slot call
support.
v1.0.10
v1.0.9
- Make
comopnent
argument inRenders Fields
supports component registered name, component class, and function. - Remove
component_name
fromcomponent
class. - Update the rendering logic to make it consistent.
v1.0.8
- Remove
outer_context
from component, usingcontext.push
to create isolated context for component. - Fix bug of using
include
incall
tag.
v1.0.7
- Supports using components in pure Python code
- Add doc about the
NameSpace
v1.0.6
- Return 404 instead of raising exception if preview not found.
- Use pre-commit to help format code.
- Update doc about the
preview
v1.0.5
- Add
show_previews
option to control whether to show previews or not
v1.0.4
- Add component
Preview
support
v1.0.2
- Initial release