urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

MIT License

Downloads
11.4M
Stars
8.5K
Committers
249

Bot releases are visible (Hide)

urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix node resolution when using Webpack, which experiences a bug where it only resolves
    package.json:main instead of module when an .mjs file imports a package, by @JoviDeCroock (See #642)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix node resolution when using Webpack, which experiences a bug where it only resolves
    package.json:main instead of module when an .mjs file imports a package, by @JoviDeCroock (See #642)
  • Updated dependencies (See #642)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix critical ordering bug in commutative queries and mutations. Subscriptions and queries would ad-hoc be receiving an empty optimistic layer accidentally. This leads to subscription results potentially being cleared, queries from being erased on a second write, and layers from sticking around on every second write or indefinitely. This affects versions > 2.2.2 so please upgrade!, by @kitten (See #638)
  • ⚠️ Fix multipart conversion, in the extract-files dependency (used by multipart-fetch) there is an explicit check for the constructor property of an object. This made the files unretrievable, by @JoviDeCroock (See #639)
  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix multipart conversion, in the extract-files dependency (used by multipart-fetch) there is an explicit check for the constructor property of an object. This made the files unretrievable, by @JoviDeCroock (See #639)
  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
    .mjs files and fails to resolve the new version, please double check your configuration for
    Webpack, or similar tools, by @JoviDeCroock (See #637)
  • Updated dependencies (See #637)
urql -

Published by kitten over 4 years ago

  • Bumps the @urql/core dependency minor version to ^1.10.1 for React, Preact and Svelte, by @JoviDeCroock (See #623)
  • Avoid React v16.13.0's "Warning: Cannot update a component" by preventing cross-hook updates during render or initial mount, by @kitten (See #630)
  • Updated dependencies (See #621)
urql -

Published by kitten over 4 years ago

urql -

Published by kitten over 4 years ago

urql -

Published by kitten over 4 years ago

  • Add a guard to "maskTypenames" so a null value isn't considered an object, by @JoviDeCroock (See #621)
urql -

Published by kitten over 4 years ago

  • ⚠️ Fix cache.inspectFields causing an undefined error for uninitialised or cleared commutative layers, by @kitten (See #626)
  • Improve Store constructor to accept an options object instead of separate arguments, identical to the cacheExchange options. (This is a patch, not a minor, since we consider Store part of the private API), by @kitten (See #622)
  • Allow a single field to be invalidated using cache.invalidate using two additional arguments, similar to store.resolve; This is a very small addition, so it's marked as a patch, by @kitten (See #627)
  • Prevent variables from being filtered and queries from being altered before they're forwarded, which prevented additional untyped variables from being used inside updater functions, by @kitten (See #629)
  • Expose generated result data on writeOptimistic and passthrough data on write operations, by @kitten (See #613)
  • Updated dependencies (See #621)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Rollup bundle output being written to .es.js instead of .esm.js, by @kitten (See #609)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix Rollup bundle output being written to .es.js instead of .esm.js, by @kitten (See #609)
urql -

Published by kitten over 4 years ago

Patch Changes