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

latest releases: release-2026-05-18-1948, @tanstack/react-query-persist-client@5.100.11, @tanstack/react-query-next-experimental@5.100.11...
4 hours ago

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

Don't miss a new query release

NewReleases is sending notifications on new releases.