Skip to content

Commit f962f00

Browse files
committed
prep 1.8.1 release
1 parent 337858c commit f962f00

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

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.8.1] - 2022-10-7
3+
## [1.8.1] - 2022-10-11
44

55
* We now keep a count of outstanding requests for an indicator, so more than one overlapping request can share the same
66
indicator without issues
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: layout.njk
3+
tags: ['posts', 'announcements']
4+
title: htmx 1.8.1 has been released!
5+
date: 2022-07-12
6+
---
7+
8+
## htmx 1.8.1 Release
9+
10+
I'm happy to announce the [1.8.1 release](https://unpkg.com/browse/htmx.org@1.8.1/) of htmx.
11+
12+
### New Features
13+
14+
* We now keep a count of outstanding requests for an indicator, so more than one overlapping request can share the same
15+
indicator without issues
16+
* We now track the attribute state of an element and re-initialize it if `htmx.process()` is called on the element and
17+
the attributes have changed
18+
* [Idiomorph](https://github.com/bigskysoftware/idiomorph) is now available for all your morph-swapping needs
19+
* The new (`hx-validate`)[/attributes/hx-validate] attribute will force elements to validate before a request, even if
20+
they are not within a form being submitted
21+
22+
### Improvements & Bug fixes
23+
24+
* The `unset` directive now works properly for `hx-vals` and `hx-vars`
25+
* The title of the page is now properly set on a history cache miss
26+
* Many smaller bug and docs fixes
27+
28+
Enjoy!

0 commit comments

Comments
 (0)