Skip to content

Bump htmx.org from 1.9.6 to 1.9.8

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

Bumps htmx.org from 1.9.6 to 1.9.8.

Release notes

Sourced from htmx.org's releases.

v1.9.7

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from htmx.org's changelog.

[1.9.8] - 2023-11-06

  • Fixed a few npm & build related issues

[1.9.7] - 2023-11-03

  • Fixed a bug where a button associated with a form that is swapped out of the DOM caused errors
  • The hx-target-error attribute was added to the response-targets extension, allowing you to capture all 400 & 500 responses with a single attribute
  • hx-on now properly supports multiple listeners
  • The hx-confirm prompt is now passed into custom confirmation handlers
  • next and previous are now valid extended CSS symbols in htmx
  • The htmx:beforeHistoryUpdate event was added
  • Properly ignore the dialog formmethod on buttons when resolving the HTTP method to use
  • Added a htmx.config.scrollIntoViewOnBoost option that may be set to false to disable scrolling the top of the body into view for boosted elements
Commits
  • d1cb1ac Merge remote-tracking branch 'origin/dev' into dev
  • 6fe6258 prep 1.9.8 release
  • 37a864e Add new config options to typescript defs (#1970)
  • 563ce5d List extended selectors + caveats in hx-include doc (#1522)
  • 2c2bf56 Remove type:module from package.json (#1968)
  • df7c0c2 Fix www.sh, copy scripts to theme's static/js folder too (#1967)
  • c2e4b51 Add htmx/elem-go server examples (#1961)
  • ca108e4 Merge remote-tracking branch 'origin/master'
  • c1b4101 re-prep 1.9.7 release
  • 8ca51e0 Added a server example link to "How to create a Django form (using HTMX) in 9...
  • Additional commits viewable in compare view

Merge request reports