Releases: taiga-family/maskito
Releases · taiga-family/maskito
Release v0.11.1
0.11.1 (2023-05-11)
Bug Fixes
- core:
insertFromDrop
action behaves now in the same way as insertFromPaste
(#291)
(58e0fcc)
- kit:
Time
doesn't validate time segments on drop
event (#289)
(0c6d1b9)
Release v0.10.0
0.10.0 (2023-04-25)
Features
- kit:
Number
keeps untouched decimal part if precision: Infinity
(#253)
(261779e)
- kit:
Number
supports new prefix
& postfix
parameters (#264)
(6e78581)
- kit: new
maskitoPostfixPostprocessorGenerator
(#257)
(fdc86db)
Bug Fixes
- kit:
Number
fails to trim leading zeroes after deleting of leading digit
(#268)
(4ae0010)
- kit:
Number
should trim redundant thousand separators (#267)
(100b793)
- kit: fix first zero in short-format date-mask (#251)
(08bdfd2)
Release v0.9.0
0.9.0 (2023-03-31)
Features
- kit: new
maskitoPrefixPostprocessorGenerator
(#235)
(50f0d58)
Bug Fixes
- angular: Jest throws
Class constructor DefaultValueAccessor cannot be invoked without 'new'
(#232)
(5089612)
Release v0.8.1
0.8.1 (2023-03-27)
Bug Fixes
@maskito/core
& @maskito/kit
now include both UMD
and ESM
module formats
(#227)
(fa1c514)
Release v0.8.0
0.8.0 (2023-03-23)
Features
- kit:
DateRange
swaps dates if the 2nd date is less than the 1st one
(#212)
(3efbb42)
Bug Fixes
- core: incorrect order of actions during update of native element
(#225)
(394d5d9)
Release v0.7.2
0.7.2 (2023-03-23)
Bug Fixes
- angular:
@maskito/angular
should not depend on @maskito/kit
(#221)
(0ae7b20)
- angular:
npm i @maskito/angular
throws ERESOLVE unable to resolve dependency tree
(#220)
(8b4d6e6)
Release v0.7.1
0.7.1 (2023-03-22)
Bug Fixes
- angular: use
@nrwl/angular:package
executor instead of @nrwl/angular:ng-packagr-lite
(#216)
(164d015)
- kit:
Number
broken Delete
-button navigation if decimalZeroPadding=true
(#211)
(1b750d1)
Release v0.7.0
0.7.0 (2023-03-20)
Features
- core: add
deleteSoftLineBackward
& deleteSoftLineForward
support
(#207)
(cbd5479)
- kit: use 1 as min segment value in
Date
-related masks (#197)
(c85ca23)
Bug Fixes
- core:
Maskito
losses valid characters on invalid insertion (overwriteMode: replace
)
(#208)
(ef183b4)
- kit:
Number
should drop leading zeroes for negative numbers
(#204)
(6e9adf7)
Release v0.6.0
0.6.0 (2023-03-15)
Features
- angular: add CVA and pipe (#187)
(a099257)
- core: add
deleteWordBackward
& deleteWordForward
support
(#193)
(24b761c)
Bug Fixes
- core: show trailing fixed characters + duplicated fixed character on
Drop
(#185)
(c7f6a1b)
- kit:
maskitoParseNumber
incorrectly parses negative numbers
(#190)
(d713bd1)
- kit:
Number
should drop decimal part on paste from clipboard if precision=0
(#195)
(ba85c38)
⚠️ Warning
Default value of decimalSeparator
from Number mask becomes dot (it was comma).