Releases: uNmAnNeR/imaskjs
Releases Β· uNmAnNeR/imaskjs
v7.6.1
21 May 07:18
Compare
Sorry, something went wrong.
No results found
v7.6.0
09 Apr 10:26
Compare
Sorry, something went wrong.
No results found
Core:
fix minor issues with Enum mask
React/Vue plugins:
now it's possible to provide default values to hook/composable
onAccept is now only called on init if value is changed. It should no longer mark value as dirty for validators.
React plugin:
now it's possible to pass existing element ref to hook
Vue plugin:
fix minor issues for typed model
v7.5.0
28 Feb 05:31
Compare
Sorry, something went wrong.
No results found
enable autocomplete for Enum mask by default
autofix option can be used with pattern mask and automatically passed to blocks
fix minor bugs
v7.4.0
08 Feb 13:39
Compare
Sorry, something went wrong.
No results found
add autofix option to Number mask
minor fixes for Vue and Svelte plugins
v7.3.0
25 Dec 12:10
Compare
Sorry, something went wrong.
No results found
add new repeat block feature
improve IME support (γγγ«γ‘γ―δΈη)
try to handle undo / redo in a better way
minor bug fixes
v7.2.1
18 Dec 15:00
Compare
Sorry, something went wrong.
No results found
minor bug fixes for Range and Number masks
v7.2.0
13 Dec 08:36
Compare
Sorry, something went wrong.
No results found
Core:
add cjs build
add prepareChar callback
fix types
fix other minor bugs
React:
fix types
fix shift back prevention
v7.1.3
18 Jul 07:24
Compare
Sorry, something went wrong.
No results found
v7.1.2
12 Jul 06:43
Compare
Sorry, something went wrong.
No results found
fix exports in package.json and use typesVersions to resolve types
remove types from dist folder
now esm part in path can be skipped: import 'imask/esm/masked/number' -> import 'imask/masked/number';
v7.1.1
11 Jul 18:09
Compare
Sorry, something went wrong.
No results found
new expose option for pattern block and dynamic mask
set type: "module" for all packages except Angular
Enum mask can now handle variable length keys