Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate(angular): MaskitoCVA is no longer needed (just use MaskitoDirective) #1083

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

demensky
Copy link
Contributor

Now the MaskitoDirective directive can perform the functions of the MaskitoCVA directive.

This change will allow us to avoid the situation where the developer forgot to import MaskitoCVA, now it just works using MaskitoDirective.

MaskitoCVA was left as a placeholder to avoid a breaking change.

Now the `MaskitoDirective` directive can perform the functions of the
`MaskitoCVA` directive.

This change will allow us to avoid the situation where the developer forgot to
import `MaskitoCVA`, now it just works using `MaskitoDirective`.

`MaskitoCVA` was left as a placeholder to avoid a breaking change.
projects/angular/src/lib/maskito.directive.ts Outdated Show resolved Hide resolved
@nsbarsukov nsbarsukov changed the title feat(angular): integrate MaskitoCVA to MaskitoDirective deprecate(angular): MaskitoCVA is no longer needed (just use MaskitoDirective) Feb 26, 2024
@nsbarsukov nsbarsukov merged commit 793181f into taiga-family:main Feb 26, 2024
30 checks passed
@nsbarsukov nsbarsukov mentioned this pull request Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants