apollo

πŸš€ Apollo/GraphQL integration for VueJS

MIT License

Stars
6K
Committers
139

Bot releases are visible (Hide)

apollo - v4.2.0 Latest Release

Published by github-actions[bot] 2 months ago

πŸš€ Enhancements

  • Add updateQuery to useQuery (#1552)

🩹 Fixes

  • UseMutations onDone Event hook gets triggered too early (#1559)
  • (@vue/apollo-option) memory leak in wrapped ssrRender (#1553)
  • Reuse previous result, fix #1483 (#1569, #1483)
  • ResolveClient throwing too soon, fix #1557 (#1570, #1557)

πŸ“– Documentation

  • Add github link to documentation (#1549)
  • Note about continuous releases (51e09e7)

🏑 Chore

  • Switch some tests to script setup (c8e5106)

πŸ€– CI

  • Nightly releases (319f6ec)

❀️ Contributors

apollo - v4.1.0

Published by github-actions[bot] 2 months ago

🩹 Fixes

  • Change teardown to use onScopeDispose (#1545)

πŸ“– Documentation

  • useQuery: Document refetch with new variables (#1564)

🏑 Chore

  • Updqte pnpm to v9 (827ea6e)

βœ… Tests

  • UseSubscription (0f5ae61)
  • Fix subscription test (#1547)

πŸ€– CI

  • Update versions (fe66840)

❀️ Contributors

apollo - v4.0.2

Published by github-actions[bot] 8 months ago

🩹 Fixes

  • Use shallowRef on result & error (08f0fcd)

πŸ“– Documentation

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

❀️ Contributors

apollo - v4.0.1

Published by github-actions[bot] 9 months ago

🩹 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

apollo - v4.0.0

Published by github-actions[bot] 9 months ago

πŸš€ 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

  • Update sheep (9be63fa)

βœ… Tests

  • Fragment (062f72a)

πŸ€– CI

  • Update node and pnpm (ca3f2f4)

❀️ Contributors

apollo - v4.0.0-beta.12

Published by github-actions[bot] 11 months ago

πŸš€ 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

apollo - v4.0.0-beta.11

Published by github-actions[bot] about 1 year ago

🩹 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

apollo - v4.0.0-beta.10

Published by github-actions[bot] about 1 year ago

πŸš€ 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

  • lint: Fix (1ac1372)
  • Ssr (574bd8f)

❀️ Contributors

apollo - v4.0.0-beta.9

Published by github-actions[bot] about 1 year ago

🩹 Fixes

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

🏑 Chore

  • Update throttle-debounce (500cc49)
  • Update deps (f47759e)

❀️ Contributors

apollo - v4.0.0-beta.8

Published by github-actions[bot] over 1 year ago

πŸš€ Enhancements

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

❀️ Contributors

apollo - v4.0.0-beta.7

Published by github-actions[bot] over 1 year ago

🩹 Fixes

  • ssr: Hydration mismatch with keepPreviousResult (87188c4)

❀️ Contributors

apollo - v4.0.0-beta.6

Published by github-actions[bot] over 1 year ago

πŸš€ Enhancements

  • KeepPreviousResult (e794c1e)

πŸ“– Documentation

  • ProvideApolloClient (#1442)

🏑 Chore

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

βœ… Tests

  • Update server (13bfbbe)
  • Update pnpm version (722fa0f)
  • Test-server package (f1ebe70)
  • Migrate server to typescript (97c1402)
  • Fix (c881439)

❀️ Contributors

apollo - v4.0.0-beta.5

Published by github-actions[bot] over 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

apollo - v4.0.0-beta.4

Published by github-actions[bot] over 1 year ago

Features

apollo - v4.0.0-beta.3

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • ssr: error not bubbling up (18fe206)
apollo - v4.0.0-beta.2

Published by github-actions[bot] over 1 year ago

Bug Fixes

apollo - v4.0.0-beta.1

Published by github-actions[bot] about 2 years ago

Bug Fixes

  • composable: Remove immediate result logic (#1388) (fc98307)
apollo - v4.0.0-alpha.20

Published by github-actions[bot] over 2 years ago

Reverts

  • Revert "fix(options): use beforeUnmount instead of unmounted" (8d51475)
apollo - v4.0.0-alpha.19

Published by github-actions[bot] over 2 years 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)
apollo - v4.0.0-alpha.18

Published by github-actions[bot] over 2 years ago

Bug Fixes

Package Rankings
Top 3.79% on Proxy.golang.org
Badges
Extracted from project README
Related Projects