Skip to content

Releases: urql-graphql/urql

@urql/solid@0.1.0

14 Sep 12:54
6408474
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Export Provider from the entry
    Submitted by @XiNiHa (See #3670)
  • Correctly track query data reads with suspense
    Submitted by @XiNiHa (See #3672)
  • feat(solid): reconcile data updates
    Submitted by @XiNiHa (See #3674)

@urql/next@1.1.2

14 Sep 12:54
6408474
Compare
Choose a tag to compare

Patch Changes

@urql/exchange-graphcache@7.1.3

11 Sep 05:37
f4eb176
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ fix bug that mutation would cause dependent operations and reexecuting operations to become the same set
    Submitted by @xuanduc987 (See #3665)

@urql/vue@1.4.1

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

Patch Changes

  • Use shallowRef for data variable to avoid extra overhead for heavy objects
    Submitted by @yurks (See #3641)

@urql/core@5.0.6

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/core@5.0.5

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/vue@1.4.0

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/svelte@4.2.1

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