Skip to content

Bump htmx.org from 1.9.9 to 1.9.12

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

Bumps htmx.org from 1.9.9 to 1.9.12.

Release notes

Sourced from htmx.org's releases.

v1.9.12

What's Changed

New Contributors

Full Changelog: https://github.com/bigskysoftware/htmx/compare/v1.9.11...v1.9.12

v1.9.11

What's Changed

... (truncated)

Changelog

Sourced from htmx.org's changelog.

[1.9.12] - 2024-04-17

[1.9.11] - 2024-03-15

  • Fix for new issue w/ web sockets & SSE on iOS 17.4 (thanks apple!)
  • Fix for double script execution issue when using template parsing
  • Fix TypeScript types file
  • Fix SSE Ext: reinstantiate EventSource listeners upon reconnection logic (#2272)

[1.9.10] - 2023-12-21

  • hx-on* attributes now support the form hx-on-, with a trailing dash, to better support template systems (such as EJS) that do not like double colons in HTML attributes.
  • Added an htmx.config.triggerSpecsCache configuration property that can be set to an object to cache the trigger spec parsing
  • Added a path-params.js extension for populating request paths with variable values
  • Many smaller bug fixes & improvements
Commits

Merge request reports