Skip to content

Commit d42c3e9

Browse files
committed
update CHANGELOG.md for 1.9.6 release
1 parent baf80ae commit d42c3e9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

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
417

518
## [1.9.5] - 2023-08-25
619

0 commit comments

Comments
 (0)