Skip to content

Commit

Permalink
prep 1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Oct 11, 2022
1 parent 337858c commit f962f00
Show file tree
Hide file tree
Showing 2 changed files with 29 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.8.1] - 2022-10-7
## [1.8.1] - 2022-10-11

* We now keep a count of outstanding requests for an indicator, so more than one overlapping request can share the same
indicator without issues
Expand Down
28 changes: 28 additions & 0 deletions www/posts/2022-10-11-htmx-1.8.1-is-released.md
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!

0 comments on commit f962f00

Please sign in to comment.