Skip to content

Releases: uNmAnNeR/imaskjs

v7.6.0

09 Apr 10:26
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • add autofix option to Number mask
  • minor fixes for Vue and Svelte plugins

v7.3.0

25 Dec 12:10
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • minor bug fixes for Range and Number masks

v7.2.0

13 Dec 08:36
Compare
Choose a tag to compare

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
Choose a tag to compare
  • fix minor issues

v7.1.2

12 Jul 06:43
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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

v7.0.1

23 Jun 12:02
Compare
Choose a tag to compare
  • compiled with typescript strict flag
  • minor bug fixes