prep 1.9.1 release

This commit is contained in:
Carson Gross 2023-04-26 11:48:57 -06:00
parent a807a5f08e
commit fec34cb18e
2 changed files with 7 additions and 1 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "htmx.org",
"version": "1.9.0",
"version": "1.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {