github TanStack/query @tanstack/vue-query@5.99.2

latest releases: release-2026-04-19-1059, @tanstack/vue-query-devtools@6.1.18
8 hours ago

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

Don't miss a new query release

NewReleases is sending notifications on new releases.