Skip to content

Version 5.0.0

Latest
Compare
Choose a tag to compare
@nhunzaker nhunzaker released this 09 Apr 13:49
· 45 commits to master since this release
  • Upgrade to support React 16.0

Breaking Changes

Component definitions must now be React class instances. If your
components use the React.createClass syntax, consider moving over to
ES6 classes, or use the react-create-class package.