github urql-graphql/urql @urql/preact@2.0.0

latest releases: @urql/vue@1.2.1, @urql/vue@1.2.0, @urql/svelte@4.2.0...
3 years ago

Major Changes

  • Breaking: Remove pollInterval option from useQuery. Instead please consider using useEffect calling executeQuery on an interval, by @kitten (See #1374)

Minor Changes

  • Remove deprecated operationName property from Operations. The new Operation.kind property is now preferred. If you're creating new operations you may also use the makeOperation utility instead.
    When upgrading @urql/core please ensure that your package manager didn't install any duplicates of it. You may deduplicate it manually using npx yarn-deduplicate (for Yarn) or npm dedupe (for npm), by @kitten (See #1357)

Patch Changes

Don't miss a new urql release

NewReleases is sending notifications on new releases.