From 233bf01a4ba35141ef5402212a26e4a49c695c8d Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 12 Dec 2024 14:33:31 -0700 Subject: [PATCH] 2.0.4 release notes --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c581686..9fd36a33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ 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 +* Extension Updates + * `preload` extension was + [completely reworked](https://github.com/bigskysoftware/htmx-extensions/commit/fb68dfb48063505d2d7420d717c24ac9a8dae244) + by @marisst to be compatible with `hx-boost`, not cause side effect, etc. Thank you! + * `response-targets` was updated to not use deprecated methods + * A [small fix](https://github.com/bigskysoftware/htmx-extensions/commit/e87e1c3d0bf728b4e43861c7459f3f937883eb99) to + `ws` to avoid an error when closing in some cases ## [2.0.3] - 2024-10-03 * Added support for the experimental `moveBefore()` functionality in [Chrome Canary](https://www.google.com/chrome/canary/),