You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 0.9.91 - 2026-04-14
4
+
5
+
Bugfixes from the 0.9.90 release:
6
+
7
+
- Fix `on resize from window` / `on resize from document` — non-Element targets now fall through to the native `resize` event instead of using a `ResizeObserver`
8
+
- The toggle commands `for <duration>` modifier no longer consumes a following for-in loop
9
+
- Fix `${}` template expressions hanging the playground iframe due to leftover debug logging
10
+
- Fix `npx hyperscript.org --validate` (and the `bun`/`deno` platform scripts) crashing with `ERR_MODULE_NOT_FOUND`. (#667)
11
+
3
12
## 0.9.90 - 2026-04-13
4
13
5
14
Hoooooo doggie, it's been a year of on and off work, and we finally had some time to focus on hyperscript!
0 commit comments