react-maskedinput v4.0.0 Release Notes

Release Date: 2017-07-04 // almost 7 years ago
  • 4.0.0 / 2017-07-04

    Potential breaking change as the peerDependencies range has been changed from "0.14.x || 15.x" to "^0.14.9 || ^15.3.0".

    📦 Use React.Component instead of React.createClass and the prop-types package instead of React.PropTypes to silence deprecation warnings [#94] [krvital]

    ⚡️ Update nwb to 0.17.x:

    • module config replaces jsnext:main in package.json to specify the location of the ES6 modules build.
    • prop-types is bundled with the UMD development build and stripped from the production build, along with usage of propTypes.