Skip to content

Releases: guendev/vue3-apollo

@vue3-apollo/[email protected]

30 Oct 15:39
88e6379

Choose a tag to compare

Patch Changes

@vue3-apollo/[email protected]

30 Oct 15:39
88e6379

Choose a tag to compare

Patch Changes

  • 1a3d84b: feat(core): add useApolloClients composable

@vue3-apollo/[email protected]

29 Oct 06:21
6eb41fc

Choose a tag to compare

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
  • Updated dependencies [2bf90d0]
  • Updated dependencies [bb91dd5]
  • Updated dependencies [2ac58e8]
  • Updated dependencies [89ce295]
  • Updated dependencies [e6dc841]

@vue3-apollo/[email protected]

29 Oct 06:21
6eb41fc

Choose a tag to compare

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

@vue3-apollo/[email protected]

25 Oct 18:16
067c942

Choose a tag to compare

Patch Changes

  • df6ab74: fix(core): update useFragment to handle nullish from values and refine strict fragment usage example
  • Updated dependencies [df6ab74]

@vue3-apollo/[email protected]

25 Oct 18:16
067c942

Choose a tag to compare

Patch Changes

  • df6ab74: fix(core): update useFragment to handle nullish from values and refine strict fragment usage example

@vue3-apollo/[email protected]

21 Oct 12:38
789dcb6

Choose a tag to compare

Patch Changes

@vue3-apollo/[email protected]

21 Oct 09:37
1eee82f

Choose a tag to compare

Minor Changes

  • 1dd8e04: feat: introduce useFragment composable

Patch Changes

@vue3-apollo/[email protected]

21 Oct 04:33
ef4c925

Choose a tag to compare

Patch Changes

@vue3-apollo/[email protected]

21 Oct 12:38
789dcb6

Choose a tag to compare

Patch Changes

  • d53a206: fix(core): correct UseFragmentResult type definition