Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit b70990f

Browse files
committed
Update Changelog.md in preparation for version 2.4.0.
1 parent efac246 commit b70990f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@
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

0 commit comments

Comments
 (0)