Skip to content
This repository was archived by the owner on Sep 24, 2021. It is now read-only.

Changes

Choose a tag to compare

@JamieDixon JamieDixon released this 12 Jan 18:46
· 17 commits to master since this release
  • Ensure all lifecycle methods are called with the context of the wrapping component.
    This means you have access to this.props in componentWillReceiveProps for example
  • Pass existing lifecycle arguments from the wrapper component down to your custom lifecycle methods.
    This means you have access to nextProps coming into componentWillReceiveProps etc.
  • Add shouldComponentUpdate to the supported lifecycle hooks.
  • Added tests