What’s New

htmx v2.0.3

v2.0.3
Added
  • Add ability to pass options argument to event listener
  • Add shadowRoot host selector
Changed
  • Listen to resize events and check revealed
  • Handle space before comma in trigger spec
  • Enable hx-preserve handling for oob swaps
  • Change hx-trigger's changed modifier to work for independent trigger specifications
  • Improve graceful degradation of boosted form element
Fixed
  • Fix CDN typo
  • Fix responseHandling meta example
  • Fix duplicate typo
  • Fix restoreHistory title replacement
  • Fix focusin-based tests
  • Fix load trigger stopping hx-disabled-elt from getting re-enabled
  • Check parent is null for swap delete
  • Fix htmx.ajax defaulting to swap body when target not found
  • Prevent erroring on null vals
  • Remove extra hx-swap-oob attribute that is not used in the page
  • Properly remove request indicators
  • Fix hx-swap-oob within web components
  • Fix ES6 tsc checks complaining on newer s regex flag
What's Changed
New Contributors

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

View original