react-apollo v2.1.9 Release Notes

Release Date: 2018-07-04 // over 5 years ago
    • ➕ Added onCompleted and onError props to the Query component, than can be used to register callback functions that are to be executed after a query successfully completes, or an error occurs. @jeshep in #1922
    • ➕ Add UNSAFE_componentWillMount SSR support. @leops in #2152
    • ⏱ Clear out scheduler on MockedProvider unmount. @danilobuerger in #2151