Skip to content

Commit 2bb1448

Browse files
committed
v2.1.0
1 parent 05c0f55 commit 2bb1448

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## 2.1.0 / 2015-07-15
2+
3+
Added `mask.getRawValue()` to get the user's raw input, without any non-editable placeholder characters. [[muffinresearch][muffinresearch]]
4+
5+
Added customisation of the character used to fill in editable slots for which these is no input yet, by passing a single-character `placeholderChar` string as an option to the `InputMask` constructor. [[muffinresearch][muffinresearch]]
6+
17
## 2.0.1 / 2015-07-14
28

3-
Fixed taking input for patterns with leading static parts when the cursor or entire selection is in the static part.
9+
Fixed taking input for patterns with leading static parts when the cursor or entire selection is in the static part. [[jordansexton][jordansexton]]
410

511
## 2.0.0 / 2015-04-03
612

@@ -52,3 +58,6 @@ Initial release features:
5258
* Single character input
5359
* Pasting a string
5460
* Backspacing
61+
62+
[jordansexton]: https://github.com/jordansexton
63+
[muffinresearch]: https://github.com/muffinresearch

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inputmask-core",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Standalone input mask implementation, independent of any GUI",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)