-
-
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
25 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,25 @@ | ||
+++ | ||
title = "htmx 1.9.5 has been released!" | ||
date = 2023-08-25 | ||
[taxonomies] | ||
tag = ["posts", "announcements"] | ||
+++ | ||
|
||
## htmx 1.9.5 Release | ||
|
||
I'm happy to announce the [1.9.5 release](https://unpkg.com/browse/[email protected]/) of htmx. | ||
|
||
### New Features | ||
|
||
* You can disable the interpretation of script tags with the new `htmx.config.allowScriptTags` config variable | ||
* You can now disable htmx-based requests to non-origin hosts via the `htmx.config.selfRequestsOnly` config variable | ||
|
||
### Improvements & Bug fixes | ||
|
||
* The [Security](https://htmx.org/docs#security) section has been expanded to help developers better understand how to | ||
properly secure their htmx-based applications. | ||
* Web sockets now properly pass the target id in the HEADERS struct | ||
* A very rare loading state bug was fixed (see https://github.com/bigskysoftware/htmx/commit/93bd81b6d003bb7bc445f10192bdb8089fa3495d) | ||
* `hx-on` will not evaluate if `allowEval` is set to false | ||
|
||
Thank you to everyone who contributed, and enjoy! |