@tanstack/router-core@1.171.27

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

AI Summary

The core library patch release introduces on-demand building of client preload locations and fixes context preservation during reloads, improving overall application performance and state handling.

Key Highlights

  • Build client preload locations on demand and remove the prebuilt-location argument
  • Preserve context during reloads

Full Release Notes

### Patch Changes

-   [#8132](https://github.com/TanStack/router/pull/8132) [`fa65287`](https://github.com/TanStack/router/commit/fa652872812c9433ba8b9d9a285e51b535e7367c) - Build client preload locations on demand and remove the prebuilt-location argument used by framework links.

-   [#8130](https://github.com/TanStack/router/pull/8130) [`cb281d7`](https://github.com/TanStack/router/commit/cb281d70c1f5fe780f9d07bc500ea3a284a4e04b) - preserve context during reloads