urql-ci
released this
19 Aug 14:38
·
480 commits
to main
since this release
Major Changes
- Goodbye IE11! 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will not be ES5-compatible anymore, by @kitten (See #2504)
- Upgrade to Wonka v6 (
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
- Remove the
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
⚠️ fix return for context function argument, by @JoviDeCroock (See #2583)- Updated dependencies (See #2551, #2504, #2619, #2607, and #2504)
- @urql/[email protected]