Skip to content

Bump htmx.org from 1.9.5 to 1.9.6

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

Bumps htmx.org from 1.9.5 to 1.9.6.

Release notes

Sourced from htmx.org's releases.

v1.9.6

What's Changed

New Contributors

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

Changelog

Sourced from htmx.org's changelog.

[1.9.6] - 2023-09-22

  • IE support has been restored (thank you @​telroshan!)
  • Introduced the hx-disabled-elt attribute to allow specifing elements to disable during a request
  • You can now explicitly decide to ignore title tags found in new content via the ignoreTitle option in hx-swap and the htmx.config.ignoreTitle configuration variable.
  • hx-swap modifiers may be used without explicitly specifying the swap mechanism
  • Arrays are now supported in the client-side-templates extension
  • XSLT support in the client-side-templates extension
  • Support preventDefault() in extension event handling
  • Allow the HX-Refresh header to apply even after an HX-Redirect has occurred
  • the formaction and formmethod attributes on buttons are now properly respected
  • hx-on can now handle events with dots in their name
  • htmx.ajax() now always returns a Promise
  • Handle leading style tag parsing more effectively
Commits
  • 04250d5 update SHA
  • 618a888 release docs
  • ecd990e prep release
  • d42c3e9 update CHANGELOG.md for 1.9.6 release
  • baf80ae remove disable-element extension from the main docs
  • a5fd1b7 make singular to make more consistent w/ other attributes
  • aa7ae14 Merge branch 'master' into dev
  • d2a15ff Merge remote-tracking branch 'origin/dev' into dev
  • 32b58c4 Add support for event cancellation (preventDefault) in extensions (#1456)
  • bb5413d [Tests] Fix test pipeline timing issues (#1818)
  • Additional commits viewable in compare view

Merge request reports