From 618a888087a45aa89e0c346e295111d3d0b89ba0 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 21 Sep 2023 17:21:00 -0600 Subject: [PATCH] release docs --- CHANGELOG.md | 2 +- .../2023-09-22-htmx-1.9.6-is-released.md | 31 +++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 www/content/posts/2023-09-22-htmx-1.9.6-is-released.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c39b4ebae..f6435c439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.9.6] - 2023-09-21 +## [1.9.6] - 2023-09-22 * IE support has been restored (thank you @telroshan!) * Introduced the `hx-disabled-elt` attribute to allow specifing elements to disable during a request diff --git a/www/content/posts/2023-09-22-htmx-1.9.6-is-released.md b/www/content/posts/2023-09-22-htmx-1.9.6-is-released.md new file mode 100644 index 000000000..c6f3f1bea --- /dev/null +++ b/www/content/posts/2023-09-22-htmx-1.9.6-is-released.md @@ -0,0 +1,31 @@ ++++ +title = "htmx 1.9.6 has been released!" +date = 2023-09-22 +[taxonomies] +tag = ["posts", "announcements"] ++++ + +## htmx 1.9.6 Release + +I'm happy to announce the [1.9.6 release](https://unpkg.com/browse/htmx.org@1.9.6/) of htmx. + +### New Features + +* IE support has been restored (thank you @telroshan!) +* Introduced the `hx-disabled-elt` attribute to allow specifing elements to disable during a request +* 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. +* `hx-swap` modifiers may be used without explicitly specifying the swap mechanism +* Arrays are now supported in the `client-side-templates` extension +* XSLT support in the `client-side-templates` extension + +### Improvements & Bug fixes + +* Support `preventDefault()` in extension event handling +* Allow the `HX-Refresh` header to apply even after an `HX-Redirect` has occurred +* the `formaction` and `formmethod` attributes on buttons are now properly respected +* `hx-on` can now handle events with dots in their name +* `htmx.ajax()` now always returns a Promise +* Handle leading `style` tag parsing more effectively +* Many smaller fixes + +Thank you to everyone who contributed, and enjoy! \ No newline at end of file