Skip to content

Releases: urql-graphql/urql

@urql/[email protected]

12 Aug 18:33
76ef485
Compare
Choose a tag to compare

Patch Changes

  • Allow empty error messages when re-hydrating GraphQL errors
    Submitted by @JoviDeCroock (See #3650)

@urql/[email protected]

29 Jul 08:40
c012b07
Compare
Choose a tag to compare

Patch Changes

  • Removes double serialization of data in ssrExchange
    Submitted by @negezor (See #3632)

@urql/[email protected]

26 Jul 16:29
b638bc8
Compare
Choose a tag to compare

Minor Changes

  • Refactor composable functions with a focus on avoiding memory leaks and Vue best practices
    Submitted by @yurks (See #3619)

@urql/[email protected]

18 Jul 08:26
9e674d3
Compare
Choose a tag to compare

Patch Changes

  • add support for Svelte 5 in the peerDependencies
    Submitted by @itssumitrai (See #3634)

@urql/[email protected]

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

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/[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)