Skip to content

Releases: sanniassin/react-input-mask

0.7.8

14 Mar 14:35
Compare
Choose a tag to compare
  • Prevent edit on readOnly inputs

0.7.7

02 Feb 09:54
Compare
Choose a tag to compare
  • Fixed cursor jump to start when mask changed on focus

0.7.6

01 Feb 14:38
Compare
Choose a tag to compare
  • Fixed cursor jump to the end when mask changed from empty to non-empty on active input

0.7.5

11 Sep 06:44
Compare
Choose a tag to compare
  • Fixed regression in 0.7.4 when autoFocus attribute is set (#58)

0.7.4

07 Sep 12:11
Compare
Choose a tag to compare
  • Better work in Samsung browser on Android

0.7.3

27 Aug 06:56
Compare
Choose a tag to compare
  • Do not call onChange on focus/blur if nothing changed (#56)
  • Caret moving to next to last position on Chrome android (#51)
  • Prevent movement of characters which are next to deleted one on backspace on android

0.7.2

06 Jul 21:03
Compare
Choose a tag to compare
  • Fix: warning with React 15.2.0 (#49)

0.7.1

29 Jun 14:19
Compare
Choose a tag to compare
  • Exclude .babelrc from npm package

0.7.0

17 Jun 19:56
Compare
Choose a tag to compare
  • Improved compatibility with uncontrolled inputs. Switching between empty and non-empty mask will not transform uncontrolled input into controlled one and will not reset value.

0.6.8

15 Jun 08:25
Compare
Choose a tag to compare
  • Fix: caret position moves to first character after filling input with mask which ends with permanent char #45