Skip to content

Commit

Permalink
release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Sep 21, 2023
1 parent ecd990e commit 618a888
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
31 changes: 31 additions & 0 deletions www/content/posts/2023-09-22-htmx-1.9.6-is-released.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]/) 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!

0 comments on commit 618a888

Please sign in to comment.