From 61945431aa72d44f244ecf69b5d188796bc0b7e5 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Tue, 25 Jul 2023 14:03:41 -0600 Subject: [PATCH] changelog for release --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d039a3..017ce0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## [1.9.4] - 2023-07-25 - +* This is a bug-fix release for the most part, w/a heavy dose of @telroshan +* The `HX-Trigger` response header now supports comma separated event names +* Submit buttons that use the `form` attribute now work correctly +* The `changed` modifier now uses the triggering element, rather than the element the `hx-trigger` is defined on +* `hx-disable` is now handled dynamically so it can be added and removed +* IE11 compatibility restored! (maybe, hard to test) +* Fixed bug with `hx-on` event handler cleanup +* Many smaller bug fixes, typo fixes and general improvements ## [1.9.3] - 2023-07-14