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

Release Date: 2019-12-02 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • components: main files (f23d37c)
    • deps (f289394)
    • enabled (afbb5bd)
    • ts error (ab71f87)
    • ts: types file name gql.ts to gql.d.ts (#864) (bae6f3c)
    • unused import (786dc5b)
    • ๐Ÿ‘‰ use const (114881d)
    • ๐Ÿ‘‰ useMutation: allow dyanmic GraphQL document (9a595b4)
    • ๐Ÿ‘‰ useQuery: do not use finally (1bf9552)
    • ๐Ÿ‘‰ useQuery: immediate result (b4df941)
    • ๐Ÿ‘‰ useQuery: isEnabled (e930f0c)
    • ๐Ÿ‘‰ useQuery: loading status on error (93e6c5b)
    • ๐Ÿ‘‰ useQuery: resubscribe after error (8fcf54d)
    • ๐Ÿ‘‰ useQuery: result when error occurs (d7f14b3)
    • ๐Ÿ‘‰ useSubscription: don't start on server (4c72ff2)
    • ๐Ÿ‘‰ useSubscription: enabled (52b5188)
    • ๐Ÿ‘‰ useSubscription: loading status on error (a5dee52)

    ๐Ÿ”‹ Features

    • ๐ŸŒฒ @vue/apollo-util pkg + error log utils (f17ae22)
    • composition: debounce + throttle (30267b2)
    • ๐Ÿ‘Œ improved subscribeToMore (6d5ce42)
    • ๐Ÿ‘‰ useLoading (008e5f3)
    • ๐Ÿ‘‰ useMutation (c8a7eca)
    • ๐Ÿ‘‰ useMutation: called ref (bfb5d08)
    • ๐Ÿ‘‰ useMutation: onDone & onError (74ffbd0)
    • ๐Ÿ‘‰ useQuery (377f421)
    • ๐Ÿ‘‰ useQuery: fetchMore (d73eac8)
    • ๐Ÿ‘‰ useQuery: networkStatus (e57eb7d)
    • ๐Ÿ‘‰ useQuery: onResult & onError (fac6fea)
    • ๐Ÿ‘‰ useQuery: prefetch option (151fbd2)
    • ๐Ÿ‘‰ useQuery: refetch (e77518a)
    • ๐Ÿ‘‰ useQuery: SSR support (5d3b7dc)
    • ๐Ÿ‘‰ useSubscription (41b256f)
    • ๐Ÿ‘‰ useSubscription: onResult, onError (d4b18db)
    • wip useLoading (caa9726)