github-actions
released this
31 Mar 14:57
·
285 commits
to main
since this release
Major Changes
- Remove the default
Client
fromContext
. Previously,urql
kept a legacy default client in its context, with default exchanges and calling an API at/graphql
. This has now been removed and you will have to create your ownClient
if you were relying on this behaviour
Submitted by @JoviDeCroock (See #3033)
Minor Changes
- Allow mutations to update their results in bindings when
hasNext: true
is set, which indicates deferred or streamed results
Submitted by @kitten (See #3103)
Patch Changes
⚠️ Fix source maps included with recently published packages, which lost theirsourcesContent
, including additional source files, and had incorrect paths in some of them
Submitted by @kitten (See #3053)- Upgrade to
wonka@^6.3.0
Submitted by @kitten (See #3104) - Silence "Cannot update a component (%s) while rendering a different component (%s)." warning forcefully
Submitted by @kitten (See #3095) - Add TSDocs to all
urql
bindings packages
Submitted by @kitten (See #3079) - Updated dependencies (See #3101, #3033, #3054, #3053, #3060, #3081, #3039, #3104, #3082, #3097, #3061, #3055, #3085, #3079, #3087, #3059, #3055, #3057, #3050, #3062, #3051, #3043, #3063, #3054, #3102, #3097, #3106, #3058, and #3062)
- @urql/[email protected]