Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Sep 11, 2024
1 parent fb90014 commit 10d7719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.8

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

## 1.0.7

1. Supports using components in pure Python code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-viewcomponent"
version = "1.0.7"
version = "1.0.8"
description = "Build reusable components in Django, inspired by Rails ViewComponent"
authors = ["Michael Yin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 10d7719

Please sign in to comment.