mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 05:51:39 +00:00
Fix typo in attribute (#1719)
This commit is contained in:
parent
6dff1c3574
commit
bf3c6b1c17
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user