@tanstack/[email protected]
@tanstack/react-start
View on GitHubView PackagePublished: May 24, 2026

Release Notes

Patch Changes

  • Add support for Rsbuild client output formats, including module output by default and IIFE output for classic script environments. (#7477)

    Client entry scripts and preloads are now represented as root route manifest assets, script preloads follow the manifest script format, and script asset cross-origin configuration uses the script key. The transformAssets script callback context now exposes only kind: 'script' and url, keeping script format handling internal to manifest rendering.

  • Fix Rsbuild server function metadata replay when Rspack restores modules from its persistent cache. (#7477)

    Server function metadata is now stored on Rspack module build info and replayed from cached modules before resolver modules are rebuilt, preventing warm restarts from losing server function registrations.

  • Updated dependencies [51a97a1]: