All Versions
20
Latest Version
Avg Release Cycle
99 days
Latest Release
1042 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.2.3
July 27, 2016 -
v3.2.0 Changes
May 24, 2016- π Allow dynamic pattern updating [[martyphee][martyphee]]
-
v3.1.3 Changes
May 02, 2016- Donβt call
onChange
function if undefined. - β‘οΈ Update nwb to 0.9.x
- Donβt call
-
v3.1.2 Changes
April 11, 2016- π Support for React 15.x.x
-
v3.1.1 Changes
March 09, 2016- Convert tooling to use nwb [[bpugh]][[bpugh]]
- Publish
dist
files
-
v3.1.0 Changes
February 11, 2016- β Added support for
value
behaving as a controlled component.
- β Added support for
-
v3.0.0 Changes
October 23, 2015π₯ Breaking change: Now uses a
mask
prop to define the input mask instead ofpattern
, to avoid preventing use of the the HTML5pattern
attribute in conjunction with the input mask.π₯ Breaking change: React >= 0.14 is now required.
React 0.14 compatibility. [[jquense][jquense]]
β‘οΈ Updated to [email protected]
β‘οΈ Updates based on [email protected]:
- β Added
placeholderChar
prop to configure the placeholder character. - 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).
π UMD build is now available via npm in
dist/
. [[muffinresearch][muffinresearch]] - β Added
-
v2.0.0 Changes
April 07, 2015π₯ Breaking change: [email protected] is now required.
β Added undo/redo when Ctrl/Command + Z/Y are used.
-
v1.1.0 Changes
March 26, 2015β‘οΈ Updated to [email protected]
π§ A
formatCharacters
prop can now be passed to configure input mask format characters. -
v1.0.0 Changes
March 25, 2015π Initial release features:
- Based on [email protected]
- Basic editing works:
- Typing, backspacing, pasting, cutting and deleting
- Invalid content will be ignored if typed or pasted
- Static parts of the mask can't be modfied
- Editing operations can handle text selections
- Tested in latest versions of Firefox, Chrome, Opera and IE
- Placeholder generation and display when the mask has no user input