Skip to content

Commit f4cc837

Browse files
committed
Release v4.0.0
1 parent 78c5099 commit f4cc837

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 4.0.0 / 2017-07-04
2+
13
* Potential breaking change as the `peerDependencies` range has been changed from `"0.14.x || 15.x"` to `"^0.14.9 || ^15.3.0"`.
24

35
* 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]]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-maskedinput",
3-
"version": "3.3.4",
3+
"version": "4.0.0",
44
"description": "Masked <input/> React component",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -10,7 +10,7 @@
1010
"umd"
1111
],
1212
"scripts": {
13-
"build": "nwb build-react-component --no-polyfill",
13+
"build": "nwb build-react-component",
1414
"clean": "nwb clean-module && nwb clean-demo",
1515
"lint": "eslint src tests",
1616
"start": "nwb serve-react-demo",

0 commit comments

Comments
 (0)