react-apollo v2.0.0 Release Notes

    • ๐Ÿ’ฅ BREAKING: removed cleanupApolloState as it is no longer needed!
    • Exported getDataFromTree on the client
    • โœ‚ Removed redux from peer dependencies. Issue #1223 PR #1224
    • ๐Ÿ‘Œ Support arrays being returned from render in SSR #1158
    • ๐Ÿ‘Œ Support passing an updater function to setState in SSR mode #1263