- Fixing ISSUE#79. (thanks to herlan-evocorp)
- Updating moment lib.
- 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)
- Fixing validation for CPF and CNPJ when empty string is inputed. (thanks to gabuael)
- Fixing wrong format when use money mask and values with only one decimal place (
1.9
) (thanks to Pablo).
- Fixing moment version (thanks to Edward Coleridge Smith)
- Adding pre-builded lib to improve build phase (thanks to Giorgi Bagdavadze)
- 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.
- Fixing duplicated custom text input component. (thanks to Pablo)
- Add compatibility to react-native-textinput-effects by using
customTextInputProps
(thanks to Pablo)
- Fix suffix backspace (thanks to Thomas Kekeisen)
- Fix last character on custom mask (thanks to Daniel Maly)
- Adding
keyboardType
to custom mask. (thanks to Nurbek Abulgazin)
- Adding
tinymask
to fix some custom mask issues.
- Adding new and powerfull
custom
engine mask \m/.
- Adding
customTextInput
to allow other inputs instead native TextInput. (thanks to Hellon Canella)
- 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.
- Update dependencies (thanks to Vlad-Zhukov)
- Fix: ignoring Jet Brains ide files (thanks to Vlad-Zhukov)
- Performance: adding check if the next value to be applied to the mask is equal as actual and prevent state change.
- Feat: now you can check and prevent input text on
TextInputMask
usingcheckText
prop.
- Fix: fixing es2015 preset (thanks to vagnercsouza, barakcoh, Marvin Santos)
- Fix: fixing white space after unit on money mask.
- Adding
getRawValue
.
- Fixing toolbox-service reference (thanks to ziftinpeki).
- Adding credit-card mask.
- Refactoring base mask to contain helpfull functions.
- 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.
- Fix vanilla-mask path on windows.