diff options
author | Carson Gross <carson@bigsky.software> | 2023-04-26 11:48:57 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2023-04-26 11:48:57 -0600 |
commit | fec34cb18edfe2c194855152da64747b8b076289 (patch) | |
tree | cdd058d2f098d2e43ab74fea36f455579d95201e /CHANGELOG.md | |
parent | a807a5f08e45b8424611e7c048e09cd9e2293d68 (diff) | |
download | htmx-fec34cb18edfe2c194855152da64747b8b076289.tar.gz htmx-fec34cb18edfe2c194855152da64747b8b076289.zip |
prep 1.9.1 release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
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 |