Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 371 Bytes

File metadata and controls

13 lines (8 loc) · 371 Bytes

2.0.0 (Aug 7, 2019)

Breaking change

  • Use PureComponent to avoid unnecessary updates and drop the support of React below 15.3.

1.4.0 (Sep 23, 2018)

  • Remove react-dom from peerDependencies.

1.3.4 (May 28, 2017)

  • Use the prop-types package instead of using the one in react.
  • Switch from mocha to jest and increase coverage to 100% 🎉.