Skip to content

@tanstack/query-db-collection@1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:30
Immutable release. Only release title and notes can be modified.
7246c75

Minor Changes

  • Add eager collection support for TanStack Query initialData and initialDataUpdatedAt, including wrapped response projection and collection-local initialization on shared QueryClient instances. (#1683)

    QueryClient-default placeholderData no longer materializes as collection rows, and QueryClient-default initialData no longer seeds on-demand subset observers.

Patch Changes

  • Clean up empty query ownership state while preserving authoritative empty results and retained-row lifecycle behavior. (#1672)