Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages

+16 -11
-5
.changeset/red-brooms-drive.md
··· 1 - --- 2 - '@urql/exchange-suspense': minor 3 - --- 4 - 5 - Add deprecation notice, as exchange isn't as useful as expected and unstable
-5
.changeset/tiny-ducks-teach.md
··· 1 - --- 2 - '@urql/exchange-suspense': patch 3 - --- 4 - 5 - Fix subscription operations from being affected by the `suspenseExchange`.
+5
exchanges/execute/CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## v1.0.0 4 + 5 + **Initial Release**
+10
exchanges/suspense/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.9.0 4 + 5 + ### Minor Changes 6 + 7 + - Add deprecation notice, as exchange isn't as useful as expected and unstable, by [@kitten](https://github.com/kitten) (See [#789](https://github.com/FormidableLabs/urql/pull/789)) 8 + 9 + ### Patch Changes 10 + 11 + - ⚠️ Fix subscription operations from being affected by the `suspenseExchange`, by [@kitten](https://github.com/kitten) (See [#789](https://github.com/FormidableLabs/urql/pull/789)) 12 + 3 13 ## 1.8.9 4 14 5 15 ### Patch Changes
+1 -1
exchanges/suspense/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-suspense", 3 - "version": "1.8.9", 3 + "version": "1.9.0", 4 4 "description": "An exchange for client-side React Suspense support in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",