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.

Update CHANGELOG for 1.8.2

+13
+13
CHANGELOG.md
··· 8 8 9 9 _The format is based on [Keep a Changelog](http://keepachangelog.com/)._ 10 10 11 + ## [v1.8.2](https://github.com/FormidableLabs/urql/compare/v1.8.1...v1.8.2) 12 + 13 + This patch fixes client-side suspense. While we wouldn't recommend its use 14 + anymore, since suspense lends itself to prerendering instead of a loading 15 + primitive, we'd like to ensure that suspense-mode works as expected in `urql`. 16 + 17 + Also, as mentioned in `v1.8.0`'s notes, please ensure that `urql` upgrades to 18 + use `wonka@^4.0.7` to avoid any issues. If your bundler or packager uses a 19 + lower version with `urql`, you will see runtime errors. 20 + 21 + - Clean up unnecessary `useMemo` for `useCallback` in hooks (see [#504](https://github.com/FormidableLabs/urql/pull/504)) 22 + - Fix synchronous, client-side suspense and simplify `toSuspenseSource` helper (see [#506](https://github.com/FormidableLabs/urql/pull/506)) 23 + 11 24 ## [v1.8.1](https://github.com/FormidableLabs/urql/compare/v1.8.0...v1.8.1) 12 25 13 26 This patch fixes `urql` relying on a quirk in older versions of `wonka` where