@tanstack/router-core@1.171.26

TanStack/router@tanstack/router-core@1.171.26Aug 19, 2026by github-actions[bot]

AI Summary

A patch release containing performance optimizations and bug fixes related to path resolution, search validation, location state sharing, and cache management.

Key Highlights

  • Optimized buildLocation path resolution
  • Skipped building search validation when disabled
  • Skipped location state sharing when impossible
  • Fixed cache hits for mask resolution when entry is null

Full Release Notes

### Patch Changes

-   [#8117](https://github.com/TanStack/router/pull/8117) [`3e016ac`](https://github.com/TanStack/router/commit/3e016ac84ffec8119f0c25cfdd1fb17e5292bd34) - optimize buildLocation path resolution <https://github.com/TanStack/router/pull/8108>
    skip building search validation when disabled <https://github.com/TanStack/router/pull/8112>
    skip location state sharing when impossible <https://github.com/TanStack/router/pull/8110>
    fix cache hits for mask resolution when entry is null <https://github.com/TanStack/router/pull/8111>