forked from bigskysoftware/htmx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: layout.njk | ||
tags: ['posts', 'announcements'] | ||
title: htmx 1.8.1 has been released! | ||
date: 2022-07-12 | ||
--- | ||
|
||
## htmx 1.8.1 Release | ||
|
||
I'm happy to announce the [1.8.1 release](https://unpkg.com/browse/htmx.org@1.8.1/) of htmx. | ||
|
||
### New Features | ||
|
||
* We now keep a count of outstanding requests for an indicator, so more than one overlapping request can share the same | ||
indicator without issues | ||
* We now track the attribute state of an element and re-initialize it if `htmx.process()` is called on the element and | ||
the attributes have changed | ||
* [Idiomorph](https://github.com/bigskysoftware/idiomorph) is now available for all your morph-swapping needs | ||
* The new (`hx-validate`)[/attributes/hx-validate] attribute will force elements to validate before a request, even if | ||
they are not within a form being submitted | ||
|
||
### Improvements & Bug fixes | ||
|
||
* The `unset` directive now works properly for `hx-vals` and `hx-vars` | ||
* The title of the page is now properly set on a history cache miss | ||
* Many smaller bug and docs fixes | ||
|
||
Enjoy! |