Skip to content

Releases: uNmAnNeR/imaskjs

v5.0.0

22 Apr 14:00
Compare
Choose a tag to compare
  • 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
  • Pattern mask: improved nested blocks processing with stops
  • use blur event instead of change to commit changes (can be changed back in IMask.HTMLMaskElement.EVENTS_MAP)
  • update dependencies

Many thanks to @ivanov-v !

v4.1.4

31 Dec 18:12
Compare
Choose a tag to compare
  • fix minor bugs
  • update deps

Special thanks to @c01nd01r and @ryanbuening. With your support i am still able to allocate some time on improving imask. Thank you, guys!
And Happy New Year!

v4.1.3

29 Nov 15:34
Compare
Choose a tag to compare
  • fix bugs with updating options

Thanks to @ryanbuening

v4.1.1

24 Oct 06:06
Compare
Choose a tag to compare

Fix bugs.
React: add inputRef prop to IMaskElement to get access to element, see #112, thanks to @iseredov

v4.1.0

17 Oct 06:50
Compare
Choose a tag to compare

Some bugs fixed.

Core:

  • update dependencies
  • use fixed core dependency version for plugins

Angular plugin:

v4.0.0

09 Sep 18:38
Compare
Choose a tag to compare

IMask became recursive!
Nested masks now can be used with Pattern mask as independent blocks.

Pattern Groups were removed:

  • instead MaskedPattern.PatternGroup.Range and MaskedPattern.PatternGroup.Enum use MaskedRange and MaskedEnum
  • groups option renamed to blocks
  • 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

01 Jun 08:20
Compare
Choose a tag to compare

v3.3.0

04 May 11:24
Compare
Choose a tag to compare
  • add typedValue mask property. Can be useful for typed masks like Number or Date.
  • add unmask='typed' option to plugins

v3.2.4

04 May 10:17
Compare
Choose a tag to compare
  • discard rollup-plugin-multi-entry

v3.2.3

01 May 14:01
Compare
Choose a tag to compare
  • update dependencies
  • fix some bugs