htmx 1.9.7 has been released!
I’m happy to announce the 1.9.7 release of htmx.
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
Thank you to everyone who contributed, and enjoy!
Fetched May 5, 2026
htmx 1.9.6 Release I’m happy to announce the 1.9.6 release of htmx. New Features - IE support has been restored (thank you @telroshan!) - I…
htmx 1.9.3 Release I’m happy to announce the 1.9.3 release of htmx. New Features - The attribute has been deprecated (sorry) in favor of at…