Releases: uNmAnNeR/imaskjs
Releases · uNmAnNeR/imaskjs
v3.2.3
- update dependencies
- fix some bugs
v3.2.2
- Use Lerna and switch to fixed versioning mode
- Switch PhantomJS to Puppeteer
- Align cursor on focus
v3.1.2
- fix bugs with
number
mask
- some guide improvements
React
and Vue
plugins: mask
option is now optional
v3.1.1
- fix bugs in
pattern
and dynamic
masks
v3.1.0
- remove
package.module
from IMask
core, React
plugin and Vue
plugin since package.module
has to be in esm format (not ES6 format, only imports/exports) and has no practical benefit here. ES6 build for IMask
is still available (dist/imask.es.js
).
v3.0.0
- release IMask Vue plugin
- release api docs draft
- babel
loose
mode is no longer used
Dynamic
masks can now be used with lazy: false
patterns
Number
mask unmaskedValue
is now in format ready to parse (only numbers and dot (.
) as fraction delimeter)
- definitions in
Pattern
mask inside block {}
now is treated as input. Always escape definitions to make them fixed
- [React plugin] breaking change:
unmaskedValue
property was removed. Use unmask
property instead.
- other bug fixes and improvements
v2.1.1
- fix bugs with
number
and pattern
masks
v2.1.0
- split pattern
placeholder
option to placeholderChar
and placeholderLazy
- unwrap
postFormat
options
- use
pkg.module
option (thanks to @marcobiedermann)
- ready to publish React plugin (thanks to @yordis)
v2.0.1
- fix bugs with pattern and dynamic masks
- add tests
- update docs