Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
TanStack Router now supports React Server Components (RSC) via rsbuild, improving performance and flexibility for server-rendered applications.
Fixes Worth Knowing
Several fixes improve stability, including issues with streaming server responses, primitive data loading, and deferred promise handling in SolidJS routes. A fix ensures boot-sibling chunks are emitted correctly for IIFE (Immediately Invoked Function Expression) entries.
Before You Upgrade
If you are using SolidJS Router, ensure your environment supports deferred promises for optimal performance.
TL;DR
This release improves performance across TanStack Router and SolidStart by utilizing TSR_DEFERRED_PROMISE (promise optimization) for deferred data fetching.
Fixes Worth Knowing
Promises are now deferred, leading to faster initial page loads and improved responsiveness, especially when dealing with data fetching.
TL;DR
TanStack Router and related packages have been updated to fix a hydration issue with IIFE bundles when using optimization.runtimeChunk: 'single'. A fix for streaming rendering has also been implemented.
Fixes Worth Knowing
- Fixed an issue where hydration would fail for IIFE bundles with extracted runtimes. This affects projects using specific build configurations.
- Improved streaming rendering functionality.
Before You Upgrade
- If you are using
scriptFormat: 'iife'andoptimization.runtimeChunk: 'single', verify your application hydrates correctly after upgrading.
TL;DR
TanStack Router and related packages have been updated with dependency upgrades, improving overall stability and incorporating the latest fixes from core libraries.
Fixes Worth Knowing
These updates include fixes and improvements to core routing functionality, server components, and data handling within the TanStack ecosystem (server-side rendering). These changes are largely under the hood, but should result in a more reliable experience.
TL;DR
TanStack Router now correctly handles trailing underscores in non-nested route paths, resolving potential issues with route matching.
Fixes Worth Knowing
Resolved a bug where trailing underscores in route segments were not stripped correctly for non-nested paths, which could cause routing to fail. This improves path matching reliability.
TL;DR
TanStack Router now correctly handles search parameters with different data types, improving flexibility when building routes with complex queries (URL parameters).
Fixes Worth Knowing
- Matching routes are now retrieved more reliably.
- Links to external data loading documentation have been corrected.
- Search routes can now define search parameters with varying types.