react-maskedinput
Advanced tools
Changelog
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][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
.