diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e39d9382091..b63e1c37aea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ 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. +## [3.99.0](https://github.com/taiga-family/taiga-ui/compare/v3.98.0...v3.99.0) (2024-12-02) + +### Bug Fixes + +- **addon-mobile:** drop close button for sheet dialog ([#9804](https://github.com/taiga-family/taiga-ui/issues/9804)) + ([f191380](https://github.com/taiga-family/taiga-ui/commit/f191380ffc5216f4735e33ac0b16a505d595e528)) +- **addon-mobile:** update font of large buttons on mobile + ([#9821](https://github.com/taiga-family/taiga-ui/issues/9821)) + ([541ebea](https://github.com/taiga-family/taiga-ui/commit/541ebeaf6a0f025da4c03447564131860f826ea2)) +- **cdk:** `MIN_YEAR` incorrect work with `new Date()` constructor + ([d0cd2e0](https://github.com/taiga-family/taiga-ui/commit/d0cd2e094daa8797b4c3d79e4875cda404d0825b)) +- **cdk:** `toLocalNativeDate` correct work with years less 1900 + ([ee1be0a](https://github.com/taiga-family/taiga-ui/commit/ee1be0ab135873748675642b1cf15a2d4bd392c7)) +- **kit:** `InputDate` incorrect works with date less than 1900 + ([#9719](https://github.com/taiga-family/taiga-ui/issues/9719)) + ([5a8d751](https://github.com/taiga-family/taiga-ui/commit/5a8d7516ca4fa24ea99bbb94de1d06bf37971e42)) +- **kit:** `InputDateTime` validators not triggered when value change + ([#9846](https://github.com/taiga-family/taiga-ui/issues/9846)) + ([9650a0c](https://github.com/taiga-family/taiga-ui/commit/9650a0ced002e31170fcfc03a2bf839a4b410612)) +- **layout:** `Navigation` fix aside width according to spec + ([#9820](https://github.com/taiga-family/taiga-ui/issues/9820)) + ([e56f98c](https://github.com/taiga-family/taiga-ui/commit/e56f98cb786060deb17dcc7242b691af84506a8a)) + ## [3.98.0](https://github.com/taiga-family/taiga-ui/compare/v3.97.0...v3.98.0) (2024-11-13) ### Features diff --git a/package-lock.json b/package-lock.json index 7f2ea1529d15..39d5c33560cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "3.98.0", + "version": "3.99.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.98.0", + "version": "3.99.0", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": ["projects/*"], @@ -43839,7 +43839,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -43853,7 +43853,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -43874,7 +43874,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "dependencies": { "markdown-it": "^14.1.0", @@ -43899,7 +43899,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=12.0.0", @@ -43916,7 +43916,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -43933,7 +43933,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -43950,7 +43950,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -43964,7 +43964,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "^3.2.3", @@ -43994,10 +43994,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.98.0" + "@taiga-ui/i18n": "^3.99.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -44215,7 +44215,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -44231,7 +44231,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -44242,7 +44242,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "devDependencies": { "@rollup/pluginutils": "5.1.0", @@ -44288,7 +44288,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "^1.9.0", @@ -44315,7 +44315,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -44329,7 +44329,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.98.0", + "version": "3.99.0", "peerDependencies": { "@taiga-ui/cdk": ">=3.95.2 <4", "tslib": ">=2.7.0" @@ -44337,10 +44337,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.98.0", + "version": "3.99.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.98.0" + "@taiga-ui/cdk": "^3.99.0" }, "peerDependencies": { "@taiga-ui/cdk": ">=3.95.2 <4", @@ -44349,7 +44349,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.98.0", + "version": "3.99.0", "dependencies": { "cypress-image-snapshot": "4.0.1" }, diff --git a/package.json b/package.json index ccf44ab44eeb..3bce95e0e1e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.98.0", + "version": "3.99.0", "description": "Taiga UI by TBank is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index 1afa51a61fe7..64417db9307f 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.98.0", + "version": "3.99.0", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": ">=3.2.3 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "tslib": ">=2.7.0" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index 36350e3ca5c3..6d9880d27063 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.98.0", + "version": "3.99.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": ">=1.9.0 <2", "@maskito/kit": ">=1.9.0 <2", "@ng-web-apis/common": ">=3.2.3 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", - "@taiga-ui/i18n": ">=3.98.0 <4", - "@taiga-ui/kit": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", + "@taiga-ui/i18n": ">=3.99.0 <4", + "@taiga-ui/kit": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index 642a9487f162..07536b12e0ea 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.98.0", + "version": "3.99.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -26,10 +26,10 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": ">=3.2.3 <4", - "@taiga-ui/addon-mobile": ">=3.98.0 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", - "@taiga-ui/kit": ">=3.98.0 <4", + "@taiga-ui/addon-mobile": ">=3.99.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", + "@taiga-ui/kit": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "tslib": ">=2.7.0" } diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index 9e7a48ac2a12..e146c318259b 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.98.0", + "version": "3.99.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -15,9 +15,9 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": ">=3.2.3 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", - "@taiga-ui/kit": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", + "@taiga-ui/kit": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/addon-preview/package.json b/projects/addon-preview/package.json index d19cb620b713..2b0d1cb463e7 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.98.0", + "version": "3.99.0", "description": "A library to show a modal with custom content preview", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/mutation-observer": ">=3.1.0 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", - "@taiga-ui/i18n": ">=3.98.0 <4", - "@taiga-ui/kit": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", + "@taiga-ui/i18n": ">=3.99.0 <4", + "@taiga-ui/kit": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index 1d456c4ee7d0..5d979d861a52 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.98.0", + "version": "3.99.0", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/intersection-observer": ">=3.2.3 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", - "@taiga-ui/i18n": ">=3.98.0 <4", - "@taiga-ui/kit": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", + "@taiga-ui/i18n": ">=3.99.0 <4", + "@taiga-ui/kit": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/addon-tablebars/package.json b/projects/addon-tablebars/package.json index be15cb324646..b68e2c9fa04d 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.98.0", + "version": "3.99.0", "description": "Table bars is interactive UI control for group table actions and similar cases", "keywords": [ "angular", @@ -15,8 +15,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 82c97c2f1b9d..0eea2eba0bcc 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = '3.98.0'; +export const TUI_VERSION = '3.99.0'; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index bcda9431799a..946e01aad6b7 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.98.0", + "version": "3.99.0", "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance", "keywords": [ "angular", diff --git a/projects/core/package.json b/projects/core/package.json index 946fb54528b4..a283e6e0a89b 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.98.0", + "version": "3.99.0", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.98.0" + "@taiga-ui/i18n": "^3.99.0" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -26,8 +26,8 @@ "@angular/router": ">=12.0.0", "@ng-web-apis/common": ">=3.2.3 <4", "@ng-web-apis/mutation-observer": ">=3.2.3 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/i18n": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/i18n": ">=3.99.0 <4", "@tinkoff/ng-event-plugins": ">=3.2.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", diff --git a/projects/experimental/package.json b/projects/experimental/package.json index 65123f4e603c..50b84a1e8f88 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "3.98.0", + "version": "3.99.0", "description": "A package with Taiga UI experimental components", "keywords": [ "angular", @@ -13,10 +13,10 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/addon-commerce": ">=3.98.0 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", - "@taiga-ui/kit": ">=3.98.0 <4", + "@taiga-ui/addon-commerce": ">=3.99.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", + "@taiga-ui/kit": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index ff02b2b5daca..7ebaf3d43ba6 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.98.0", + "version": "3.99.0", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index 8a08f4aed981..058e67aa61e0 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.98.0", + "version": "3.99.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", @@ -19,7 +19,7 @@ "svgo": "3.1.0" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", "tslib": ">=2.7.0" } } diff --git a/projects/kit/package.json b/projects/kit/package.json index bfd4e4b3d437..99321e41d7e7 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.98.0", + "version": "3.99.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -27,9 +27,9 @@ "@ng-web-apis/common": ">=3.2.3 <4", "@ng-web-apis/mutation-observer": ">=3.2.3 <4", "@ng-web-apis/resize-observer": ">=3.2.3 <4", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", - "@taiga-ui/i18n": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", + "@taiga-ui/i18n": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/layout/package.json b/projects/layout/package.json index 14a880755b2a..b716d21bb525 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "3.98.0", + "version": "3.99.0", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,8 +13,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": ">=3.98.0 <4", - "@taiga-ui/core": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", + "@taiga-ui/core": ">=3.99.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", "tslib": ">=2.7.0" diff --git a/projects/styles/package.json b/projects/styles/package.json index 10325ff514a0..aa07c135d005 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,9 +1,9 @@ { "name": "@taiga-ui/styles", - "version": "3.98.0", + "version": "3.99.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", "tslib": ">=2.7.0" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 93c37d5af21f..fe0e7891f4df 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.98.0", + "version": "3.99.0", "description": "Taiga UI package that provides ng add command for Taiga library", "keywords": [ "angular", @@ -15,10 +15,10 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.98.0" + "@taiga-ui/cdk": "^3.99.0" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", "tslib": ">=2.7.0" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index 66d3ad1468ee..e6209ef02a45 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.98.0", + "version": "3.99.0", "description": "Utils functions for testing Taiga UI packages", "dependencies": { "cypress-image-snapshot": "4.0.1" @@ -13,7 +13,7 @@ "ts-jest": "29.1.1" }, "peerDependencies": { - "@taiga-ui/cdk": ">=3.98.0 <4", + "@taiga-ui/cdk": ">=3.99.0 <4", "tslib": ">=2.7.0" } }