github urql-graphql/urql @urql/vue@0.4.0

latest releases: @urql/core@5.0.3, @urql/core@5.0.2, @urql/exchange-graphcache@7.0.2...
3 years ago

Minor Changes

  • A useClientHandle() function has been added. This creates a handle on which all use* hooks can be called, like await handle.useQuery(...) or await handle.useSubscription(...) which is useful for sequentially chaining hook calls in an async setup() function or preserve the right instance of a Client across lifecycle hooks, by @kitten (See #1599)

Patch Changes

  • Remove closure-compiler from the build step (See #1570)
  • The useClient() function will now throw a more helpful error when it's called outside of any lifecycle hooks, by @kitten (See #1599)
  • Updated dependencies (See #1570, #1509, #1600, and #1515)
    • @urql/core@2.1.0

Don't miss a new urql release

NewReleases is sending notifications on new releases.