What’s New

htmx v2.0.4

v2.0.4
Added
  • Add missing htmx:trigger event on load triggers
  • Support multiple extended selectors for hx-include, hx-trigger from, and hx-disabled-elt
Changed
  • Ajax helper with no source or target defaults to body
  • Make bodyContains return true for nested shadow roots
  • Replace deprecated String.prototype.substr usage
  • Typing for defineExtension should allow partials
Fixed
  • Fix TypeError on null path variable
  • Fix illegal invocation for FormData proxy
  • Handle invalid template content
  • Do not execute hx-trigger="load" on re-initialization of an existing node
  • Cancel vanilla submits from <button[form]/>
What's Changed
New Contributors

Full Changelog: https://github.com/bigskysoftware/htmx/compare/v2.0.3...v2.0.4

View original