Skip to content

Commit 3516472

Browse files
committed
1.0.9
1 parent b39c4b0 commit 3516472

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.9
4+
5+
1. Make `comopnent` argument in `Renders Fields` supports component registered name, component class, and function.
6+
2. Remove `component_name` from `component` class.
7+
3. Update the rendering logic to make it consistent.
8+
39
## 1.0.8
410

511
1. Remove `outer_context` from component, using `context.push` to create isolated context for component.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-viewcomponent"
3-
version = "1.0.8"
3+
version = "1.0.9"
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)