We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f278d24 commit eb0d809Copy full SHA for eb0d809
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.11
4
+
5
+1. Add `Recursive slot call` support.
6
7
## 1.0.10
8
9
1. Fix missing context variable in the `call` tag.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-viewcomponent"
-version = "1.0.10"
+version = "1.0.11"
description = "Build reusable components in Django, inspired by Rails ViewComponent"
authors = ["Michael Yin <michaelyin@accordbox.com>"]
license = "MIT"
0 commit comments