Skip to content

Releases: vuejs/apollo

v4.0.2

08 Mar 10:56
Compare
Choose a tag to compare

🩹 Fixes

  • Use shallowRef on result & error (08f0fcd)

πŸ“– Documentation

  • Remove mentions of fetchResults, fix #1060 (#1060)

❀️ Contributors

v4.0.1

24 Jan 09:38
Compare
Choose a tag to compare

🩹 Fixes

  • Use hasInjectionContext in useApolloClient before calling inject (#1529)
  • useLazyQuery: Load() on server, fix #1495 (#1495)

βœ… Tests

  • Split into outsideComponent.cy.ts (48d0ac2)
  • Build test app in test command (500d6e4)

πŸ€– CI

  • Use GITHUB_OUTPUT envvar instead of set-output command (#1530)

❀️ Contributors

v4.0.0

15 Jan 10:31
Compare
Choose a tag to compare

πŸš€ Enhancements

  • useLazyQuery: Add interface for lazy query return (#1523)

🩹 Fixes

  • Improve esm support, fix #1524 (#1524)
  • Import serializeJs using default import instead of a namespace import (#1485)
  • options: Use exponential backoff on subscribe error retry (b17817e)
  • ApolloMutation: Return result in mutate (ddf9aa0)
  • Prefetch type (f8568e8)

πŸ“– Documentation

  • Update vitepress + enable detailed search by default (fb66dce)

🏑 Chore

βœ… Tests

πŸ€– CI

❀️ Contributors

v4.0.0-beta.12

29 Nov 14:02
Compare
Choose a tag to compare
v4.0.0-beta.12 Pre-release
Pre-release

πŸš€ Enhancements

  • New context params in event hook handlers (0be5d9b)

🩹 Fixes

  • Use shallowRef for apollo query (76f19f6)

πŸ“– Documentation

  • Missing curly brace (#1512)
  • Added missing createClient import in example when creating Graph… (#1513)
  • Import createApolloProvider is missing (#1515)

🏑 Chore

  • Moved resolutions to the root of the workspace (#1508)

❀️ Contributors

v4.0.0-beta.11

13 Sep 09:59
Compare
Choose a tag to compare
v4.0.0-beta.11 Pre-release
Pre-release

🩹 Fixes

  • Remove console.log, console log remained in code #1507 (#1507)

πŸ“– Documentation

  • Update README.md logo (68addf8)
  • Update vitepress + fix components API menu (f545763)

❀️ Contributors

v4.0.0-beta.10

12 Sep 15:00
Compare
Choose a tag to compare
v4.0.0-beta.10 Pre-release
Pre-release

πŸš€ Enhancements

  • Support effect scope outside of component, fix #1505 (#1505)
  • useLazyQuery: Load returns Promise, fix #1486 (#1486)

🩹 Fixes

  • Apollo components should have emits (#1504)

🌊 Types

  • Extended "enabled" option type (#1492)

🏑 Chore

  • Package test-e2e-composable-vue3, update deps, migrate to vite (#1488)
  • Upgrade vitepress to 1.0 RC (daffd75)
  • Seq test (995131d)

βœ… Tests

❀️ Contributors

v4.0.0-beta.9

28 Aug 22:18
Compare
Choose a tag to compare
v4.0.0-beta.9 Pre-release
Pre-release

🩹 Fixes

  • Don't call debounced restart too much (1adf135)

🏑 Chore

❀️ Contributors

v4.0.0-beta.8

04 Jul 13:08
Compare
Choose a tag to compare
v4.0.0-beta.8 Pre-release
Pre-release

πŸš€ Enhancements

  • useQuery: Nullable query (auto disable) (28f3520)

❀️ Contributors

v4.0.0-beta.7

13 Jun 14:09
Compare
Choose a tag to compare
v4.0.0-beta.7 Pre-release
Pre-release

🩹 Fixes

  • ssr: Hydration mismatch with keepPreviousResult (87188c4)

❀️ Contributors

v4.0.0-beta.6

12 Jun 14:32
Compare
Choose a tag to compare
v4.0.0-beta.6 Pre-release
Pre-release

πŸš€ Enhancements

πŸ“– Documentation

  • ProvideApolloClient (#1442)

🏑 Chore

  • Update graphql to 16 in repo (4dcfa20)
  • Typo in test component file (bfca616)
  • Update lockfile version (2077502)

βœ… Tests

❀️ Contributors