Skip to content

v3.0.0-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryanbrainard ryanbrainard released this 10 Oct 21:29
· 66 commits to master since this release
0241cab

To support newer versions of React, this removes use of deprecated React lifecycle hooks componentWillMount and componentWillReceiveProps, deprecated React Context API, and impure functions.

This is a breaking change from the 2.0 releases. To migrate, remove use of the second context parameter and pure option. It generally should not impact applications, but be aware that fetches now happen on componentDidMount and componentDidUpdate.

Code Change: #233

Additional doc changes are still pending.