Releases: rails-inspire-django/django-viewcomponent
Releases · rails-inspire-django/django-viewcomponent
v1.0.11
- Add
Recursive slot callsupport.
v1.0.10
v1.0.9
- Make
comopnentargument inRenders Fieldssupports component registered name, component class, and function. - Remove
component_namefromcomponentclass. - Update the rendering logic to make it consistent.
v1.0.8
- Remove
outer_contextfrom component, usingcontext.pushto create isolated context for component. - Fix bug of using
includeincalltag.
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_previewsoption to control whether to show previews or not
v1.0.4
- Add component
Previewsupport
v1.0.2
- Initial release