Imaskjs Versions Save

vanilla javascript input mask

v7.6.0

1 month ago

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

2 months ago
  • 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

3 months ago
  • add autofix option to Number mask
  • minor fixes for Vue and Svelte plugins

v7.3.0

4 months ago
  • add new repeat block feature
  • improve IME support (こんにちは世界)
  • try to handle undo / redo in a better way
  • minor bug fixes

v7.2.1

5 months ago
  • minor bug fixes for Range and Number masks

v7.2.0

5 months ago

Core:

  • add cjs build
  • add prepareChar callback
  • fix types
  • fix other minor bugs

React:

  • fix types
  • fix shift back prevention

v7.1.3

10 months ago
  • fix minor issues

v7.1.2

10 months ago
  • 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

10 months ago
  • 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

10 months ago
  • compiled with typescript strict flag
  • minor bug fixes