Skip to content

Releases: sanniassin/react-input-mask

1.2.2

12 Feb 21:44
Compare
Choose a tag to compare
  • Do not pass inputRef prop to the actual input (#123)

1.2.1

09 Feb 10:07
Compare
Choose a tag to compare
  • inputRef property (#122)

1.2.0

08 Feb 12:18
Compare
Choose a tag to compare
  • Show permanent characters if they are next to the entered one and maskChar is empty (#119)

1.1.2

15 Jan 19:18
Compare
Choose a tag to compare
  • Fix regression in non-webkit browsers (#115)

1.1.1

12 Jan 15:10
Compare
Choose a tag to compare
  • Fix autofill handling (#113)

1.1.0

14 Dec 09:59
Compare
Choose a tag to compare
  • Prevent unintentional cursor move on focus (#108)
  • Fix paste over selected text (#106)
  • Fix paste into empty input without maskChar if pasted text didn't require formatting
  • Upgrade to Babel 7

1.0.7

24 Jul 14:16
Compare
Choose a tag to compare
  • CommonJS import no longer requires default property (i.e. const InputMask = require('react-input-mask') instead of const InputMask = require('react-input-mask').default)

1.0.6

14 Jul 09:49
Compare
Choose a tag to compare
  • An error was thrown on backspace in iOS (#96)

1.0.5

06 Jul 18:59
Compare
Choose a tag to compare
  • Improved backspace handling in iOS

1.0.4

06 Jul 10:15
Compare
Choose a tag to compare
  • Fix incorrect value in controlled inputs on window/tab blur.