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

Commit

Permalink
Update Changelog.md in preparation for version 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jan 19, 2019
1 parent efac246 commit b70990f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b70990f

Please sign in to comment.