Skip to content

Commit 10d7719

Browse files
committed
1.0.8
1 parent fb90014 commit 10d7719

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.8
4+
5+
1. Remove `outer_context` from component, using `context.push` to create isolated context for component.
6+
2. Fix bug of using `include` in `call` tag.
7+
38
## 1.0.7
49

510
1. Supports using components in pure Python code

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-viewcomponent"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
description = "Build reusable components in Django, inspired by Rails ViewComponent"
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)