htmx 1.9.6 has been released!
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!)
- Introduced the
hx-disabled-eltattribute to allow specifying elements to disable during a request - You can now explicitly decide to ignore
titletags found in new content via theignoreTitleoption inhx-swapand thehtmx.config.ignoreTitleconfiguration variable. hx-swapmodifiers may be used without explicitly specifying the swap mechanism- Arrays are now supported in the
client-side-templatesextension - XSLT support in the
client-side-templatesextension
Improvements & Bug fixes
- Support
preventDefault()in extension event handling - Allow the
HX-Refreshheader to apply even after anHX-Redirecthas occurred - the
formactionandformmethodattributes on buttons are now properly respected hx-oncan now handle events with dots in their namehtmx.ajax()now always returns a Promise- Handle leading
styletag parsing more effectively - Many smaller fixes
Thank you to everyone who contributed, and enjoy!