Releases: vuejs/apollo
Releases Β· vuejs/apollo
v4.2.1
v4.2.0
π 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
π‘ Chore
- Switch some tests to script setup (c8e5106)
π€ CI
- Nightly releases (319f6ec)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
- Matt Garrett mattga@gmail.com
- Mobsean (@mobsean)
- Leonardo Santos (@syllomex)
- Alex Liu (@Mini-ghost)
v4.1.0
v4.0.2
v4.0.1
π©Ή Fixes
- Use hasInjectionContext in useApolloClient before calling inject (#1529)
- useLazyQuery: Load() on server, fix #1495 (#1495)
β Tests
π€ CI
- Use GITHUB_OUTPUT envvar instead of set-output command (#1530)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
- Arun Sathiya arun@arun.blog
- Dawid Kopys dewke17@gmail.com
v4.0.0
π 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
- Guillaume Chau (@Akryum)
- Dawid Kopys dewke17@gmail.com
- Yury Savin yury@savin.dev
v4.0.0-beta.12
π 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
- Guillaume Chau (@Akryum)
- Hassan hassanfayyaz19@gmail.com
- Mekraldi
- Vitaliy
v4.0.0-beta.11
v4.0.0-beta.10
π 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
- Guillaume Chau (@Akryum)
- Viktor (@websitevirtuoso)
- Vitaliy
- Forgottencsc forgottencosecant@outlook.com