Skip to content

Commit 618a888

Browse files
committed
release docs
1 parent ecd990e commit 618a888

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

3-
## [1.9.6] - 2023-09-21
3+
## [1.9.6] - 2023-09-22
44

55
* IE support has been restored (thank you @telroshan!)
66
* Introduced the `hx-disabled-elt` attribute to allow specifing elements to disable during a request
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
+++
2+
title = "htmx 1.9.6 has been released!"
3+
date = 2023-09-22
4+
[taxonomies]
5+
tag = ["posts", "announcements"]
6+
+++
7+
8+
## htmx 1.9.6 Release
9+
10+
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
29+
* Many smaller fixes
30+
31+
Thank you to everyone who contributed, and enjoy!

0 commit comments

Comments
 (0)