·
297 commits
to main
since this release
Major Changes
- Update
OperationResult.hasNext
andOperationResult.stale
to be required fields. If you have a custom exchange creating results, you'll have to add these fields or use themakeResult
,mergeResultPatch
, ormakeErrorResult
helpers
Submitted by @kitten (See #3061) - Move
handler
, which combines subscription events, frommutationStore
tosubscriptionStore
. It’s accidentally been defined and implemented on the wrong store and was meant to be onsubscriptionStore
Submitted by @kitten (See #3078)
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) - 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]