Skip to content

Releases: sanniassin/react-input-mask

1.0.3

04 Jul 10:32
Compare
Choose a tag to compare
  • Fix broken inputs without mask

1.0.2

28 Jun 20:57
Compare
Choose a tag to compare
  • Fix prefix cut when prefix has escaped characters
  • Fix permanent characters removal when maskChar is null

1.0.1

28 Jun 12:22
Compare
Choose a tag to compare
  • Input value didn't reflect mask change in some cases

1.0.0

28 Jun 11:23
Compare
Choose a tag to compare

Refactoring.

  • Only actual changes are tracked now, so you can prevent them with call to preventDefault in onKeyDown or onPaste handlers.
  • Fix crash on unmount after onChange on Android (#89)
  • Call to onPaste handler if provided (#91)

0.9.1

11 Jun 15:59
Compare
Choose a tag to compare
  • ES5 build was broken due to invalid path in main field in package.json

0.9.0

09 Jun 20:10
Compare
Choose a tag to compare
  • UMD and ES2015 builds
  • Show empty value placeholder if it passed as value and switch input from uncontrolled to controlled

0.8.2

08 Jun 19:14
Compare
Choose a tag to compare
  • Crash on render in Jest (#77)
  • Crash on render if formatChars set to null (#86)

0.8.1

06 Jun 15:30
Compare
Choose a tag to compare
  • Mask disappeared in input with alwaysShowMask and empty string in value after rerender with same value. (#84)

0.8.0

13 Apr 15:22
Compare
Choose a tag to compare

Since this version support for React 0.12 is dropped.

  • Fixed deprecation warnings in React 15.5
  • Better compatibility with Windows Phone (#78)

0.7.9

30 Mar 09:07
Compare
Choose a tag to compare
  • Do not set value on mask change in unfocused empty input