-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
1 changed file
with
27 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: layout.njk | ||
tags: ['posts', 'announcements'] | ||
title: htmx 1.8.5 has been released! | ||
date: 2023-01-17 | ||
--- | ||
|
||
## htmx 1.8.5 Release | ||
|
||
I'm happy to announce the [1.8.5 release](https://unpkg.com/browse/[email protected]/) of htmx. | ||
|
||
### New Features | ||
|
||
* Support a new optional cache-busting configuration option, `getCacheBusterParam`, to allow browsers to disambiguate | ||
between `GET` requests from htmx and from the raw browser | ||
* Support new `hx-history='false'` attribute, to prevent sensitive data from being stored in the history cache. (Thank you @croxton!) | ||
* Extensive new event-oriented features are available in the [Web Socket](/extensions/web-sockets/) extension (Thank you @Renerick!) | ||
|
||
### Improvements & Bug fixes | ||
|
||
* A bug fix for when a form contains multiple empty input values with the same name (Thank you @bluekeyes!) | ||
* A bug fix around inputs that throw exceptions when calling `setSelectionRange()` (Thank you @gone!) | ||
* A bug fix to pass through the proper event for the `htmx:configRequest` event | ||
* A bug fix/improvement for the `preload` extension | ||
* Many other small bug and doc fixes | ||
|
||
Thank you to everyone who contributed, and enjoy! |