Skip to content

Bump htmx.org from 1.9.4 to 1.9.5

HIFIS Bot requested to merge dependabot/npm_and_yarn/htmx.org-1.9.5 into master

Bumps htmx.org from 1.9.4 to 1.9.5.

Release notes

Sourced from htmx.org's releases.

v1.9.5

What's Changed

New Contributors

Full Changelog: https://github.com/bigskysoftware/htmx/compare/v1.9.4...v1.9.5

Changelog

Sourced from htmx.org's changelog.

[1.9.5] - 2023-08-25

  • 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
  • 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
  • The Security section has been expanded to help developers better understand how to properly secure their htmx-based applications.
Commits

Merge request reports