Skip to content

Releases: TanStack/query

Release 2026-05-18 19:48

18 May 19:48
3e85350

Choose a tag to compare

Release 2026-05-18 19:48

Changes

Fix

Chore

Packages

  • @tanstack/angular-query-experimental@5.100.11
  • @tanstack/eslint-plugin-query@5.100.11
  • @tanstack/lit-query@0.2.2
  • @tanstack/preact-query@5.100.11
  • @tanstack/preact-query-devtools@5.100.11
  • @tanstack/preact-query-persist-client@5.100.11
  • @tanstack/query-async-storage-persister@5.100.11
  • @tanstack/query-broadcast-client-experimental@5.100.11
  • @tanstack/query-core@5.100.11
  • @tanstack/query-devtools@5.100.11
  • @tanstack/query-persist-client-core@5.100.11
  • @tanstack/query-sync-storage-persister@5.100.11
  • @tanstack/react-query@5.100.11
  • @tanstack/react-query-devtools@5.100.11
  • @tanstack/react-query-next-experimental@5.100.11
  • @tanstack/react-query-persist-client@5.100.11
  • @tanstack/solid-query@5.100.11
  • @tanstack/solid-query-devtools@5.100.11
  • @tanstack/solid-query-persist-client@5.100.11
  • @tanstack/svelte-query@6.1.30
  • @tanstack/svelte-query-devtools@6.1.30
  • @tanstack/svelte-query-persist-client@6.1.30
  • @tanstack/vue-query@5.100.11
  • @tanstack/vue-query-devtools@6.1.30

@tanstack/vue-query@5.100.11

18 May 19:47
3e85350

Choose a tag to compare

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 []:

    • @tanstack/query-core@5.100.11

@tanstack/vue-query-devtools@6.1.30

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

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

  • Updated dependencies [139e67c]:

    • @tanstack/vue-query@5.100.11
    • @tanstack/query-devtools@5.100.11

@tanstack/svelte-query@6.1.30

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-core@5.100.11

@tanstack/svelte-query-persist-client@6.1.30

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.100.11
    • @tanstack/svelte-query@6.1.30

@tanstack/svelte-query-devtools@6.1.30

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-devtools@5.100.11
    • @tanstack/svelte-query@6.1.30

@tanstack/solid-query@5.100.11

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-core@5.100.11

@tanstack/solid-query-persist-client@5.100.11

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.100.11
    • @tanstack/solid-query@5.100.11

@tanstack/solid-query-devtools@5.100.11

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-devtools@5.100.11
    • @tanstack/solid-query@5.100.11

@tanstack/react-query@5.100.11

18 May 19:48
3e85350

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-core@5.100.11