All Versions
16
Latest Version
Avg Release Cycle
86 days
Latest Release
1514 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0-alpha.8 Changes
April 02, 2020 -
v4.0.0-alpha.7 Changes
February 16, 2020๐ Bug Fixes
- ๐ use getCurrentResult() (d64b0c4)
-
v4.0.0-alpha.6
January 22, 2020 -
v4.0.0-alpha.4 Changes
December 17, 2019 -
v4.0.0-alpha.3 Changes
December 04, 2019 -
v4.0.0-alpha.2 Changes
December 04, 2019 -
v4.0.0-alpha.17 Changes
May 03, 2022๐ Bug Fixes
- $apollo null error if smar obj is destroyed but has throttled/debounced calls (d6d4da1)
- โ added client options to error policy (#1318) (61261bc)
- โ avoid onServerPrefetch warning (#1281) (cf89b25)
- โ remove console.log (a79b790)
- subscriptions array leak (#1248) (f31fa15)
- ๐ useQuery loading and debounce issues (#1313) (082acf9), closes #1235 #1271
๐ Features
-
v4.0.0-alpha.16 Changes
November 28, 2021๐ Bug Fixes
- destruction of $apollo in vue-apollo-option (#1273) (e2dad14)
- duplicate call to catchError, closes #1133 (eaf1da7)
- ๐ improve peerDeps declaration, closes #1263 (3c8545b)
- ๐ useMutation outside setup (#1262) (9b3af01)
- ๐ useQuery: improve error handling with errorPolicy set to 'all' (04ab9f6)
- ๐ useSubscription outside of component (a37a560)
๐ Features
- โฌ๏ธ upgrade dependencies (0595bd3)
-
v4.0.0-alpha.15 Changes
September 20, 2021๐ Bug Fixes
- apollo-client 3.4 FetchMoreQueryOptions, closes #1252 (e0786ac)
- ๐ don't use internal merge strat, closes #1229 (e1026a3)
- โ remove $isServer, closes #1241 (1180679)
- smart apollo: ensure SmartQuery variables still function when watched expression evaluated (#1161), closes #991 (b67ff78)
- SubscribeToMore: use beforeUnmount (a90840c)
- types: add throttle and debounce options (#1258) (7ffb5f8), closes vuejs#335
- ๐ useApolloClient: save current client in closure, closes #1249 (fb18286)
- ๐ useQuery: reset error on refetch/fetchMore, closes #1105 (ea123fa)
- ๐ useResult: data => data deep required & non-nullable, closes #1250 (4475805)
- vue peerDependencies, closes #1234 (a35b04f)