From 6dff1c3574fe8f4afb0a4a474cd268b4c3b129aa Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 24 Aug 2023 13:13:05 -0600 Subject: [PATCH] add release page --- .../2023-08-25-htmx-1.9.5-is-released.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 www/content/posts/2023-08-25-htmx-1.9.5-is-released.md diff --git a/www/content/posts/2023-08-25-htmx-1.9.5-is-released.md b/www/content/posts/2023-08-25-htmx-1.9.5-is-released.md new file mode 100644 index 00000000..4c63f983 --- /dev/null +++ b/www/content/posts/2023-08-25-htmx-1.9.5-is-released.md @@ -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/htmx.org@1.9.5/) 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! \ No newline at end of file