Skip to content

Releases: taiga-family/maskito

Release v1.8.1

19 Oct 08:56
e493198
Compare
Choose a tag to compare

1.8.1 (2023-10-19)

Bug Fixes

  • kit: Date accept single character date segment during paste
    (#610)
    (e493198)

Release v1.8.0

18 Oct 09:19
21eaa7c
Compare
Choose a tag to compare

1.8.0 (2023-10-18)

Features

Bug Fixes

  • kit: Number has broken zero padding when decimalSeparator equals to non-default value
    (#586)
    (7241761)

Release v1.7.0

15 Sep 15:03
Compare
Choose a tag to compare

1.7.0 (2023-09-15)

Features

New @maskito/phone library (#425) (#482)

Learn more: https://maskito.dev/addons/phone

Release v1.6.0

15 Sep 08:24
Compare
Choose a tag to compare

1.6.0 (2023-09-15)

Features

  • react: elementPredicate can accept asynchronous predicate
    (#502)
    (4bbf758)

Bug Fixes

  • kit: Number should accept all types of spaces as interchangeable characters for thousandSeparator
    (#505)
    (73975bb)

Release v1.5.1

08 Sep 09:07
Compare
Choose a tag to compare

1.5.1 (2023-09-08)

Bug Fixes

  • vue: elementPredicate should accept MaskitoElementPredicateAsync type
    (#487)
    (fe7e9dc)

Release v1.5.0

04 Sep 10:00
Compare
Choose a tag to compare

1.5.0 (2023-09-04)

Features

Bug Fixes

  • kit: maskitoCaretGuard doesn't work after focus on <select />
    (#462)
    (9f456da)
  • kit: Number should drop items from decimalPseudoSeparators if any is equal to thousandSeparator
    (#390)
    (2107adc)

Release v1.4.0

27 Jul 09:26
Compare
Choose a tag to compare

1.4.0 (2023-07-27)

Features

  • kit: Date & DateRange support new modes yyyy, mm/yyyy, yyyy/mm
    (#384)
    (7886d50)
  • kit: Time supports new mode HH (#385)
    (3c7a3f6)

Release v1.3.0

24 Jul 11:48
Compare
Choose a tag to compare

1.3.0 (2023-07-24)

Features

  • kit: DateRange add configurable parameter rangeSeparator
    (#376)
    (d904842)

Bug Fixes

  • kit: Number has problems with run-time updates of postfix
    (#380)
    (8210896)

Release v1.2.2

19 Jul 10:15
Compare
Choose a tag to compare

1.2.2 (2023-07-19)

Bug Fixes

  • kit: maskitoCaretGuard should wait for mouseup before execution
    (#372)
    (8554fea)
  • kit: Number should remove repeated leading zeroes for integer part only on blur-event
    (#373)
    (7cf4938)

Release v1.2.1

11 Jul 10:56
Compare
Choose a tag to compare

1.2.1 (2023-07-11)

Bug Fixes

  • kit: Number with postfix should be compatible with decimalZeroPadding
    (#364)
    (501cf9c)
  • kit: Prefix/Postfix is incompatible if they end/start with the same character
    (#366)
    (06afbcb)