Skip to content

v0.1.20

Choose a tag to compare

@github-actions github-actions released this 19 Aug 18:29
· 88 commits to main since this release

What's Changed

  • fix: escape control characters in generated route strings by @byigitt in #109
  • fix: preserve search during hash-only navigation by @byigitt in #110
  • fix: settle active transitions when provider unmounts by @byigitt in #114
  • fix: allow useRouterState with an explicit router by @byigitt in #115
  • fix: forward structural sharing from match hooks by @byigitt in #129
  • fix: rebuild matcher after case sensitivity updates by @byigitt in #111
  • fix: avoid duplicate exported split component declarations by @byigitt in #81
  • fix: ignore stale async pop blocker results by @byigitt in #94
  • fix: commit async fast-server loader failures by @byigitt in #118
  • fix: preserve route directory path segments by @byigitt in #107
  • fix: isolate optional route match chains by @byigitt in #122
  • fix: resolve state options on fast href navigation by @byigitt in #113
  • fix: prevent stale blocked pushes from committing by @byigitt in #105
  • fix: propagate request aborts to fast server loaders by @byigitt in #120
  • fix: avoid replaying warm-path redirect loaders by @byigitt in #103
  • fix: land remaining reviewed matcher, history, and split fixes by @anonrig in #132
  • fix: land remaining reviewed navigation, match, and warm-path PRs by @anonrig in #133
  • fix: include dest.to on applySearchMiddleware by @anonrig in #140

Full Changelog: v0.1.19...v0.1.20