·
23 commits
to main
since this release
Minor Changes
- bb91dd5: chore(deps): update dependencies
- Update
@vueuse/coreto v14.
- Update
Patch Changes
- 2bf90d0: fix(core): improve reactive variable handling in
useQueryanduseSubscription- Replaced
syncRefwithcomputedforreactiveVariables. - Simplified variable updates to improve reactivity and reduce overhead.
- Replaced
- 2ac58e8: fix(core): support reactive GraphQL documents in
useFragment - 89ce295: fix(core): support reactive GraphQL documents in useQuery #27
- e6dc841: fix(core): support reactive GraphQL documents in
useSubscription