You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: django_unicorn/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v0.41.0
4
+
5
+
- Support using a context variable for a component name. [#314](https://github.com/adamghill/django-unicorn/pull/314) by [robwa](https://github.com/robwa)
6
+
7
+
[All changes since 0.40.0](https://github.com/adamghill/django-unicorn/compare/0.40.0...0.41.0).
8
+
3
9
## v0.40.0
4
10
5
11
- Add direct view so that components can be added directly to urls without being required to be included in a regular Django template.
0 commit comments