mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
Fix hx-on:* release notes (#1578)
This commit is contained in:
parent
0a946483d1
commit
c99980fbb7
@ -11,7 +11,7 @@ I'm happy to announce the [1.9.3 release](https://unpkg.com/browse/htmx.org@1.9.
|
||||
|
||||
### New Features
|
||||
|
||||
* The `hx-on` attribute has been deprecated (sorry) in favor of `hx-on-<event name>` attributes. See [`hx-on`](/attributes/hx-on) for more information.
|
||||
* The `hx-on` attribute has been deprecated (sorry) in favor of `hx-on:<event name>` attributes. See [`hx-on`](/attributes/hx-on) for more information.
|
||||
* You can now configure if a type of HTTP request uses the body for parameters or not. In particular, the `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
|
||||
|
Loading…
x
Reference in New Issue
Block a user