Skip to content

Releases: urql-graphql/urql

@urql/exchange-graphcache@7.1.2

30 Jun 05:52
6406fd5
Compare
Choose a tag to compare

Patch Changes

  • Disregard write-only operation when fragment-matching with schema awareness
    Submitted by @JoviDeCroock (See #3621)

@urql/vue@1.3.2

18 Jun 13:04
1bb05f5
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix deep options reactivity for subscriptions
    Submitted by @JoviDeCroock (See #3616)

@urql/vue@1.3.1

18 Jun 12:29
92fdbd2
Compare
Choose a tag to compare

Patch Changes

@urql/vue@1.3.0

18 Jun 11:04
ad29144
Compare
Choose a tag to compare

Minor Changes

  • Use shallowRef to avoid creating deeply reactive objects for heavy objects
    Submitted by @negezor (See #3611)
  • Remove wrapping request args in reactive to fix memory leak
    Submitted by @negezor (See #3612)

@urql/vue@1.2.2

18 Jun 04:53
2b9bfa2
Compare
Choose a tag to compare

Patch Changes

@urql/exchange-graphcache@7.1.1

06 Jun 18:12
3b679a6
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix where we would incorrectly match all fragment concrete types because they belong to the abstract type
    Submitted by @JoviDeCroock (See #3603)

@urql/core@5.0.4

06 Jun 18:12
3b679a6
Compare
Choose a tag to compare

Patch Changes

  • Change how we calculate the OperationKey to take files into account, before we
    would encode them to null resulting in every mutation with the same variables
    (excluding the files) to have the same key. This resulted in mutations that upload
    different files at the same time to share a result in GraphCache
    Submitted by @JoviDeCroock (See #3601)

@urql/vue@1.2.1

31 May 08:40
d747385
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix regression causing pause argument on useQuery and useSubscription to not be reactive
    Submitted by @arkandias (See #3595)

urql@4.1.0

10 May 10:14
88bed21
Compare
Choose a tag to compare

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)

@urql/vue@1.2.0

10 May 10:14
88bed21
Compare
Choose a tag to compare

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)