Fix typo in attribute (#1719)

This commit is contained in:
Ben Croker 2023-08-26 20:28:46 +02:00 committed by GitHub
parent 6dff1c3574
commit bf3c6b1c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
## [1.9.3] - 2023-07-14
* 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.
* We now have functioning CI using GitHub actions!
* 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