npm urql 1.8.0
v1.8.0

latest releases: 4.1.0-canary-9bf3289b, 4.1.0-canary-019b1bb0, 4.1.0-canary-9272cefa...
4 years ago

This release doesn't change any major feature aspects, but comes with bugfixes
to our suspense and concurrent-mode handling. Due to an upgrade to wonka@^4.0.0
this is a minor version though.

In v1.6.0 we believed to
have solved all issues related to suspense and concurrent mode. However there were
still some remaining cases where concurrent mode behaved incorrectly. With the new
useOperator hook in react-wonka@2.0.0 we believe
to have now fixed all issues.

The initial mount of useQuery and useSubscription will now synchronously reflect
whatever urql returns, most of the times those will be cached results. Afterwards
all subsequent updates and fetches will be scheduled cooperatively with React on
an effect.

If you're using wonka for an exchange with urql you may want to upgrade to wonka@^4.0.5 soon.
You can still use the older v3.2.2 which will work with the new version (even in the same bundle),
unless you're making use of its subscribe, make, or makeSubject exports.
A migration guide can be found in the wonka docs.

  • Support concurrent mode with all edge cases fully (see #496)
  • Move to react-wonka@2.0.0 with the prior fix in #496 (see #499)

Don't miss a new urql release

NewReleases is sending notifications on new releases.