github urql-graphql/urql next-urql@2.0.0

latest releases: @urql/exchange-graphcache@7.1.2, @urql/vue@1.3.2, @urql/vue@1.3.1...
3 years ago

This release moves urql from being in dependencies to peerDependencies. Please install it
explicitly, as you may have already in the past, and ensure that both urql and @urql/core are
not duplicated with either npm dedupe or npx yarn-deduplicate.

npm i --save urql
# or
yarn add urql

Major Changes

  • Move the urql dependency to a peer dependency.
  • Remove the automatic polyfilling of fetch since this is done automatically starting at
    Next v9.4
    If you are using a version before 9.4 you can upgrade by installing isomorphic-unfetch
    and importing it to polyfill the behavior, by @JoviDeCroock (See #1018)

Don't miss a new urql release

NewReleases is sending notifications on new releases.