Skip to content

0.6.0

Compare
Choose a tag to compare
@ctrlplusb ctrlplusb released this 17 Jan 13:30
· 67 commits to master since this release

Breaking Changes

  • Big refactor of componentWillReceiveProps lifecycle hooks. We no longer provide a default strategy for this. By default work functions will only get executed when a Component mounts. We now provide a new configuration property called shouldWorkAgain. Define this configuration item if you would like to be able to control if and when work should be executed again when your Component receives new props.: 23fb2e6

Adds

Patches

  • Removes unnecessary precondition.: 95de045
  • Migrates implementation to react-tree-walker.: 1fde85c