summaryrefslogtreecommitdiffstatshomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2023-04-26 11:48:57 -0600
committerCarson Gross <carson@bigsky.software>2023-04-26 11:48:57 -0600
commitfec34cb18edfe2c194855152da64747b8b076289 (patch)
treecdd058d2f098d2e43ab74fea36f455579d95201e /CHANGELOG.md
parenta807a5f08e45b8424611e7c048e09cd9e2293d68 (diff)
downloadhtmx-fec34cb18edfe2c194855152da64747b8b076289.tar.gz
htmx-fec34cb18edfe2c194855152da64747b8b076289.zip
prep 1.9.1 release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b2da49c..1ed04dc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.9.1] - 2023-04-16
+
+* Fixed a bug with the new naked triggers that prevented boosted elements with explicit `hx-trigger`'s from functioning
+ properly
+* Added code to play well with other libraries that also use the `window.onpopstate` Daily reminder: <https://htmx.org/img/memes/javascripthistory.png>
+
## [1.9.0] - 2023-04-11
* Support for generalized inline event handling via the new [`hx-on`](/attributes/hx-on) attribute, which addresses