diff --git a/CHANGELOG.md b/CHANGELOG.md index dc96f9a80..d978c6229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/tinkoff/maskito/compare/v1.0.0...v1.1.0) (2023-06-23) + +### Features + +- **kit:** `maskitoEventHandler` accepts `AddEventListenerOptions` as the 3d optional argument + ([#346](https://github.com/tinkoff/maskito/issues/346)) + ([1d5866e](https://github.com/tinkoff/maskito/commit/1d5866efa5e0e4736dd735ae006e027e9bd01e31)) +- **kit:** use capturing phase for `focus`/`blur` events in plugins + ([#347](https://github.com/tinkoff/maskito/issues/347)) + ([ef539e1](https://github.com/tinkoff/maskito/commit/ef539e160f601023e513036d704f7daff9689286)) + +### Bug Fixes + +- **kit:** `Date` allows to replace the whole selection range with zero + ([#345](https://github.com/tinkoff/maskito/issues/345)) + ([98fd21d](https://github.com/tinkoff/maskito/commit/98fd21d50899db365b864faf597fad9a21a3db06)) + ## [1.0.0](https://github.com/tinkoff/maskito/compare/v0.16.0...v1.0.0) (2023-06-21) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 8a58a626a..35eafdee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maskito", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maskito", - "version": "1.0.0", + "version": "1.1.0", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -44705,7 +44705,7 @@ }, "projects/angular": { "name": "@maskito/angular", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.0" @@ -44720,7 +44720,7 @@ }, "projects/core": { "name": "@maskito/core", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0" }, "projects/demo": { @@ -44736,9 +44736,9 @@ "@angular/platform-browser-dynamic": "^12.2.16", "@angular/platform-server": "^12.2.16", "@angular/router": "^12.2.16", - "@maskito/angular": "^1.0.0", - "@maskito/core": "^1.0.0", - "@maskito/kit": "^1.0.0", + "@maskito/angular": "^1.1.0", + "@maskito/core": "^1.1.0", + "@maskito/kit": "^1.1.0", "@ng-web-apis/common": "^2.0.0", "@ng-web-apis/universal": "^2.1.0", "@nguniversal/express-engine": "^12.1.3", @@ -44769,7 +44769,7 @@ }, "projects/kit": { "name": "@maskito/kit", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "peerDependencies": { "@maskito/core": "^0.12.1" @@ -44777,7 +44777,7 @@ }, "projects/react": { "name": "@maskito/react", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { "@testing-library/react": "12.1.5", @@ -44797,7 +44797,7 @@ }, "projects/vue": { "name": "@maskito/vue", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { "@vue/test-utils": "2.3.2", @@ -48761,9 +48761,9 @@ "@angular/platform-browser-dynamic": "^12.2.16", "@angular/platform-server": "^12.2.16", "@angular/router": "^12.2.16", - "@maskito/angular": "^1.0.0", - "@maskito/core": "^1.0.0", - "@maskito/kit": "^1.0.0", + "@maskito/angular": "^1.1.0", + "@maskito/core": "^1.1.0", + "@maskito/kit": "^1.1.0", "@ng-web-apis/common": "^2.0.0", "@ng-web-apis/universal": "^2.1.0", "@nguniversal/builders": "^12.1.3", diff --git a/package.json b/package.json index eb7bd5fb4..a586e3ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maskito", - "version": "1.0.0", + "version": "1.1.0", "description": "Collection of libraries to create an input mask which ensures that user types value according to predefined format", "keywords": [ "mask", diff --git a/projects/angular/package.json b/projects/angular/package.json index f7823de15..a9cd62985 100644 --- a/projects/angular/package.json +++ b/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/angular", - "version": "1.0.0", + "version": "1.1.0", "description": "The Angular-specific Maskito's library", "keywords": [ "mask", @@ -35,7 +35,7 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@angular/forms": ">=12.0.0", - "@maskito/core": "^1.0.0", + "@maskito/core": "^1.1.0", "rxjs": ">=6.0.0" }, "ng-update": { diff --git a/projects/core/package.json b/projects/core/package.json index d1805f23c..71bfc3757 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/core", - "version": "1.0.0", + "version": "1.1.0", "description": "The main zero-dependency and framework-agnostic Maskito's package to create an input mask", "keywords": [ "mask", diff --git a/projects/kit/package.json b/projects/kit/package.json index c0fbf7557..0061cf68f 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/kit", - "version": "1.0.0", + "version": "1.1.0", "description": "The optional framework-agnostic Maskito's package with ready-to-use masks", "keywords": [ "mask", @@ -30,6 +30,6 @@ "Nikita Barsukov " ], "peerDependencies": { - "@maskito/core": "^1.0.0" + "@maskito/core": "^1.1.0" } } diff --git a/projects/react/package.json b/projects/react/package.json index 5afeb463b..e69ac591a 100644 --- a/projects/react/package.json +++ b/projects/react/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/react", - "version": "1.0.0", + "version": "1.1.0", "description": "The React-specific Maskito's library", "keywords": [ "mask", @@ -40,7 +40,7 @@ "react-test-renderer": ">=17.0.0" }, "peerDependencies": { - "@maskito/core": "^1.0.0", + "@maskito/core": "^1.1.0", "react": ">=16.8", "react-dom": ">=16.8" } diff --git a/projects/vue/package.json b/projects/vue/package.json index 54926f138..8c46096e2 100644 --- a/projects/vue/package.json +++ b/projects/vue/package.json @@ -1,6 +1,6 @@ { "name": "@maskito/vue", - "version": "1.0.0", + "version": "1.1.0", "description": "The Vue-specific Maskito's library", "keywords": [ "mask", @@ -33,7 +33,7 @@ "@vue/vue3-jest": "29.2.4" }, "peerDependencies": { - "@maskito/core": "^1.0.0", + "@maskito/core": "^1.1.0", "vue": ">=3.0.0" } }