Skip to content

Latest commit

 

History

History
115 lines (63 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

115 lines (63 loc) · 3.43 KB

Changelog

1.7.2

1.7.1

  • Updating moment lib.

1.7.0

  • Adding ts definitions. (thanks to iiandrade)
  • Adding toRawValue method to MaskService. (thanks to fabioh8010)
  • Replace old legacy ref string by the new callback. (thanks to Yamilquery)

1.6.5

  • Fixing validation for CPF and CNPJ when empty string is inputed. (thanks to gabuael)

1.6.4

  • Fixing wrong format when use money mask and values with only one decimal place (1.9) (thanks to Pablo).

1.6.3

1.6.2

  • Fixing custom mask when removing value in middle of the text. (thanks to Aleksandr Kompaniets) _ KNOW ISSUE: the custom mask is not allowing user to input white spaces for _ translation temporarily.

1.6.1

  • Fixing duplicated custom text input component. (thanks to Pablo)

1.6.0

1.5.3

1.5.2

1.5.1

  • Adding tinymask to fix some custom mask issues.

1.5.0

  • Adding new and powerfull custom engine mask \m/.

1.4.0

  • Adding customTextInput to allow other inputs instead native TextInput. (thanks to Hellon Canella)

1.3.4

  • Remove default value from mask to allow placeholder on text-input (thanks to Cuong Hoang). * Please, caution. This can cause some runtime breaking if you update to this version.

1.3.3

1.3.2

  • Fix: ignoring Jet Brains ide files (thanks to Vlad-Zhukov)

1.3.1

  • Performance: adding check if the next value to be applied to the mask is equal as actual and prevent state change.

1.3.0

  • Feat: now you can check and prevent input text on TextInputMask using checkText prop.

1.2.2

1.2.1

  • Fix: fixing white space after unit on money mask.

1.2.0

  • Adding getRawValue.

1.1.1

  • Fixing toolbox-service reference (thanks to ziftinpeki).

1.1.0

  • Adding credit-card mask.
  • Refactoring base mask to contain helpfull functions.

1.0.0

  • Adding datetime and cnpj masks.
  • [Breaking Change] Refactoring MaskService.
  • Separate mask handlers for better extensibility.
  • Adding tests for all mask handlers.
  • Refactoring Components for use new mask handlers.

0.3.6

  • Fix vanilla-mask path on windows.