This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Changelog.md in preparation for version 2.4.0.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,26 @@ | |
|
||
### Bug Fixes | ||
|
||
- Invoke `onCompleted`/`onError` even if `Mutation` unmounts. <br/> | ||
[PR #2710](https://github.com/apollographql/react-apollo/pull/2710) | ||
|
||
### Improvements | ||
|
||
- Update the typescript example app to use the raw Query component directly, | ||
with generics, to avoid generating the extra object that's created (in the | ||
with generics, to avoid generating the extra object that's created (in the | ||
compiled code) when extending the Query component as a class. <br/> | ||
[@evans](https://github.com/evans) in [#2721](https://github.com/apollographql/react-apollo/pull/2721) | ||
|
||
- Use new `ApolloClient#stop` method to dispose of `MockedProvider` client | ||
instance. <br/> | ||
[PR #2741](https://github.com/apollographql/react-apollo/pull/2741) | ||
|
||
- The `apollo-client` peer dependency version constraint has been updated | ||
to require the latest version, 2.4.12. Although this update is | ||
recommended, and we believe it is backwards compatible with other | ||
[email protected] versions, we decided to bump the minor version of | ||
`react-apollo` (to 2.4.0) because of this new `apollo-client` version | ||
requirement. | ||
|
||
## 2.3.3 | ||
|
||
|