We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38d6a7 commit bb4eb0fCopy full SHA for bb4eb0f
1 file changed
CHANGELOG.md
@@ -1,9 +1,16 @@
1
# Changelog
2
3
-## [2.0.5] - 2025-??-??
+## [2.0.5] - 2025-06-20
4
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
9
* Using `<button hx-verb="/endpoint" type="reset">` will now reset the associated form (after submitting to `/endpoint`)
10
* 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
14
15
## [2.0.4] - 2024-12-13
16
0 commit comments