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

Refactor ApolloProvider/ApolloConsumer implementation to use React 16.3 context API #2540

Merged
merged 10 commits into from
Mar 15, 2019
Merged
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
[@ajmath](https://github.com/ajmath) in [#2524](https://github.com/apollographql/react-apollo/pull/2524)
- Improvements to the `graphql` HOC generics for `fetchMore` and `refetch`. <br/>
[@EricMcRay](https://github.com/EricMcRay) in [#2525](https://github.com/apollographql/react-apollo/pull/2525)
- The `ApolloProvider` / `ApolloConsumer` implementations have been refactored
to use [React 16.3's new context API](https://reactjs.org/docs/context.html). <br/>
[@wzrdzl](https://github.com/wzrdzl) in [#2540](https://github.com/apollographql/react-apollo/pull/2540)


## v2.5.2
Expand Down
Loading