Skip to content

Commit 76e55bc

Browse files
committed
release announcement
1 parent 70cf131 commit 76e55bc

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: layout.njk
3+
tags: ['posts', 'announcements']
4+
title: htmx 1.8.5 has been released!
5+
date: 2023-01-17
6+
---
7+
8+
## htmx 1.8.5 Release
9+
10+
I'm happy to announce the [1.8.5 release](https://unpkg.com/browse/htmx.org@1.8.5/) of htmx.
11+
12+
### New Features
13+
14+
* Support a new optional cache-busting configuration option, `getCacheBusterParam`, to allow browsers to disambiguate
15+
between `GET` requests from htmx and from the raw browser
16+
* Support new `hx-history='false'` attribute, to prevent sensitive data from being stored in the history cache. (Thank you @croxton!)
17+
* Extensive new event-oriented features are available in the [Web Socket](/extensions/web-sockets/) extension (Thank you @Renerick!)
18+
19+
### Improvements & Bug fixes
20+
21+
* A bug fix for when a form contains multiple empty input values with the same name (Thank you @bluekeyes!)
22+
* A bug fix around inputs that throw exceptions when calling `setSelectionRange()` (Thank you @gone!)
23+
* A bug fix to pass through the proper event for the `htmx:configRequest` event
24+
* A bug fix/improvement for the `preload` extension
25+
* Many other small bug and doc fixes
26+
27+
Thank you to everyone who contributed, and enjoy!

0 commit comments

Comments
 (0)