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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 0.65.0
4
+
5
+
- Properly escape single quotes in Unicorn.call() arguments [#773](https://github.com/adamghill/django-unicorn/pull/773) by [JohananOppongAmoateng](https://github.com/JohananOppongAmoateng).
6
+
- Automatally initialize components via MutationObserver [#760](https://github.com/adamghill/django-unicorn/pull/760) by [JohananOppongAmoateng](https://github.com/JohananOppongAmoateng).
7
+
- Support HTTP redirect from mount() [#767](https://github.com/adamghill/django-unicorn/pull/767) by [JohananOppongAmoateng](https://github.com/JohananOppongAmoateng).
8
+
- Fix: `IndexError` when using a custom setter method with $event.target.value by [#761](https://github.com/adamghill/django-unicorn/pull/761) by [JohananOppongAmoateng](https://github.com/JohananOppongAmoateng).
9
+
- Fix: correct debounce behavior with delay [#764](https://github.com/adamghill/django-unicorn/pull/764) by [JohananOppongAmoateng](https://github.com/JohananOppongAmoateng).
10
+
- Fix: prevent poll from overwriting many-to-many fields [#769](https://github.com/adamghill/django-unicorn/pull/769) by [JohananOppongAmoateng](https://github.com/JohananOppongAmoateng).
11
+
12
+
3
13
## 0.64.0
4
14
5
15
- Switch to `lxml` instead of `beautifulsoup` for improved HTML parsing performance.
0 commit comments