Skip to content

@vue3-apollo/[email protected]

Choose a tag to compare

@github-actions github-actions released this 29 Oct 06:21
· 23 commits to main since this release
6eb41fc

Minor Changes

  • bb91dd5: chore(deps): update dependencies
    • Update @vueuse/core to v14.

Patch Changes

  • 2bf90d0: fix(core): improve reactive variable handling in useQuery and useSubscription
    • Replaced syncRef with computed for reactiveVariables.
    • Simplified variable updates to improve reactivity and reduce overhead.
  • 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