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
I'm happy to announce the [1.9.6 release](https://unpkg.com/browse/[email protected]/) of htmx.
11
+
12
+
### New Features
13
+
14
+
* IE support has been restored (thank you @telroshan!)
15
+
* Introduced the `hx-disabled-elt` attribute to allow specifing elements to disable during a request
16
+
* 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.
17
+
*`hx-swap` modifiers may be used without explicitly specifying the swap mechanism
18
+
* Arrays are now supported in the `client-side-templates` extension
19
+
* XSLT support in the `client-side-templates` extension
20
+
21
+
### Improvements & Bug fixes
22
+
23
+
* Support `preventDefault()` in extension event handling
24
+
* Allow the `HX-Refresh` header to apply even after an `HX-Redirect` has occurred
25
+
* the `formaction` and `formmethod` attributes on buttons are now properly respected
26
+
*`hx-on` can now handle events with dots in their name
27
+
*`htmx.ajax()` now always returns a Promise
28
+
* Handle leading `style` tag parsing more effectively
0 commit comments