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
+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.45.0
4
+
5
+
- Add ability to render initial data JavaScript inside the rendered component with [`SCRIPT_LOCATION`](settings.md#scriptlocation) setting
6
+
7
+
[All changes since 0.45.0](https://github.com/adamghill/django-unicorn/compare/0.44.1...0.45.0).
8
+
3
9
## v0.44.1
4
10
5
11
- Fix: Some types of type annotations on a component method would cause an error when it was called [#392](https://github.com/adamghill/django-unicorn/issues/392) by [nerdoc](https://github.com/nerdoc)
0 commit comments