Skip to content

Releases: rails-inspire-django/django-viewcomponent

v1.0.11

07 Jan 02:15

Choose a tag to compare

  1. Add Recursive slot call support.

v1.0.10

03 Jan 08:33

Choose a tag to compare

  1. Fix missing context variable in the call tag.
  2. Add Polymorphic slots support.

v1.0.9

18 Sep 06:30

Choose a tag to compare

  1. Make comopnent argument in Renders Fields supports component registered name, component class, and function.
  2. Remove component_name from component class.
  3. Update the rendering logic to make it consistent.

v1.0.8

11 Sep 03:25

Choose a tag to compare

  1. Remove outer_context from component, using context.push to create isolated context for component.
  2. Fix bug of using include in call tag.

v1.0.7

09 Sep 01:39

Choose a tag to compare

  1. Supports using components in pure Python code
  2. Add doc about the NameSpace

v1.0.6

06 Jun 08:04

Choose a tag to compare

  1. Return 404 instead of raising exception if preview not found.
  2. Use pre-commit to help format code.
  3. Update doc about the preview

v1.0.5

15 Mar 09:00

Choose a tag to compare

  1. Add show_previews option to control whether to show previews or not

v1.0.4

15 Mar 07:29
95c22d7

Choose a tag to compare

  1. Add component Preview support

v1.0.2

12 Mar 07:19

Choose a tag to compare

  1. Initial release