Skip to content

Releases: urql-graphql/urql

@urql/[email protected]

10 Apr 09:54
e93496c
Compare
Choose a tag to compare

Patch Changes

  • When invoking the automatic creation updater ignore the entity we are currently on in the mutation
    Submitted by @JoviDeCroock (See #3560)

[email protected]

02 Apr 14:44
747113b
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

02 Apr 14:44
747113b
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

02 Apr 14:44
747113b
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

02 Apr 14:44
747113b
Compare
Choose a tag to compare

Patch Changes

@urql/[email protected]

02 Apr 14:44
747113b
Compare
Choose a tag to compare

Major Changes

  • Add a default updater for mutation fields who are lacking an updater and where the returned entity is not present in the cache
    Submitted by @JoviDeCroock (See #3518)
  • Remove deprecated resolveFieldByKey, use cache.resolve instead
    Submitted by @JoviDeCroock (See #3520)

Minor Changes

  • Track abstract types being written so that we have a more reliable way of matching abstract fragments
    Submitted by @JoviDeCroock (See #3548)

Patch Changes

@urql/[email protected]

02 Apr 14:44
747113b
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • Upgrade @0no-co/graphql.web to 1.0.5
    Submitted by @kitten (See #3553)

@urql/[email protected]

27 Mar 12:10
c413b4b
Compare
Choose a tag to compare

Minor Changes

  • Add option to enable persisted-operations for subscriptions
    Submitted by @JoviDeCroock (See #3549)

@urql/[email protected]

26 Mar 15:56
669285a
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix invalidate not applying when using a string to invalidate an entity
    Submitted by @JoviDeCroock (See #3544)

@urql/[email protected]

09 Mar 11:54
4078e96
Compare
Choose a tag to compare

Minor Changes

  • Change the request-policy exchange not to rely on OperationMeta set by the cache exchanges
    Submitted by @JoviDeCroock (See #3521)