All Versions
16
Latest Version
Avg Release Cycle
86 days
Latest Release
1368 days ago

Changelog History
Page 1

  • v4.0.0-alpha.9 Changes

    July 27, 2020

    ๐Ÿ› Bug Fixes

    • Be able to overrid variables in mutate (#946) (1867e73)
    • ts: allow undefined for optional variables (#962) (7495987)
    • โšก๏ธ Update @vue/composition-api to v0.6.1 (#1000) (e8e8f54)
  • v4.0.0-alpha.8 Changes

    April 02, 2020

    ๐Ÿ› Bug Fixes

    • ts: Add typings for late variables in useMutation (#925) (576b495)
    • ts: mutate() types (5aaa47b)
    • ts: useMutation types (a9d9501)
  • 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

    ๐Ÿ› Bug Fixes

    • loading tracking not cleanup correctly on component unmount (dbb1c09)
    • type: useResult type inferring 'any' (#872) (9edcf2f)
    • ๐Ÿ‘‰ use onBeforeUnmount (9c4b6b0)
  • v4.0.0-alpha.3 Changes

    December 04, 2019

    ๐Ÿ› Bug Fixes

    • enabled option for useQuery & useSubscription (947ceb1)
    • ๐Ÿ‘‰ useQuery: throttle & debounce not being applied initially (280301f)
  • v4.0.0-alpha.2 Changes

    December 04, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ useXXXLoading() oldValue being undefined and triggering watcher (ebea61e)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ useMutation: overrideOptions (3921587)
  • 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

    • ๐Ÿ‘ allow providing multiple apolloClients outside of setup/vue context in vue-apollo-composable (#1340) (64491ce)
    • ๐Ÿ—„ deprecate useResult (0e9fb48)
    • โšก๏ธ update vue-demi (af9f20f)
  • 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)