mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-03 23:31:53 +00:00
prep 1.9.1 release
This commit is contained in:
parent
a807a5f08e
commit
fec34cb18e
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "htmx.org",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user