Releases: uNmAnNeR/imaskjs
Releases · uNmAnNeR/imaskjs
v5.1.0
v5.0.0
- add
typescript
typings - new
overwrite
mode (example) Number
mask:- empty value in input is allowed when
min > 0
thousandsSeparator
now can be of any length- better cursor positioning
- empty value in input is allowed when
Pattern
mask: improved nested blocks processing with stops- use
blur
event instead ofchange
to commit changes (can be changed back inIMask.HTMLMaskElement.EVENTS_MAP
) - update dependencies
Many thanks to @ivanov-v !
v4.1.4
v4.1.3
- fix bugs with updating options
Thanks to @ryanbuening
v4.1.1
v4.1.0
Some bugs fixed.
Core:
- update dependencies
- use fixed core dependency version for plugins
Angular plugin:
- mask element now can be customized (https://ionicframework.com/ support request)
v4.0.0
IMask
became recursive!
Nested masks now can be used with Pattern
mask as independent blocks
.
Pattern Groups were removed:
- instead
MaskedPattern.PatternGroup.Range
andMaskedPattern.PatternGroup.Enum
use MaskedRange and MaskedEnum groups
option renamed toblocks
Date
mask changed accordingly
All dependencies were updated, babel 7 is used.
Some bugs were fixed.
Many other internal changes and improvements.
That was a huge refactoring!
v3.4.0
- release React Nativebeta plugin
- add MaskElement abstraction to use mask with
- fix some bugs