htmx/www/content/posts/2023-08-25-htmx-1.9.5-is-released.md
2023-08-24 13:13:05 -06:00

987 B

+++ 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 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 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 93bd81b6d0)
  • hx-on will not evaluate if allowEval is set to false

Thank you to everyone who contributed, and enjoy!