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: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
# Changelog
2
2
3
-
## [1.9.6] - ???
3
+
## [1.9.6] - 2023-09-21
4
+
5
+
* IE support has been restored (thank you @telroshan!)
6
+
* Introduced the `hx-disabled-elt` attribute to allow specifing elements to disable during a request
7
+
* You can now explicitly decide to ignore `title` tags found in new content via the `ignoreTitle` option in `hx-swap` and the `htmx.config.ignoreTitle` configuration variable.
8
+
*`hx-swap` modifiers may be used without explicitly specifying the swap mechanism
9
+
* Arrays are now supported in the `client-side-templates` extension
10
+
* XSLT support in the `client-side-templates` extension
11
+
* Support `preventDefault()` in extension event handling
12
+
* Allow the `HX-Refresh` header to apply even after an `HX-Redirect` has occurred
13
+
* the `formaction` and `formmethod` attributes on buttons are now properly respected
14
+
*`hx-on` can now handle events with dots in their name
15
+
*`htmx.ajax()` now always returns a Promise
16
+
* Handle leading `style` tag parsing more effectively
0 commit comments