npm urql 1.1.1
v1.1.1

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

This release comes with two small patches. One being a crticial fix, where cancelled requests would be erroneously deduped, which meant a previously cancelled query would never be fetched.

It also refactors our bundling process to transpile Object.assign to restore IE11 support and reduce the amount of duplicate helper in our bundles.

  • ⚠️ Fix torn-down requests being deduped forever (see #281)
  • Fix useQuery's pause argument blocking explicit executeQuery calls (see #278)
  • Add Object.assign transpilation for IE11 and refactor bundling (see #274)

Don't miss a new urql release

NewReleases is sending notifications on new releases.