diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ac3b859e8..e4c05d5e5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + + +### Bug Fixes + +* **core:** localize tokenizer more label [#10106](https://github.com/SAP/fundamental-ngx/issues/10106) ([#10460](https://github.com/SAP/fundamental-ngx/issues/10460)) ([d1055e9](https://github.com/SAP/fundamental-ngx/commit/d1055e9af281d531b18bcae7d5f14cc30bdea4f2)) +* **core:** move button type in aria-description ([#10472](https://github.com/SAP/fundamental-ngx/issues/10472)) ([f6b7a03](https://github.com/SAP/fundamental-ngx/commit/f6b7a039ad3feeab6a5f279473418b7bce3664ff)) +* **platform:** cell height instead of tbody ([#10442](https://github.com/SAP/fundamental-ngx/issues/10442)) ([e6282cd](https://github.com/SAP/fundamental-ngx/commit/e6282cd7be7110eeaf2b7eddcabb709592317638)) +* **platform:** custom row height ([#10439](https://github.com/SAP/fundamental-ngx/issues/10439)) ([#10441](https://github.com/SAP/fundamental-ngx/issues/10441)) ([0c21d8b](https://github.com/SAP/fundamental-ngx/commit/0c21d8bbd4f7c783bfaf6e2b08cb53fd4b179797)) +* **platform:** fixed multi combobox async value selection token ([#10473](https://github.com/SAP/fundamental-ngx/issues/10473)) ([01ea7e2](https://github.com/SAP/fundamental-ngx/commit/01ea7e2fab0afdbd2dfbacc58fcf551fe60fbf7d)) + + +### Features + +* **core:** removed addon button on mobile mode in multi-input ([#10444](https://github.com/SAP/fundamental-ngx/issues/10444)) ([fc23f27](https://github.com/SAP/fundamental-ngx/commit/fc23f2779ad33d4d3dbe22f4a589e9fbea9cfaa1)) +* **platform:** added aria-labelledby to the table ([#10447](https://github.com/SAP/fundamental-ngx/issues/10447)) ([580c698](https://github.com/SAP/fundamental-ngx/commit/580c6985f7ee95ae72046269056c5a047cebe8ef)) + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) diff --git a/lerna.json b/lerna.json index 971b69875bf..d0b7be371e5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["libs/*/src/lib", "libs/*"], - "version": "0.43.5", + "version": "0.43.6", "conventionalCommits": true, "tagVersionPrefix": "v", "message": "chore(release): publish %v", diff --git a/libs/cdk/src/lib/CHANGELOG.md b/libs/cdk/src/lib/CHANGELOG.md index 9d481524e96..d9637aca532 100644 --- a/libs/cdk/src/lib/CHANGELOG.md +++ b/libs/cdk/src/lib/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + +**Note:** Version bump only for package @fundamental-ngx/cdk + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) **Note:** Version bump only for package @fundamental-ngx/cdk diff --git a/libs/cdk/src/lib/package.json b/libs/cdk/src/lib/package.json index aebb3585aa0..1fe86c75318 100644 --- a/libs/cdk/src/lib/package.json +++ b/libs/cdk/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/cdk", - "version": "0.43.5", + "version": "0.43.6", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - CDK", "license": "Apache-2.0", diff --git a/libs/core/src/lib/CHANGELOG.md b/libs/core/src/lib/CHANGELOG.md index 64e8f5ee4ae..f1c8af50977 100644 --- a/libs/core/src/lib/CHANGELOG.md +++ b/libs/core/src/lib/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + + +### Bug Fixes + +* **core:** move button type in aria-description ([#10472](https://github.com/SAP/fundamental-ngx/issues/10472)) ([f6b7a03](https://github.com/SAP/fundamental-ngx/commit/f6b7a039ad3feeab6a5f279473418b7bce3664ff)) + + +### Features + +* **core:** removed addon button on mobile mode in multi-input ([#10444](https://github.com/SAP/fundamental-ngx/issues/10444)) ([fc23f27](https://github.com/SAP/fundamental-ngx/commit/fc23f2779ad33d4d3dbe22f4a589e9fbea9cfaa1)) + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) diff --git a/libs/core/src/lib/package.json b/libs/core/src/lib/package.json index 74f76dd892e..f44e8be62bc 100644 --- a/libs/core/src/lib/package.json +++ b/libs/core/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/core", - "version": "0.43.5", + "version": "0.43.6", "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migrations.json" diff --git a/libs/cx/src/lib/CHANGELOG.md b/libs/cx/src/lib/CHANGELOG.md index 1dab9bdcef7..68b64adeae1 100644 --- a/libs/cx/src/lib/CHANGELOG.md +++ b/libs/cx/src/lib/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + +**Note:** Version bump only for package @fundamental-ngx/cx + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) **Note:** Version bump only for package @fundamental-ngx/cx diff --git a/libs/cx/src/lib/package.json b/libs/cx/src/lib/package.json index 375988dab0f..44caedab3cc 100644 --- a/libs/cx/src/lib/package.json +++ b/libs/cx/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/cx", - "version": "0.43.5", + "version": "0.43.6", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - cx", "license": "Apache-2.0", diff --git a/libs/datetime-adapter/CHANGELOG.md b/libs/datetime-adapter/CHANGELOG.md index 2ef82cdd41e..3e95dde2b08 100644 --- a/libs/datetime-adapter/CHANGELOG.md +++ b/libs/datetime-adapter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + +**Note:** Version bump only for package @fundamental-ngx/datetime-adapter + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) **Note:** Version bump only for package @fundamental-ngx/datetime-adapter diff --git a/libs/datetime-adapter/package.json b/libs/datetime-adapter/package.json index d9eaefe7390..c02f7b2ebef 100644 --- a/libs/datetime-adapter/package.json +++ b/libs/datetime-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/datetime-adapter", - "version": "0.43.5", + "version": "0.43.6", "description": "Datetime adapter for SAP Fundamentals, based on Day.js package", "license": "Apache-2.0", "homepage": "https://sap.github.io/fundamental-ngx/home", diff --git a/libs/fn/src/lib/CHANGELOG.md b/libs/fn/src/lib/CHANGELOG.md index 6811f8bf80d..3eaf38b2cce 100644 --- a/libs/fn/src/lib/CHANGELOG.md +++ b/libs/fn/src/lib/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + +**Note:** Version bump only for package @fundamental-ngx/fn + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) **Note:** Version bump only for package @fundamental-ngx/fn diff --git a/libs/fn/src/lib/package.json b/libs/fn/src/lib/package.json index 79c90980c95..fab04e8fb0b 100644 --- a/libs/fn/src/lib/package.json +++ b/libs/fn/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/fn", - "version": "0.43.5", + "version": "0.43.6", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - FN", "license": "Apache-2.0", diff --git a/libs/i18n/CHANGELOG.md b/libs/i18n/CHANGELOG.md index ef4ff1fdd30..9219a585613 100644 --- a/libs/i18n/CHANGELOG.md +++ b/libs/i18n/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + + +### Bug Fixes + +* **core:** localize tokenizer more label [#10106](https://github.com/SAP/fundamental-ngx/issues/10106) ([#10460](https://github.com/SAP/fundamental-ngx/issues/10460)) ([d1055e9](https://github.com/SAP/fundamental-ngx/commit/d1055e9af281d531b18bcae7d5f14cc30bdea4f2)) + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) **Note:** Version bump only for package @fundamental-ngx/i18n diff --git a/libs/i18n/package.json b/libs/i18n/package.json index 684493267fc..e87fbb309c4 100644 --- a/libs/i18n/package.json +++ b/libs/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/i18n", - "version": "0.43.5", + "version": "0.43.6", "peerDependencies": { "@angular/common": "ANGULAR_VER_PLACEHOLDER", "@angular/core": "ANGULAR_VER_PLACEHOLDER", diff --git a/libs/moment-adapter/CHANGELOG.md b/libs/moment-adapter/CHANGELOG.md index 141178116f8..d380a6ac37f 100644 --- a/libs/moment-adapter/CHANGELOG.md +++ b/libs/moment-adapter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + +**Note:** Version bump only for package @fundamental-ngx/moment-adapter + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) **Note:** Version bump only for package @fundamental-ngx/moment-adapter diff --git a/libs/moment-adapter/package-lock.json b/libs/moment-adapter/package-lock.json index 0644a09df87..e22c42a6e5a 100644 --- a/libs/moment-adapter/package-lock.json +++ b/libs/moment-adapter/package-lock.json @@ -1,5 +1,5 @@ { "name": "@fundamental-ngx/moment-adapter", - "version": "0.43.5", + "version": "0.43.6", "lockfileVersion": 1 } diff --git a/libs/moment-adapter/package.json b/libs/moment-adapter/package.json index 6c75e182963..77b7906c090 100644 --- a/libs/moment-adapter/package.json +++ b/libs/moment-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/moment-adapter", - "version": "0.43.5", + "version": "0.43.6", "schematics": "./schematics/collection.json", "description": "Datetime adapter for SAP Fundamentals, based on Moment.js package", "license": "Apache-2.0", diff --git a/libs/nx-plugin/CHANGELOG.md b/libs/nx-plugin/CHANGELOG.md index 3deca8e4056..829dd62ee50 100644 --- a/libs/nx-plugin/CHANGELOG.md +++ b/libs/nx-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + +**Note:** Version bump only for package @fundamental-ngx/nx-plugin + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) **Note:** Version bump only for package @fundamental-ngx/nx-plugin diff --git a/libs/nx-plugin/package.json b/libs/nx-plugin/package.json index 67206cc3d1d..259894f68f4 100644 --- a/libs/nx-plugin/package.json +++ b/libs/nx-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/nx-plugin", - "version": "0.43.5", + "version": "0.43.6", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json" diff --git a/libs/platform/src/lib/CHANGELOG.md b/libs/platform/src/lib/CHANGELOG.md index ca819804599..309bd5abb60 100644 --- a/libs/platform/src/lib/CHANGELOG.md +++ b/libs/platform/src/lib/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.43.6](https://github.com/SAP/fundamental-ngx/compare/v0.43.5...v0.43.6) (2023-09-04) + + +### Bug Fixes + +* **platform:** cell height instead of tbody ([#10442](https://github.com/SAP/fundamental-ngx/issues/10442)) ([e6282cd](https://github.com/SAP/fundamental-ngx/commit/e6282cd7be7110eeaf2b7eddcabb709592317638)) +* **platform:** custom row height ([#10439](https://github.com/SAP/fundamental-ngx/issues/10439)) ([#10441](https://github.com/SAP/fundamental-ngx/issues/10441)) ([0c21d8b](https://github.com/SAP/fundamental-ngx/commit/0c21d8bbd4f7c783bfaf6e2b08cb53fd4b179797)) +* **platform:** fixed multi combobox async value selection token ([#10473](https://github.com/SAP/fundamental-ngx/issues/10473)) ([01ea7e2](https://github.com/SAP/fundamental-ngx/commit/01ea7e2fab0afdbd2dfbacc58fcf551fe60fbf7d)) + + +### Features + +* **platform:** added aria-labelledby to the table ([#10447](https://github.com/SAP/fundamental-ngx/issues/10447)) ([580c698](https://github.com/SAP/fundamental-ngx/commit/580c6985f7ee95ae72046269056c5a047cebe8ef)) + + + + + ## [0.43.5](https://github.com/SAP/fundamental-ngx/compare/v0.43.4...v0.43.5) (2023-08-16) diff --git a/libs/platform/src/lib/package.json b/libs/platform/src/lib/package.json index 7e71851c2d1..5c91991bc62 100644 --- a/libs/platform/src/lib/package.json +++ b/libs/platform/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fundamental-ngx/platform", - "version": "0.43.5", + "version": "0.43.6", "schematics": "./schematics/collection.json", "description": "Fundamental Library for Angular - platform", "license": "Apache-2.0",