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 hidden (Show)

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

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • Refactor parts of Graphcache for a minor performance boost and bundlesize reductions, by @kitten (See #611)
urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • Pass the Client down in withUrqlClient.getInitialProps to prevent it from being created twice, by @JoviDeCroock (See #589)
  • Add missing GraphQLError serialization for extensions and path field to ssrExchange, by @kitten (See #607)
  • Enable users to configure the suspense option and clean up suspense warning message, by @ryan-gilb (See #603)
urql -

Published by kitten over 4 years ago

Minor Changes

Patch Changes

  • Add missing GraphQLError serialization for extensions and path field to ssrExchange, by @kitten (See #607)
urql -

Published by kitten over 4 years ago

Patch Changes

  • Apply commutative layers to all operations, so now including mutations and subscriptions, to ensure that unordered data is written in the correct order, by @kitten (See #593)
  • Updated dependencies (See #607 and #601)
urql -

Published by kitten over 4 years ago

Initial release

  • Release the multipartFetchExchange
urql -

Published by kitten over 4 years ago