Skip to content

Latest commit

 

History

History
115 lines (58 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

115 lines (58 loc) · 4.8 KB

2.0.2 (2022-02-17)

Bug Fixes

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

2.0.1 (2019-02-28)

Development

  • adds TypeScript definitions (6062a4b3)

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

1.3.0 (2018-11-06)

Features

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

1.2.0 (2018-07-23)

Bug Fixes

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

Features

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

1.1.5 (2018-06-26)

Bug Fixes

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

1.1.4 (2018-05-24)

Bug Fixes

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

1.1.3 (2018-05-12)

Bug Fixes

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

1.1.2 (2018-05-08)

Bug Fixes

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

1.1.1 (2018-05-05)

Bug Fixes

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

1.1.0 (2018-05-03)

Features

  • CreateNumberMask: added option allowEmpty (17cf160), closes #29

1.0.1 (2018-03-14)

Bug Fixes

  • removes babel-polyfill from the bundle (3c99cd7), closes #22

1.0.0 (2018-03-12)

Chores

  • first official release 🎉 (ddc0082)

BREAKING CHANGES

  • First official release (v1.0.0) 🎉