From 1a80c283f510adf0ea2a0c007d4151e9eb56fe0e Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 12 Dec 2024 13:25:36 -0700 Subject: [PATCH] 2.0.4 release notes --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3fdec91..d9c581686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [2.0.4] - 2024-12-13 +* Calling `htmx.ajax` with no target or source now defaults to body (previously did nothing) +* Nested [shadow root](https://github.com/bigskysoftware/htmx/commit/5ab508f6523a37890932176f7dc54be9f7a281ff) fix +* The `htmx:trigger` event now properly fires on the synthetic `load` event +* The synthetic `load` event will not be re-called when an element is reinitialized via `htmx.process()` +* Boosted `
` tags that issue a `GET` with no or empty `action` attributes will properly replace all existing query + parameters +* Events that are triggered on htmx-powered elements located outside a form, but that refer to a form via the`form` + attribute, now properly cancel the submission of the referred-to form + ## [2.0.3] - 2024-10-03 * Added support for the experimental `moveBefore()` functionality in [Chrome Canary](https://www.google.com/chrome/canary/), see the [demo page](/examples/move-before) for more information.