v0.3.0
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