@tanstack/router-core@1.171.22
TanStack/router@tanstack/router-core@1.171.22Aug 12, 2026by github-actions[bot]
AI Summary
A patch release for the core router library introducing an optimization for client-side loading caching.
Key Highlights
- load-client can now cache settles for abandoned loader work
- No longer requires 'preload authority' for this caching behavior
- Addresses PR #8039
New Features
- Improved caching of abandoned loader work in load-client context
Full Release Notes
### Patch Changes - [#8039](https://github.com/TanStack/router/pull/8039) [`7e93431`](https://github.com/TanStack/router/commit/7e93431ae9ff58c91c3c5ca10ffcb8414c1d0b13) - load-client can cache settles abandonned loader work without preload authority