Skip to content

Commit 78c5099

Browse files
committed
Update CHANGES
[ci skip]
1 parent adf3467 commit 78c5099

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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`.
8+
9+
## 3.3.4 / 2016-12-15
10+
11+
* Silence React 15.4 invalid property warnings [[#80](https://github.com/insin/react-maskedinput/pull/80)] [[nathanstitt][nathanstitt]]
12+
113
## 3.3.2 / 2016-12-01
214

315
* Fix for both Android and MS Edge input entering
@@ -67,5 +79,7 @@ Initial release features:
6779
* Placeholder generation and display when the mask has no user input
6880

6981
[jquense]: https://github.com/jquense
82+
[krvital]: https://github.com/krvital
7083
[muffinresearch]: https://github.com/muffinresearch
7184
[martyphee]: https://github.com/martyphee
85+
[nathanstitt]: https://github.com/nathanstitt

0 commit comments

Comments
 (0)