I’m happy to announce the 1.9.3 release of htmx.
hx-on
attribute has been deprecated (sorry) in favor of hx-on:<event name>
attributes. See hx-on
for more information.DELETE
should use
query parameters, according to the spec. htmx has used the body, instead. To avoid breaking code we are keeping this undefined
behavior for now, but allowing people to fix it for their use cases by updating the htmx.config.methodsThatUseUrlParams
config
option. Thank you to Alex and Vincent for their feedback and work on this issue!this
symbol is now available in event filter expressions, and refers to the element the hx-trigger
is onHX-Reselect
HTTP response header has been added to change the selection from the returned contenthtmx:afterSettle
event was raised multiple times with oob swaps occurredhx-trigger
featureThank you to everyone who contributed, and enjoy!