-
fix: harden SPA navigation with race protection and correctness fixes
released this
2026-02-13 00:41:50 +00:00 | 35 commits to main since this release- Add navMu to serialize concurrent navigations on the same context
- Replace url.PathEscape with targeted JS string escaper (PathEscape
mangles full paths and doesn't escape single quotes) - Collapse syncWithViewTransition into syncView(bool) to remove duplication
- Simplify popstate ready guard in navigate.js
- Preserve URL hash during SPA navigation
Downloads