Skip to content

@urql/vue@1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 10:14
· 2 commits to main since this release
88bed21

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency
    Submitted by @kitten (See #3579)

Patch Changes

  • ⚠️ Fix subscription handlers to not receive null values
    Submitted by @kitten (See #3581)
  • Add missing support for getter functions as input arguments values to useQuery, useSubscription, and useMutation
    Submitted by @kitten (See #3582)