Apollo and GraphQL for Vue.js v4.0.0-alpha.17 Release Notes

Release Date: 2022-05-03 // almost 2 years ago
  • ๐Ÿ› 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)