github TanStack/router @tanstack/router-core@1.171.18

latest releases: release-2026-08-06-1344, @tanstack/history@1.162.1, @tanstack/router-cli@1.167.24...
4 hours ago

Patch Changes

  • #7984 84db4a8 - Improve route-tree construction and matching performance by fusing static and
    dynamic node creation, sorting only dynamic sibling lists that need it, and
    deriving matcher depth from trie nodes.

  • #7985 9cac62a - perf: compact private bundle boundaries- #7975

  • #7967 6aefb33 - Preserve path params in their raw string form while matching routes so structured values returned by params.parse produce stable match IDs and do not reuse stale loader data.

    RouterCore.getMatchedRoutes() now returns [matchedRoutes, rawParams, foundRoute] instead of an object.

  • Updated dependencies [9cac62a]:

    • @tanstack/history@1.162.1

Don't miss a new router release

NewReleases is sending notifications on new releases.