Skip to content

@tanstack/solid-start@2.0.0-rc.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Sep 20:12
· 42 commits to main since this release
Immutable release. Only release title and notes can be modified.
8ca0bea

Patch Changes

  • #8192 96f50d9 - Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly.

  • #8192 96f50d9 - Adopt Solid's multi-source single-flight protocol: the router's flight data (loader/match state, dehydrated data) registers under its own source id (tsr), so other caches' slices — e.g. solid-query's sq — coexist on the same mutation response instead of competing for a single consumer slot, and a user-supplied collectFlightData hook adds data alongside the router's rather than displacing it. Requires solid-js / @solidjs/web 2.0.0-rc.6+ (named flight-data sources).

  • Updated dependencies [96f50d9, 96f50d9, b445b89]:

    • @tanstack/solid-router@2.0.0-rc.5
    • @tanstack/solid-start-client@2.0.0-rc.5
    • @tanstack/solid-start-server@2.0.0-rc.5