Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For more information on what has changed, read our summary of breaking changes in #2621!
A list of all the changes that are explained there:
graphql
importsThis PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@urql/exchange-auth@1.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Minor Changes
babel-plugin-modular-graphql
helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @JoviDeCroock (See #2551)Patch Changes
@urql/exchange-execute@2.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Minor Changes
babel-plugin-modular-graphql
helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @JoviDeCroock (See #2551)Patch Changes
@urql/exchange-graphcache@5.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Minor Changes
babel-plugin-modular-graphql
helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @JoviDeCroock (See #2551)fragmentName
forwrite
andread
operations, by @JoviDeCroock (See #2609)Patch Changes
optimistic
option now accepts optimistic mutation resolvers that return fields byname rather than alias. Previously, depending on which mutation was run, the optimistic resolvers
would read your optimistic data by field alias (i.e. "alias" for
alias: id
rather than "id").Instead, optimistic updates now correctly use field names and allow you to also pass resolvers as
values on your optimistic config, by @JoviDeCroock (See #2616)
@urql/exchange-multipart-fetch@1.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
@urql/exchange-persisted-fetch@2.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Minor Changes
babel-plugin-modular-graphql
helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @JoviDeCroock (See #2551)Patch Changes
@urql/exchange-populate@1.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Minor Changes
babel-plugin-modular-graphql
helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @JoviDeCroock (See #2551)Patch Changes
@urql/exchange-refocus@1.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
@urql/exchange-request-policy@1.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
@urql/exchange-retry@1.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
randomDelay
work correctly, by @JoviDeCroock (See #2615)@urql/core@3.0.0
Major Changes
Client
andClient.createOperationContext
. We've noticed that there's no real need forcreateOperationContext
or the options on theClient
and that it actually encourages modifying properties on theClient
that are really meant to be modified dynamically via exchanges, by @kitten (See #2619)wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Minor Changes
babel-plugin-modular-graphql
helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @JoviDeCroock (See #2551)@urql/introspection@1.0.0
Major Changes
next-urql@4.0.0
Major Changes
Patch Changes
@urql/preact@3.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
urql@3.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
@urql/storage-rn@1.0.0
Major Changes
@urql/storybook-addon@2.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
@urql/svelte@3.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
@urql/vue@1.0.0
Major Changes
wonka@^6.0.0
), which has no breaking changes but is built to target ES2015 and comes with other minor improvements.The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Patch Changes
urql-docs@1.0.0
Major Changes