Skip to content

Releases: urql-graphql/urql

@urql/[email protected]

21 Oct 09:49
7f9cad5
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

20 Oct 06:49
38290e7
Compare
Choose a tag to compare

Patch Changes

  • Update selection iterator implementation for JSC memory reduction
    Submitted by @kitten (See #3693)

[email protected]

19 Oct 11:22
8656621
Compare
Choose a tag to compare

Minor Changes

@urql/[email protected]

19 Oct 11:21
8656621
Compare
Choose a tag to compare

Patch Changes

  • Remove for-of syntax from @urql/core helpers for JSC memory reduction
    Submitted by @kitten (See #3690)

@urql/[email protected]

03 Oct 11:30
0438740
Compare
Choose a tag to compare

Minor Changes

@urql/[email protected]

03 Oct 11:30
0438740
Compare
Choose a tag to compare

Minor Changes

  • Allow @_required directive to be used in combination with configured schemas
    Submitted by @AndrewIngram (See #3685)

@urql/[email protected]

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

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

Patch Changes

@urql/[email protected]

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

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)