3.0.0-beta2
Pre-release
Pre-release
Beta version of the 3.0.0 major bump:
3.0.0
- Added
context
support - Bugfix:
componentDidUpdate()
should not be called after initial render - Switch from tracking
nextState
to trackingprevState
- Drop
VNode#__isVNode
in favor ofinstanceof
(reason)