Tanstack Release Notes

179 release notes curated from 1 source by the Releasebot Team. Last updated: May 23, 2026

Get this feed:

Tanstack Products

  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships patch changes with updated TanStack React Query dependencies.

    Patch Changes

    Updated dependencies [ed20b6d]:

    Original source
  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      Apr 26, 2026
    • Modified by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships a patch update with refreshed dependency @tanstack/query-core 5.100.14.

    Patch Changes

    Updated dependencies []:

    @tanstack/[email protected]

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Tanstack and hundreds of other software products.

    Create account
  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      Apr 23, 2026
    • Modified by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships patch changes with updated dependencies for query-devtools and vue-query.

    Patch Changes

    Updated dependencies []:

    Original source
  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      Apr 1, 2026
    • Modified by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships patch changes with updated dependencies.

    Patch Changes

    Updated dependencies []:

    Original source
  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      Apr 1, 2026
    • Modified by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships patch changes with updated dependencies for query-devtools and solid-query.

    Patch Changes

    Updated dependencies []:

    Original source
  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      Apr 1, 2026
    • Modified by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships a patch update with refreshed React Query and query persist client dependencies.

    Patch Changes

    Updated dependencies [ed20b6d]:

    Original source
  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      Mar 23, 2026
    • Modified by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships patch changes with updated dependencies.

    Patch Changes

    Updated dependencies []:

    Original source
  • May 23, 2026
    • Date parsed from source:
      May 23, 2026
    • First seen by Releasebot:
      Mar 23, 2026
    • Modified by Releasebot:
      May 23, 2026
    Tanstack logo

    Query by Tanstack

    Query ships patch updates and refreshed dependencies for Query Devtools and Svelte Query.

    Patch Changes

    Updated dependencies []:

    Original source
  • May 22, 2026
    • Date parsed from source:
      May 22, 2026
    • First seen by Releasebot:
      May 22, 2026
    Tanstack logo

    Query by Tanstack

    Query fixes TypeScript NoInfer handling in query-core for better generic assignability.

    Patch Changes

    • fix(query-core): drop the custom NoInfer<T> re-export and rely on TypeScript's built-in NoInfer (TS ≥ 5.4) so NoInfer<X[K]> stays assignable to X[K] in generic contexts (fixes #9937) (#10593)
    • Updated dependencies [d423168]:
    Original source
  • May 22, 2026
    • Date parsed from source:
      May 22, 2026
    • First seen by Releasebot:
      May 22, 2026
    Tanstack logo

    Query by Tanstack

    Query ships patch changes with updated dependencies, including @tanstack/query-core 5.100.13.

    Patch Changes

    Updated dependencies [d423168]:

    Original source
  • May 18, 2026
    • Date parsed from source:
      May 18, 2026
    • First seen by Releasebot:
      May 19, 2026
    Tanstack logo

    Query by Tanstack

    Query fixes Vue class attributes for devtools template containers and updates dependencies.

    Patch Changes

    Use the Vue class attribute for devtools template containers. (#10635)

    Updated dependencies [139e67c]:

    Original source
  • May 18, 2026
    • Date parsed from source:
      May 18, 2026
    • First seen by Releasebot:
      May 19, 2026
    Tanstack logo

    Query by Tanstack

    Query fixes vue-query to accept reactive and getter queryKey values in queryOptions.

    Patch Changes

    • fix(vue-query): allow reactive and getter values as queryKey property in queryOptions (#10530)

    This fixes a regression introduced in #10452 where queryOptions only accepted plain arrays for the queryKey property, but not computed refs, Ref values, or getter functions. The related fix in #10465 only covered the enabled property.

    Now the queryKey property in queryOptions accepts the same reactive forms as enabled:

    • Plain QueryKey arrays
    • Ref<QueryKey>
    • ComputedRef<QueryKey>
    • () => QueryKey (getter)

    Updated dependencies []:

    Original source
  • May 18, 2026
    • Date parsed from source:
      May 18, 2026
    • First seen by Releasebot:
      Apr 23, 2026
    • Modified by Releasebot:
      May 19, 2026
    Tanstack logo

    Query by Tanstack

    Query updates dependencies in a patch release for React Query.

    Patch Changes

    Updated dependencies []:

    @tanstack/[email protected]

    Original source
  • May 8, 2026
    • Date parsed from source:
      May 8, 2026
    • First seen by Releasebot:
      May 8, 2026
    Tanstack logo

    Query by Tanstack

    Query adds the initial @tanstack/lit-query package in a minor changes release.

    Minor Changes

    Add initial @tanstack/lit-query package (#10652)

    Original source
  • May 8, 2026
    • Date parsed from source:
      May 8, 2026
    • First seen by Releasebot:
      May 8, 2026
    Tanstack logo

    Query by Tanstack

    Release 2026-05-08 14:26

    Query adds a lit query adapter and ships @tanstack/lit-query 0.2.0 with devtools test setup and TS config fixes.

    Release 2026-05-08 14:26

    Changes

    Features

    lit query adapter (4082894) by @chughgaurav

    Chore

    vue-query-devtools: set up vitest environment with production fallback test (#10629) (c8e1bde) by @sukvvon

    tsconfig.json: narrow 'include' pattern to prevent TS6053 race conditions from tsup bundled config files (#10522) (74fa05e) by @sukvvon

    Packages

    @tanstack/[email protected]

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.

Similar to Tanstack with recent updates: