react-apollo v2.1.6 Release Notes

Release Date: 2018-06-19 // almost 6 years ago
    • Adjust getDataFromTree to properly traverse React 16.3's context API provider/consumer approach. @marnusw in #1978
    • An ApolloClient instance can now be passed into a Mutation component via a prop named client. This prop will override an ApolloClient instance set via context, by the ApolloProvider component. @amneacsu in #1890
    • The ApolloClient instance used by a Mutation is now available in that Mutation's result. PR #1945 @cooperka in #1945