Skip to content

Bump htmx.org from 1.9.3 to 1.9.4

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

Bumps htmx.org from 1.9.3 to 1.9.4.

Changelog

Sourced from htmx.org's changelog.

[1.9.4] - 2023-07-25

  • This is a bug-fix release for the most part, w/a heavy dose of @​telroshan
  • The HX-Trigger response header now supports comma separated event names
  • Submit buttons that use the form attribute now work correctly
  • The changed modifier now uses the triggering element, rather than the element the hx-trigger is defined on
  • hx-disable is now handled dynamically so it can be added and removed
  • IE11 compatibility restored! (maybe, hard to test)
  • Fixed bug with hx-on event handler cleanup
  • Many smaller bug fixes, typo fixes and general improvements
Commits
  • 6194543 changelog for release
  • f3a6975 prep 1.9.4 release
  • 4cb85e9 Merge remote-tracking branch 'origin/dev' into dev
  • 88a57cb [Bugfix] Fix submit buttons/inputs handling (#1559)
  • 6d1adc8 [Bugfix] Fix hx-trigger changed modifier along from clause (#1571)
  • a29403f [Bugfix] Fix references to element.id (#1563)
  • c59fe79 Update hx-trigger throttle documentation (#1609)
  • 131c025 Update contribution guidelines (#1614)
  • 4645ab0 Add background-color to body element (#1607)
  • 65bd1e1 Fix hx-on:* examples to use kebab-case event names, add clarification (#1611)
  • Additional commits viewable in compare view

Merge request reports