Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 1.06 KB

[0.8.0] - 2019-fev-24

Added

  • Adding precision to MoneyMaskedTextController.

Fixed

  • Fixing initialValue in MoneyMaskedTextController.
  • Fixing crash when call updateText in MaskedTextController with null value. (thanks to Israel Ibarra)

[0.7.0] - 2018-nov-12

  • Adding beforeChange and afterChange hooks.

[0.6.0] - 2018-ago-16.

  • Now you can change the mask in runtime (thanks to calebeoliveira).
  • The sdk support is updated to >=1.23.0 <3.0.0 (thanks to tobire).

[0.5.0] - 2018-jun-17.

  • Adding left and right symbols (thanks to tobire).

[0.4.1] - 2018-jun-11.

  • Fixing not allowed characters on keyboard (thanks to tobire). Related: issue#3.

[0.4.0] - 2018-may-21.

  • Adding money mask.

[0.3.0] - 2018-may-21.

  • Adding custom translations.

[0.2.1] - 2018-may-21.

  • First release.