Skip to content

Releases: TanStack/query

Release 2026-04-19 10:59

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Release 2026-04-19 10:59

Changes

Fix

Packages

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

@tanstack/vue-query@5.99.2

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

  • fix(vue-query): allow computed ref and other reactive values as enabled property in queryOptions (#10465)

    This fixes a regression introduced in #10452 where queryOptions only accepted getter functions for the enabled property, but not computed refs or other reactive values.

    Now the enabled property in queryOptions correctly accepts:

    • boolean values
    • Ref<boolean>
    • ComputedRef<boolean>
    • () => boolean getter functions
    • (query) => boolean query predicate functions
  • Updated dependencies []:

    • @tanstack/query-core@5.99.2

@tanstack/vue-query-devtools@6.1.18

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

  • Updated dependencies [c2d0dff]:
    • @tanstack/vue-query@5.99.2
    • @tanstack/query-devtools@5.99.2

@tanstack/svelte-query@6.1.18

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

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

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

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.99.2
    • @tanstack/svelte-query@6.1.18

@tanstack/svelte-query-devtools@6.1.18

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-devtools@5.99.2
    • @tanstack/svelte-query@6.1.18

@tanstack/solid-query@5.99.2

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

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

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

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

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

@tanstack/solid-query-devtools@5.99.2

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

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

@tanstack/react-query@5.99.2

19 Apr 10:59
a3ec7b3

Choose a tag to compare

Patch Changes

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