3.8.0-alpha.15
Patch Changes
-
#10888
1562a2f5aThanks @alessbell! - Updates dependency versions inpackage.jsonby bumping:@wry/contextto^0.7.3@wry/equalityto^0.5.6@wry/trieto^0.4.3optimismto^0.17.4
to 1. fix sourcemap warnings and 2. a Codesandbox sandpack (in-browser) bundler transpilation bug with an upstream optimism workaround.
3.8.0-alpha.14
3.8.0-alpha.13
Patch Changes
-
#10766
ffb179e55Thanks @jerelmiller! - More robust typings for thedataproperty returned fromuseSuspenseQuerywhen usingreturnPartialData: trueor anerrorPolicyofallorignore.TDatanow defaults tounknowninstead ofany. -
#10809
49d28f764Thanks @jerelmiller! - Fixed the ability to userefetchandfetchMorewith React'sstartTransition. The hook will now behave correctly by allowing React to avoid showing the Suspense fallback when these functions are wrapped bystartTransition. This change deprecates thesuspensePolicyoption in favor ofstartTransition.
3.8.0-alpha.12
3.8.0-alpha.11
Minor Changes
- #10567
c2ce6496cThanks @benjamn! - AllowApolloCacheimplementations to specify default value forassumeImmutableResultsclient option, improving performance for applications currently usingInMemoryCachewithout configuringnew ApolloClient({ assumeImmutableResults: true })
Patch Changes
-
#10672
932252b0cThanks @jerelmiller! - Fix the compatibility betweenuseSuspenseQueryand React'suseDeferredValueandstartTransitionAPIs to allow React to show stale UI while the changes to the variable cause the component to suspend.Breaking change
nextFetchPolicysupport has been removed fromuseSuspenseQuery. If you are using this option, remove it, otherwise it will be ignored.
3.8.0-alpha.10
3.8.0-alpha.1
Patch Changes
- #10324
95eb228beThanks @jerelmiller! - Add@defersupport touseSuspenseQuery.