v0.1.19
What's Changed
- fix: resolve relative rewrite strings against the current URL by @byigitt in #69
- fix: partially decode malformed query escapes by @byigitt in #73
- fix(router-core): recognize route groups and slots as pathless in seg… by @snrraptopack in #78
- fix: expose proposed history indexes to blockers by @byigitt in #83
- fix: keep before-unload blocker options current by @byigitt in #87
- fix: restore default protocol policy after option removal by @byigitt in #79
- fix: cancel queued browser navigation on destroy by @byigitt in #80
- fix: honor case-insensitive matching for parameter affixes by @byigitt in #74
- fix: preserve mixed named exports during route splitting by @byigitt in #82
- fix: invalidate processed trees after nested route mutations by @byigitt in #75
- fix: clear removed path parameter character options by @byigitt in #77
- fix: flush queued history before native mutations by @byigitt in #84
- fix: resubscribe when router history is replaced by @byigitt in #76
- fix: apply trailingSlash on the navigate fast paths by @byigitt in #71
- fix: resolve path-relative hrefs against the current location by @byigitt in #70
- fix: roll back popstate when blockers reject by @anonrig in #89
- perf: Drop load-server from the client graph by @anonrig in #90
- docs: drop the Experimental banner from READMEs by @anonrig in #93
- fix: Register the server loader from the SSR entry by @anonrig in #92
- ci: add CodSpeed and run every vitest bench by @anonrig in #91
- fix: Reinstall the server loader on every SSR request by @anonrig in #95
- fix: isolate RouterClient hydration by router instance by @byigitt in #101
Full Changelog: v0.1.18...v0.1.19