Skip to content

v1.1.0

Compare
Choose a tag to compare
@gaearon gaearon released this 16 Sep 23:40
· 62 commits to master since this release
  • The function returned by getForceUpdate now traverses the tree recursively, so even nested components with shouldComponentUpdate() { return false } are being force-updated (#25)