This repository was archived by the owner on Apr 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 44
55### Bug Fixes
66
7+ - Invoke ` onCompleted ` /` onError ` even if ` Mutation ` unmounts. <br />
8+ [ PR #2710 ] ( https://github.com/apollographql/react-apollo/pull/2710 )
9+
710### Improvements
811
912- Update the typescript example app to use the raw Query component directly,
10- with generics, to avoid generating the extra object that's created (in the
13+ with generics, to avoid generating the extra object that's created (in the
1114 compiled code) when extending the Query component as a class. <br />
1215 [ @evans ] ( https://github.com/evans ) in [ #2721 ] ( https://github.com/apollographql/react-apollo/pull/2721 )
1316
17+ - Use new ` ApolloClient#stop ` method to dispose of ` MockedProvider ` client
18+ instance. <br />
19+ [ PR #2741 ] ( https://github.com/apollographql/react-apollo/pull/2741 )
20+
21+ - The ` apollo-client ` peer dependency version constraint has been updated
22+ to require the latest version, 2.4.12. Although this update is
23+ recommended, and we believe it is backwards compatible with other
24+ [email protected] versions, we decided to bump the minor version of
25+ ` react-apollo ` (to 2.4.0) because of this new ` apollo-client ` version
26+ requirement.
1427
1528## 2.3.3
1629
You can’t perform that action at this time.
0 commit comments