From c99980fbb796c70e821813e43bee21c6944c3036 Mon Sep 17 00:00:00 2001 From: Alexander Petros Date: Fri, 14 Jul 2023 18:08:12 -0400 Subject: [PATCH] Fix hx-on:* release notes (#1578) --- www/content/posts/2023-07-14-htmx-1.9.3-is-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/posts/2023-07-14-htmx-1.9.3-is-released.md b/www/content/posts/2023-07-14-htmx-1.9.3-is-released.md index 0f44c00e..95f34d30 100644 --- a/www/content/posts/2023-07-14-htmx-1.9.3-is-released.md +++ b/www/content/posts/2023-07-14-htmx-1.9.3-is-released.md @@ -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-` attributes. See [`hx-on`](/attributes/hx-on) for more information. +* The `hx-on` attribute has been deprecated (sorry) in favor of `hx-on:` 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