Releases: taiga-family/maskito
Releases · taiga-family/maskito
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 ifprecision=0
(#195)
(ba85c38)
⚠️ Warning
Default value of decimalSeparator
from Number mask becomes dot (it was comma).
Release v0.5.0
Release v0.4.0
Release v0.3.0
Release v0.2.0
Release v0.1.1
Release v0.1.0
0.1.0 (2023-02-14)
This release introduces the first publishing of the following packages:
@maskito/core
It is the main zero-dependency and framework-agnostic package. It can be used alone in Vanilla
Javascript project. It listensbeforeinput
andinput
events to validate and calibrate textfield's value.
Read more: https://tinkoff.github.io/maskito/core-concepts/overview@maskito/kit
The optional framework-agnostic package. It contains ready-to-use masks with configurable
parameters. This release introduces the following masks:@maskito/angular
The Angular-specific library. It provides two convenient ways of using Maskito:- Basic directive approach (when developer has direct access to native input element).
- Dependency Injection approach (when native input element is hidden somewhere deep inside another component).