Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@MichaelDeBoey MichaelDeBoey released this 17 Jul 22:49
· 120 commits to master since this release
  • BREAKING: The peerDependencies range (for both react & react-dom) has been changed from ^0.14 || ^15.0 to ^15.5.4.
  • Uses prop-types package instead of React.PropTypes
    • Fixes dependencies for velocity-react & radium
  • Uses ES6 classes instead of React.createClass in tests
  • Uses react-dom/test-utils package instead of react-addons-test-utils in tests
  • Some code clean-up`
  • Deletes deprecated tests (reactid isn't used anymore since React v15.0)