Skip to content

Commit bb4eb0f

Browse files
committed
changelog for 2.0.5 release
1 parent e38d6a7 commit bb4eb0f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

3-
## [2.0.5] - 2025-??-??
3+
## [2.0.5] - 2025-06-20
44

5+
* 100% test coverage! (Thank you @MichaelWest22!)
6+
* The default recommended CDN is now jsDelivr
7+
* TODO `inherit` keyword
8+
* `hx-on` listeners are now added before processing nodes so events during processing can be captured
59
* Using `<button hx-verb="/endpoint" type="reset">` will now reset the associated form (after submitting to `/endpoint`)
610
* Using `<button formmethod="dialog">` will no longer submit its associated form
11+
* Local history cache now uses `sessionStorage` rather than `localStorage` so cross-tab contamination doesn't occur
12+
* History restoration now follows the standard swapping code paths
13+
* Many other smaller bug and documentation fixes
714

815
## [2.0.4] - 2024-12-13
916

0 commit comments

Comments
 (0)