File tree 6 files changed +42
-5
lines changed 6 files changed +42
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+ - Dawid Kopys < dewke17@gmail.com >
38
+ - Yury Savin < yury@savin.dev >
39
+
3
40
## v4.0.0-beta.12
4
41
5
42
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.0.0-beta.12 " ,
3
+ "version" : " 4.0.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " pnpm run -r --filter \" vue-apollo*\" --filter \" @vue/apollo*\" build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-components" ,
3
- "version" : " 4.0.0-beta.12 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " Apollo GraphQL components for Vue.js" ,
5
5
"main" : " dist/vue-apollo-components.umd.js" ,
6
6
"module" : " dist/vue-apollo-components.esm.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-composable" ,
3
- "version" : " 4.0.0-beta.12 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " Apollo GraphQL for Vue Composition API" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-option" ,
3
- "version" : " 4.0.0-beta.12 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " Use Apollo and GraphQL with Vue.js using the `apollo` option" ,
5
5
"main" : " dist/vue-apollo-option.umd.js" ,
6
6
"module" : " dist/vue-apollo-option.esm.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-ssr" ,
3
- "version" : " 4.0.0-beta.9 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " Apollo GraphQL for Vue - Server Side Rendering utilities" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments