Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed May 24, 2016
1 parent 00511e5 commit ed48086
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 3.2.0 / 2016-05-24

* Allow dynamic pattern updating [[martyphee][martyphee]]

## 3.1.3 / 2016-05-02

* Don’t call `onChange` function if undefined.
* Update nwb to 0.9.x

s
## 3.1.2 / 2016-04-11

* Support for React 15.x.x
Expand Down Expand Up @@ -60,3 +64,4 @@ Initial release features:

[jquense]: https://github.com/jquense
[muffinresearch]: https://github.com/muffinresearch
[martyphee]: https://github.com/martyphee
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-maskedinput",
"description": "Masked <input/> React component",
"version": "3.1.3",
"version": "3.2.0",
"main": "./lib/index.js",
"jsnext:main": "es6/index.js",
"standalone": "MaskedInput",
Expand Down

0 comments on commit ed48086

Please sign in to comment.