Skip to content

Commit 94b95da

Browse files
committed
Update CHANGES
1 parent 632bbe3 commit 94b95da

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGES.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1+
**Breaking change:** React >= 0.14 is now required.
2+
3+
React 0.14 compatibility. [[jquense][jquense]]
4+
5+
Updated to [[email protected]](https://github.com/insin/inputmask-core/blob/master/CHANGES.md#211--2015-09-11)
6+
7+
Updates based on [[email protected]](https://github.com/insin/inputmask-core/blob/master/CHANGES.md#210--2015-07-15):
8+
9+
* Added `placeholderChar` prop to configure the placeholder character.
10+
* The mask's pattern is now changed if the `pattern` prop changes - the user's input so far is replayed with the new pattern (with mixed results - TBD).
11+
12+
UMD build is now available via npm in `dist/`. [[muffinresearch][muffinresearch]]
13+
114
## 2.0.0 / 2015-04-07
215

3-
Updated to [[email protected]](https://github.com/insin/inputmask-core/blob/master/CHANGES.md#200--2015-04-03)
16+
**Breaking change:** [[email protected]](https://github.com/insin/inputmask-core/blob/master/CHANGES.md#200--2015-04-03) is now required.
417

518
Added undo/redo when Ctrl/Command + Z/Y are used.
619

720
## 1.1.0 / 2015-03-26
821

922
Updated to [[email protected]](https://github.com/insin/inputmask-core/blob/master/CHANGES.md#120--2015-03-26)
1023

11-
A `formatCharacters` prop can now be passed to configure input mask format
12-
characters.
24+
A `formatCharacters` prop can now be passed to configure input mask format characters.
1325

1426
## 1.0.0 / 2015-03-25
1527

@@ -23,3 +35,6 @@ Initial release features:
2335
* Editing operations can handle text selections
2436
* Tested in latest versions of Firefox, Chrome, Opera and IE
2537
* Placeholder generation and display when the mask has no user input
38+
39+
[jquense]: https://github.com/jquense
40+
[muffinresearch]: https://github.com/muffinresearch

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-component"
1515
],
1616
"dependencies": {
17-
"inputmask-core": "^2.1.0"
17+
"inputmask-core": "^2.1.1"
1818
},
1919
"peerDependencies": {
2020
"react": ">=0.14.0"

0 commit comments

Comments
 (0)