Skip to content

Commit f81474f

Browse files
committed
release prep
1 parent 2188042 commit f81474f

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
+++
2+
title = "htmx 1.9.0 has been released!"
3+
date = 2023-03-02
4+
[taxonomies]
5+
tag = ["posts", "announcements"]
6+
+++
7+
8+
## htmx 1.9.0 Release
9+
10+
I'm happy to announce the [1.9.0 release](https://unpkg.com/browse/htmx.org@1.9.0/) of htmx.
11+
12+
### New Features
13+
14+
* Support for [view transitions](/docs#view-transitions), based on the experimental [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
15+
currently available in Chrome 111+ and coming to other browsers soon.
16+
* Support for "naked" [`hx-trigger`](/attributes/hx-trigger) attributes, where an `hx-trigger` is present on an element
17+
that does not have an `hx-get`, etc. defined on it. Instead, it will trigger the new `htmx:triggered` event, which can
18+
be responded to via your [preferred scripting solution](/docs#scripting).
19+
* Support for generalized inline event handling via the new [`hx-on`](/attributes/hx-on) attribute, which addresses
20+
the shortcoming of limited [`onevent` properties](https://developer.mozilla.org/en-US/docs/Web/Events/Event_handlers#using_onevent_properties) attributes in HTML.
21+
22+
### Improvements & Bug fixes
23+
24+
* The htmx website has been migrated from 11ty to [zola](https://www.getzola.org/) by [@danieljsummers](https://github.com/danieljsummers), cutting
25+
way down on the number of "development" javascript dependencies
26+
* A memory leak fix by [@croxton](https://github.com/bigskysoftware/htmx/commit/8cd3a480a7388877628ce8b9b8e50cd5df48bb81)
27+
28+
Thank you to everyone who contributed, and enjoy!

0 commit comments

Comments
 (0)