Skip to content

v0.2.0

Choose a tag to compare

@trojanowski trojanowski released this 30 Nov 15:09
· 50 commits to master since this release

Bug Fixes

  • cache queries for not-mounted yet components. It fixes problems with infinite loops after error occurred. (246208c), closes #23
  • remove no longer needed warning dependency (0c4459b)
  • update React peer dependency (768d851)

Features

  • remove deprecated methods (a601691)

BREAKING CHANGES

  • minimum supported (and tested) version of React is now 16.7.0-alpha.2
  • useApolloQuery and useApolloMutation are removed. Please use useQuery and useMutation instead.