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

2.4.0

Compare
Choose a tag to compare
@hwillson hwillson released this 24 Jan 19:02
· 1004 commits to master since this release
229925b

2.4.0

Bug Fixes

  • Invoke onCompleted/onError even if Mutation unmounts.
    PR #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
    compiled code) when extending the Query component as a class.
    @evans in #2721

  • Use new ApolloClient#stop method to dispose of MockedProvider client
    instance.
    PR #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.