diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c4ad01f2dd..3641de220c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ 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. +### [4.8.1](https://github.com/taiga-family/taiga-ui/compare/v4.8.0...v4.8.1) (2024-09-24) + +### 🐞 Bug Fixes + +- **addon-charts:** `LineChart` fix line thickness on 0 and max + ([#9167](https://github.com/taiga-family/taiga-ui/issues/9167)) + ([c51f8ec](https://github.com/taiga-family/taiga-ui/commit/c51f8ecd8cfa4f0e9acef426aa7d17a4940f361c)) +- **core:** `DropdownContext` fix for Shadow DOM ([#9171](https://github.com/taiga-family/taiga-ui/issues/9171)) + ([e76e27e](https://github.com/taiga-family/taiga-ui/commit/e76e27ebe0cde3f4993e381eb4600e4821702181)) +- **kit:** export password options ([#9159](https://github.com/taiga-family/taiga-ui/issues/9159)) + ([688405e](https://github.com/taiga-family/taiga-ui/commit/688405eb375c095c699fc9b8dd82982879fe2e57)) +- **legacy:** `MultiSelect` fix for long items overflowing + ([#9160](https://github.com/taiga-family/taiga-ui/issues/9160)) + ([80fdfd0](https://github.com/taiga-family/taiga-ui/commit/80fdfd0a1bd28f34d86b837c1f33c67ec9d7d139)) + ## [4.8.0](https://github.com/taiga-family/taiga-ui/compare/v4.7.0...v4.8.0) (2024-09-24) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index ef99ce04a18b..5a07405f93c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "4.8.0", + "version": "4.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "workspaces": ["projects/*"], "devDependencies": { @@ -40309,7 +40309,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40323,7 +40323,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40344,7 +40344,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "devDependencies": { "@types/markdown-it": "14.1.2" @@ -40368,7 +40368,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=16.0.0", @@ -40385,7 +40385,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40402,7 +40402,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -40436,7 +40436,7 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/animations": ">=16.0.0", @@ -40498,7 +40498,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40514,7 +40514,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -40525,7 +40525,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "devDependencies": { "lucide-static": "0.445.0" @@ -40533,7 +40533,7 @@ }, "projects/icons-fontawesome": { "name": "@taiga-ui/icons-fontawesome", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "devDependencies": { "@fortawesome/fontawesome-free": "6.6.0" @@ -40541,7 +40541,7 @@ }, "projects/icons-material": { "name": "@taiga-ui/icons-material", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "devDependencies": { "@material-design-icons/svg": "0.14.13" @@ -40549,7 +40549,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40574,7 +40574,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40589,7 +40589,7 @@ }, "projects/legacy": { "name": "@taiga-ui/legacy", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -40598,7 +40598,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "4.8.0", + "version": "4.8.1", "peerDependencies": { "@taiga-ui/cdk": "^4.7.0", "@taiga-ui/core": "^4.7.0", @@ -40607,10 +40607,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "4.8.0", + "version": "4.8.1", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^4.8.0" + "@taiga-ui/cdk": "^4.8.1" }, "peerDependencies": { "@taiga-ui/cdk": "^4.7.0", @@ -40619,7 +40619,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "4.8.0", + "version": "4.8.1", "devDependencies": { "@types/jest": "29.5.13", "jest": "29.7.0", diff --git a/package.json b/package.json index 2d071254b709..c9573b471612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "4.8.0", + "version": "4.8.1", "private": true, "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": [ diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index a71f7677e675..99be79aaf8ac 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "4.8.0", + "version": "4.8.1", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/common": "^4.6.3", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "tslib": "^2.7.0" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index 0903b83bbad5..08b187cb6df0 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "4.8.0", + "version": "4.8.1", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": "^3.0.2", "@maskito/kit": "^3.0.2", "@ng-web-apis/common": "^4.6.3", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", - "@taiga-ui/i18n": "^4.8.0", - "@taiga-ui/kit": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", + "@taiga-ui/i18n": "^4.8.1", + "@taiga-ui/kit": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index d3cf8e7359f0..f1933b983a9e 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "4.8.0", + "version": "4.8.1", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -23,10 +23,10 @@ "@angular/forms": ">=16.0.0", "@angular/router": ">=16.0.0", "@ng-web-apis/common": "^4.6.3", - "@taiga-ui/addon-mobile": "^4.8.0", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", - "@taiga-ui/kit": "^4.8.0", + "@taiga-ui/addon-mobile": "^4.8.1", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", + "@taiga-ui/kit": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "markdown-it": ">=14.1.0", "ngx-highlightjs": ">=10.0.0", diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index f2e46d17ccd8..410da834f2a9 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "4.8.0", + "version": "4.8.1", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -18,9 +18,9 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/common": "^4.6.3", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", - "@taiga-ui/kit": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", + "@taiga-ui/kit": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index 6701594e1a6f..0de6c48cf9d9 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "4.8.0", + "version": "4.8.1", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/intersection-observer": "^4.6.3", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", - "@taiga-ui/i18n": "^4.8.0", - "@taiga-ui/kit": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", + "@taiga-ui/i18n": "^4.8.1", + "@taiga-ui/kit": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 429ab4355df2..66e42f9aa794 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = '4.8.0'; +export const TUI_VERSION = '4.8.1'; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 51564abd9fe8..e508b4037884 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "4.8.0", + "version": "4.8.1", "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 0e7e9030cce0..0c05484dc6fa 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "4.8.0", + "version": "4.8.1", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -26,9 +26,9 @@ "@angular/router": ">=16.0.0", "@ng-web-apis/common": "^4.6.3", "@ng-web-apis/mutation-observer": "^4.6.3", - "@taiga-ui/cdk": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", "@taiga-ui/event-plugins": "^4.2.3", - "@taiga-ui/i18n": "^4.8.0", + "@taiga-ui/i18n": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/experimental/package.json b/projects/experimental/package.json index f98fcb5d28f4..fe57e124dc20 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "4.8.0", + "version": "4.8.1", "description": "A package with Taiga UI experimental components", "keywords": [ "angular", @@ -13,10 +13,10 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@taiga-ui/addon-commerce": "^4.8.0", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", - "@taiga-ui/kit": "^4.8.0", + "@taiga-ui/addon-commerce": "^4.8.1", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", + "@taiga-ui/kit": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 54f31767082d..8b86078dceb1 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "4.8.0", + "version": "4.8.1", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons-fontawesome/package.json b/projects/icons-fontawesome/package.json index f32ab14c37a1..fd15d7fdabb4 100644 --- a/projects/icons-fontawesome/package.json +++ b/projects/icons-fontawesome/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons-fontawesome", - "version": "4.8.0", + "version": "4.8.1", "description": "FontAwesome icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/icons-material/package.json b/projects/icons-material/package.json index c62412da32bf..53cc3a58aa5d 100644 --- a/projects/icons-material/package.json +++ b/projects/icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons-material", - "version": "4.8.0", + "version": "4.8.1", "description": "Feather icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index c500fad94193..34af20c20a3d 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "4.8.0", + "version": "4.8.1", "description": "Feather icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/kit/package.json b/projects/kit/package.json index 2c21267412c6..686273d728f5 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "4.8.0", + "version": "4.8.1", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -28,9 +28,9 @@ "@ng-web-apis/intersection-observer": "^4.6.3", "@ng-web-apis/mutation-observer": "^4.6.3", "@ng-web-apis/resize-observer": "^4.6.3", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", - "@taiga-ui/i18n": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", + "@taiga-ui/i18n": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/layout/package.json b/projects/layout/package.json index 64800ad93aa2..85120aa68a9f 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "4.8.0", + "version": "4.8.1", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,9 +13,9 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", - "@taiga-ui/kit": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", + "@taiga-ui/kit": "^4.8.1", "@taiga-ui/polymorpheus": "^4.7.3", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/legacy/package.json b/projects/legacy/package.json index df378023d34d..e221035046aa 100644 --- a/projects/legacy/package.json +++ b/projects/legacy/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/legacy", - "version": "4.8.0", + "version": "4.8.1", "description": "Legacy Taiga UI entities from the previous major release to simplify migration", "keywords": [ "legacy", diff --git a/projects/styles/package.json b/projects/styles/package.json index bd29292fe243..57bbe3b054c4 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,10 +1,10 @@ { "name": "@taiga-ui/styles", - "version": "4.8.0", + "version": "4.8.1", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": "^4.8.0", - "@taiga-ui/core": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", + "@taiga-ui/core": "^4.8.1", "tslib": "^2.7.0" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 958605690eed..7c2cc7184883 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "4.8.0", + "version": "4.8.1", "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": "^4.8.0" + "@taiga-ui/cdk": "^4.8.1" }, "peerDependencies": { - "@taiga-ui/cdk": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", "tslib": "^2.7.0" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index 31cf86e8878f..5775eb64457b 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "4.8.0", + "version": "4.8.1", "description": "Utils functions for testing Taiga UI packages", "devDependencies": { "@types/jest": "29.5.13", @@ -9,7 +9,7 @@ "ts-jest": "29.2.5" }, "peerDependencies": { - "@taiga-ui/cdk": "^4.8.0", + "@taiga-ui/cdk": "^4.8.1", "tslib": "^2.7.0" } }