Skip to content

v0.3.0

Compare
Choose a tag to compare
@trojanowski trojanowski released this 16 Jan 22:20
· 37 commits to master since this release

Bug Fixes

  • update React peer dependency (51b3435)

Code Refactoring

Features

  • useQuery: implement skip (#42) (873e7de)
  • useQuery: use Apollo client state as the main source of truth (#47) (5ed243d)
  • implement SSR (#44) (664edc2)

BREAKING CHANGES

  • minimum supported (and tested) version of React is now 16.8.0-alpha.1
  • useApolloClient throws if the client is not available in the context instead of returning null