File tree Expand file tree Collapse file tree 6 files changed +42
-5
lines changed Expand file tree Collapse file tree 6 files changed +42
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.0.0
4+
5+
6+ ### 🚀 Enhancements
7+
8+ - ** useLazyQuery:** Add interface for lazy query return (#1523 )
9+
10+ ### 🩹 Fixes
11+
12+ - Improve esm support, fix #1524 (#1524 )
13+ - Import serializeJs using default import instead of a namespace import (#1485 )
14+ - ** options:** Use exponential backoff on subscribe error retry (b17817e)
15+ - ** ApolloMutation:** Return result in ` mutate ` (ddf9aa0)
16+ - Prefetch type (f8568e8)
17+
18+ ### 📖 Documentation
19+
20+ - Update vitepress + enable detailed search by default (fb66dce)
21+
22+ ### 🏡 Chore
23+
24+ - Update sheep (9be63fa)
25+
26+ ### ✅ Tests
27+
28+ - Fragment (062f72a)
29+
30+ ### 🤖 CI
31+
32+ - Update node and pnpm (ca3f2f4)
33+
34+ ### ❤️ Contributors
35+
36+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
37+ 38+ 39+
340## v4.0.0-beta.12
441
542
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-apollo-monorepo" ,
3- "version" : " 4.0.0-beta.12 " ,
3+ "version" : " 4.0.0" ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " pnpm run -r --filter \" vue-apollo*\" --filter \" @vue/apollo*\" build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-components" ,
3- "version" : " 4.0.0-beta.12 " ,
3+ "version" : " 4.0.0" ,
44 "description" : " Apollo GraphQL components for Vue.js" ,
55 "main" : " dist/vue-apollo-components.umd.js" ,
66 "module" : " dist/vue-apollo-components.esm.mjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-composable" ,
3- "version" : " 4.0.0-beta.12 " ,
3+ "version" : " 4.0.0" ,
44 "description" : " Apollo GraphQL for Vue Composition API" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-option" ,
3- "version" : " 4.0.0-beta.12 " ,
3+ "version" : " 4.0.0" ,
44 "description" : " Use Apollo and GraphQL with Vue.js using the `apollo` option" ,
55 "main" : " dist/vue-apollo-option.umd.js" ,
66 "module" : " dist/vue-apollo-option.esm.mjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-ssr" ,
3- "version" : " 4.0.0-beta.9 " ,
3+ "version" : " 4.0.0" ,
44 "description" : " Apollo GraphQL for Vue - Server Side Rendering utilities" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments