summaryrefslogtreecommitdiffstatshomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2024-12-12 14:33:31 -0700
committerCarson Gross <carson@bigsky.software>2024-12-12 14:33:31 -0700
commit233bf01a4ba35141ef5402212a26e4a49c695c8d (patch)
tree11eed0638cb53cc77b04f09a650c897b3bfd0a69 /CHANGELOG.md
parent1a80c283f510adf0ea2a0c007d4151e9eb56fe0e (diff)
downloadhtmx-233bf01a4ba35141ef5402212a26e4a49c695c8d.tar.gz
htmx-233bf01a4ba35141ef5402212a26e4a49c695c8d.zip
2.0.4 release notes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9c58168..9fd36a33 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/),