Releases: sanniassin/react-input-mask
Releases · sanniassin/react-input-mask
1.2.2
- Do not pass
inputRef
prop to the actual input (#123)
1.2.0
- Show permanent characters if they are next to the entered one and maskChar is empty (#119)
1.1.2
- Fix regression in non-webkit browsers (#115)
1.1.1
- Fix autofill handling (#113)
1.1.0
- 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
- 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
- An error was thrown on backspace in iOS (#96)
1.0.5
- Improved backspace handling in iOS
1.0.4
- Fix incorrect value in controlled inputs on window/tab blur.