Skip to content

Releases: renato-bohler/redux-form-input-masks

v2.0.2

17 Feb 23:50
Compare
Choose a tag to compare

2.0.2 (2022-02-17)

Bug Fixes

  • types: incompatibility from React-Form and Project (894045a)

v2.0.1

28 Feb 02:09
Compare
Choose a tag to compare

2.0.1 (2019-02-28)

Development

  • adds TypeScript definitions (6062a4b3)

v2.0.0

25 Feb 23:33
Compare
Choose a tag to compare

2.0.0 (2019-02-25)

Bug Fixes

  • createNumberMask: changes the default empty value to null (d2f83f7), closes #37 #37

BREAKING CHANGES

  • createNumberMask: default empty value is now null instead of empty string

v1.3.0

06 Nov 12:44
Compare
Choose a tag to compare

1.3.0 (2018-11-06)

Features

  • createTextMask: adds allowEmpty option (07e713a), closes #53

v1.2.0

23 Jul 01:14
Compare
Choose a tag to compare

1.2.0 (2018-07-23)

Bug Fixes

  • createNumberMask: adds validation for the multiplier option (dcca4a1)

Features

  • createNumberMask: adds multiplier option (8e4ea2b), closes #46

v1.1.5

26 Jun 23:06
Compare
Choose a tag to compare

1.1.5 (2018-06-26)

Bug Fixes

  • CreateNumberMask.js: allow full select delete (8aa92c9), closes #43

v1.1.4

24 May 03:05
Compare
Choose a tag to compare

1.1.4 (2018-05-24)

Bug Fixes

  • createTextMask: fixes onCompletePattern and onChange calls for non stripped masks (b9569dd), closes #39

v1.1.3

12 May 01:00
Compare
Choose a tag to compare

1.1.3 (2018-05-12)

Bug Fixes

  • allowEmpty: return empty string also when value is empty string (894deeb)

v1.1.2

08 May 01:35
Compare
Choose a tag to compare

1.1.2 (2018-05-08)

Bug Fixes

  • createTextMask: fixes onCompletePattern and onChange not being called sometimes (5081b55), closes #28 #25

v1.1.1

05 May 02:45
Compare
Choose a tag to compare

1.1.1 (2018-05-05)

Bug Fixes

  • createTextMask: fixes backspace not controlling caret position correctly on some cases (4efad32), closes #27