Skip to content

Releases: urql-graphql/urql

@urql/[email protected]

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

Patch Changes

@urql/[email protected]

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/[email protected]

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

Patch Changes

@urql/[email protected]

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/[email protected]

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/[email protected]

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)

[email protected]

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/[email protected]

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)

@urql/[email protected]

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/[email protected]

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)