Skip to content

v6.0.0

Choose a tag to compare

@niksy niksy released this 04 Apr 07:15
· 18 commits to master since this release

Breaking

  • state and props arguments in render method have been removed in favor of using this.state and this.props directly
  • Current state key value is now second argument in render method, this caters to most common use case of using render method