You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
* Potential breaking change as the `peerDependencies` range has been changed from `"0.14.x || 15.x"` to `"^0.14.9 || ^15.3.0"`.
2
+
3
+
* Use `React.Component` instead of `React.createClass` and the `prop-types` package instead of `React.PropTypes` to silence deprecation warnings [[#94](https://github.com/insin/react-maskedinput/pull/94)][[krvital][krvital]]
4
+
5
+
* Update nwb to 0.17.x:
6
+
*`module` config replaces `jsnext:main` in `package.json` to specify the location of the ES6 modules build.
7
+
*`prop-types` is bundled with the UMD development build and stripped from the production build, along with usage of `propTypes`.
0 commit comments