Releases: taiga-family/maskito
Releases · taiga-family/maskito
Release v1.8.1
1.8.1 (2023-10-19)
Bug Fixes
- kit:
Date
accept single character date segment during paste
(#610)
(e493198)
Release v1.8.0
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.6.0
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
1.5.1 (2023-09-08)
Bug Fixes
- vue:
elementPredicate
should accept MaskitoElementPredicateAsync
type
(#487)
(fe7e9dc)
Release v1.5.0
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
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
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
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
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)