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: docs/source/changelog.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
1
# Changelog
2
2
3
+
## v0.45.1
4
+
5
+
- Fix JavaScript error that sometimes happens with nested components. [237](https://github.com/adamghill/django-unicorn/issues/237) by [clangley](https://github.com/clangley).
6
+
7
+
[All changes since 0.45.0](https://github.com/adamghill/django-unicorn/compare/0.45.0...0.45.1).
8
+
3
9
## v0.45.0
4
10
5
11
- Add ability to render initial data JavaScript inside the rendered component with [`SCRIPT_LOCATION`](settings.md#scriptlocation) setting
6
12
7
-
[All changes since 0.45.0](https://github.com/adamghill/django-unicorn/compare/0.44.1...0.45.0).
13
+
[All changes since 0.44.1](https://github.com/adamghill/django-unicorn/compare/0.44.1...0.45.0).
0 commit comments