Vue Apollo Versions Save

🚀 Apollo/GraphQL integration for VueJS

v4.0.0-beta.5

1 year ago

🚀 Enhancements

  • UseLazyQuery load returns boolean to make is easier to refetch (dcb1768)
  • ts: Update types to account for changes in TypeScript 4.8 (#1454)
  • Allow global tracking outside of components (5967e16)

🩹 Fixes

  • Don't call variables if query is disabled + fix enabling race conditions, fix #1243, fix #1422 (#1243, #1422)
  • Events not registered in case of immediate trigger, fix #1154 (#1154)
  • @vue/apollo-composable ESM settings, fix #1462 (#1463, #1462)
  • Avoid multiple on error calls without usage of errorPolicy 'all' (#1461)
  • Ssr export paths, fix #1469 (#1469)
  • Initialize currentDocument early, fix #1325 (#1325)
  • ts: Allow null on userLazyQuery load fn, fix #1386 (#1386)
  • ssr: Handle result/error set before serverPrefetch call, fix #1429 (#1429)

📖 Documentation

  • Subscriptions configuration docs updated to describe graphql-ws configuration. (#1449)

🏡 Chore

  • Update lockfile to v6.0 (81ea32c)
  • Update sheep/release-tag (cf7917e)

✅ Tests

  • Config cypress downloads (32c95de)
  • Demo useLazyQuery with immediate load (53554b8)
  • Enabled (db7d79c)

🤖 CI

  • Switch to github actions (25c31d2)
  • Enable on v4 branch (bc3d80c)

❤️ Contributors

v4.0.0-beta.4

1 year ago

Features

v4.0.0-beta.3

1 year ago

Bug Fixes

  • ssr: error not bubbling up (18fe206)

v4.0.0-beta.2

1 year ago

Bug Fixes

v4.0.0-beta.1

1 year ago

Bug Fixes

  • composable: Remove immediate result logic (#1388) (fc98307)

v4.0.0-alpha.20

1 year ago

Reverts

  • Revert "fix(options): use beforeUnmount instead of unmounted" (8d51475)

v4.0.0-alpha.19

1 year ago

Bug Fixes

  • options: use beforeUnmount instead of unmounted (9726e0a)
  • Root instance not found when using with Vue 2.7 (#1379) (cb0ab57)
  • ssr: mock $apollo after serverPrefetch, fix #1297 (46ea781)

v4.0.0-alpha.18

1 year ago

Bug Fixes

v4.0.0-alpha.17

2 years ago

Bug Fixes

Features

  • allow providing multiple apolloClients outside of setup/vue context in vue-apollo-composable (#1340) (64491ce)
  • deprecate useResult (0e9fb48)
  • update vue-demi (af9f20f)

v4.0.0-alpha.16

2 years ago

Bug Fixes

  • destruction of $apollo in vue-apollo-option (#1273) (e2dad14)
  • duplicate call to catchError, closes #1133 (eaf1da7)
  • improve peerDeps declaration, closes #1263 (3c8545b)
  • useMutation outside setup (#1262) (9b3af01)
  • useQuery: improve error handling with errorPolicy set to 'all' (04ab9f6)
  • useSubscription outside of component (a37a560)

Features