Skip to content

Releases: urql-graphql/urql

v1.0.4

22 Feb 18:09
Compare
Choose a tag to compare
  • Fix __typename not being extracted from responses correctly, which broke caching
  • Fix fetchOptions being called in the client instead of the fetch exchange
  • Improve CombinedError to actually be an Error and rehydrate GraphQLError instances
  • Fix Mutation#executeMutation prop not accepting generics

v1.0.3

22 Feb 18:07
Compare
Choose a tag to compare
  • Fix variables not being diff'ed and only compared via reference equality leading to an infinite rerender bug

v1.0.2

22 Feb 18:06
Compare
Choose a tag to compare
  • Allow graphql-tag usage. Operations' querys can now be DocumentNodes
  • Query + Variables keying is now more optimised than before with more efficient hashing

v1.0.0 – Customisable & The one with hooks.

22 Feb 18:05
Compare
Choose a tag to compare

urql v1 is more customisable than ever with a concept of "exchanges", which allow you to customise every aspect of how urql works. Check out the docs for more info on v1!