From 9bdef903b3824229bdaf67f77ee4a7f37e2d8cb1 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Fri, 15 Nov 2024 16:33:14 +0000 Subject: [PATCH] chore(release): publish [skip ci] - jest-config-ibm-cloud-cognitive@1.13.0-rc.1 - @carbon/storybook-addon-theme@2.3.0-rc.1 - @carbon/ibm-cloud-cognitive-core@2.30.0-rc.1 - @carbon/ibm-products@2.54.0-rc.1 - @carbon/ibm-products-styles@2.50.0-rc.1 - @carbon/ibm-products-web-components@0.3.0-rc.1 --- .../CHANGELOG.md | 14 ++ .../package.json | 2 +- .../storybook-addon-carbon-theme/CHANGELOG.md | 8 ++ .../storybook-addon-carbon-theme/package.json | 2 +- packages/core/CHANGELOG.md | 22 +++ packages/core/package.json | 4 +- packages/ibm-products-styles/CHANGELOG.md | 43 ++++++ packages/ibm-products-styles/package.json | 4 +- .../ibm-products-web-components/CHANGELOG.md | 22 +++ .../ibm-products-web-components/package.json | 4 +- packages/ibm-products/CHANGELOG.md | 127 ++++++++++++++++++ packages/ibm-products/package.json | 6 +- yarn.lock | 12 +- 13 files changed, 253 insertions(+), 17 deletions(-) diff --git a/config/jest-config-ibm-cloud-cognitive/CHANGELOG.md b/config/jest-config-ibm-cloud-cognitive/CHANGELOG.md index e2203c2b24..640c71cd83 100644 --- a/config/jest-config-ibm-cloud-cognitive/CHANGELOG.md +++ b/config/jest-config-ibm-cloud-cognitive/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.13.0-rc.1](https://github.com/carbon-design-system/ibm-products/compare/jest-config-ibm-cloud-cognitive@1.7.0-rc.0...jest-config-ibm-cloud-cognitive@1.13.0-rc.1) (2024-11-15) + + +### Bug Fixes + +* adds html output for coverage reporting ([#6150](https://github.com/carbon-design-system/ibm-products/issues/6150)) ([beaa94c](https://github.com/carbon-design-system/ibm-products/commit/beaa94c98a2df75f6773d810726fe1b6522658d2)) +* adds typescript to coverage report ([#6140](https://github.com/carbon-design-system/ibm-products/issues/6140)) ([2466c5b](https://github.com/carbon-design-system/ibm-products/commit/2466c5bb001f18ad065eb669f380cd32db0d0bfc)) +* temp workaround for target_spacing_sufficient rule ([#6166](https://github.com/carbon-design-system/ibm-products/issues/6166)) ([314a6d8](https://github.com/carbon-design-system/ibm-products/commit/314a6d835bc5335d750392156c6fbcdff25db85b)) +* update toHaveNoAxeViolations and remove skips ([#5955](https://github.com/carbon-design-system/ibm-products/issues/5955)) ([694128b](https://github.com/carbon-design-system/ibm-products/commit/694128bb707a2400d67e6618af3fea3f3ffba86f)) + + + + + # [1.13.0-rc.0](https://github.com/carbon-design-system/ibm-products/compare/jest-config-ibm-cloud-cognitive@1.7.0-rc.0...jest-config-ibm-cloud-cognitive@1.13.0-rc.0) (2024-11-11) diff --git a/config/jest-config-ibm-cloud-cognitive/package.json b/config/jest-config-ibm-cloud-cognitive/package.json index 9269b7b978..c1b0af6464 100644 --- a/config/jest-config-ibm-cloud-cognitive/package.json +++ b/config/jest-config-ibm-cloud-cognitive/package.json @@ -1,7 +1,7 @@ { "name": "jest-config-ibm-cloud-cognitive", "private": true, - "version": "1.13.0-rc.0", + "version": "1.13.0-rc.1", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/config/storybook-addon-carbon-theme/CHANGELOG.md b/config/storybook-addon-carbon-theme/CHANGELOG.md index 0b2f19ef04..98d3fb7ed8 100644 --- a/config/storybook-addon-carbon-theme/CHANGELOG.md +++ b/config/storybook-addon-carbon-theme/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. +# [2.3.0-rc.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/storybook-addon-theme@2.1.0...@carbon/storybook-addon-theme@2.3.0-rc.1) (2024-11-15) + +**Note:** Version bump only for package @carbon/storybook-addon-theme + + + + + # [2.3.0-rc.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/storybook-addon-theme@2.1.0...@carbon/storybook-addon-theme@2.3.0-rc.0) (2024-11-11) **Note:** Version bump only for package @carbon/storybook-addon-theme diff --git a/config/storybook-addon-carbon-theme/package.json b/config/storybook-addon-carbon-theme/package.json index a8fd1b0eda..56ac2e238b 100644 --- a/config/storybook-addon-carbon-theme/package.json +++ b/config/storybook-addon-carbon-theme/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/storybook-addon-theme", "description": "Carbon theme switcher for Storybook", - "version": "2.3.0-rc.0", + "version": "2.3.0-rc.1", "license": "Apache-2.0", "main": "dist/react.js", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9b38809315..692d2102a7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.30.0-rc.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-cloud-cognitive-core@2.24.0-rc.0...@carbon/ibm-cloud-cognitive-core@2.30.0-rc.1) (2024-11-15) + + +### Bug Fixes + +* correctly renders component when using feature flags ([#6357](https://github.com/carbon-design-system/ibm-products/issues/6357)) ([c04f635](https://github.com/carbon-design-system/ibm-products/commit/c04f63508bb0f43d6b31dcf983d0cd9ac6083a06)) +* move config to core to follow monorepo docs w/ multiple sites ([#6196](https://github.com/carbon-design-system/ibm-products/issues/6196)) ([fa285b7](https://github.com/carbon-design-system/ibm-products/commit/fa285b743bff65577aece8ebddad6e3a75dff85e)) +* update Carbon 11 compatible versions to latest ([#6054](https://github.com/carbon-design-system/ibm-products/issues/6054)) ([0ac7669](https://github.com/carbon-design-system/ibm-products/commit/0ac76692a6eeb85655ca64ca9189297708e26bd9)) +* update to Carbon 11 compatible versions to latest ([#5987](https://github.com/carbon-design-system/ibm-products/issues/5987)) ([173e6c6](https://github.com/carbon-design-system/ibm-products/commit/173e6c6455a4fe619d56148ab432926bc6c640a4)) +* update to Carbon 11 compatible versions to latest ([#6214](https://github.com/carbon-design-system/ibm-products/issues/6214)) ([911c341](https://github.com/carbon-design-system/ibm-products/commit/911c341d258b410ff2109ecb39293c2670796a0e)) +* update to Carbon 11 compatible versions to latest ([#6343](https://github.com/carbon-design-system/ibm-products/issues/6343)) ([71a201a](https://github.com/carbon-design-system/ibm-products/commit/71a201a50fbebe76699ffb0d7df1d2d998370256)) + + +### Features + +* add conditional deploys for web component and react netlify sites ([#6221](https://github.com/carbon-design-system/ibm-products/issues/6221)) ([8a4255c](https://github.com/carbon-design-system/ibm-products/commit/8a4255c0a0269068f66018d215a7bc07d3015f25)) +* **Tearsheet:** Move Tearsheet into @carbon/ibm-products-web-components ([#6204](https://github.com/carbon-design-system/ibm-products/issues/6204)) ([c21d102](https://github.com/carbon-design-system/ibm-products/commit/c21d102de17c311421884ddc17065f81e2c0f44a)) + + + + + # [2.30.0-rc.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-cloud-cognitive-core@2.24.0-rc.0...@carbon/ibm-cloud-cognitive-core@2.30.0-rc.0) (2024-11-11) diff --git a/packages/core/package.json b/packages/core/package.json index 3b1e31b481..e2bd101145 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibm-cloud-cognitive-core", "private": true, - "version": "2.30.0-rc.0", + "version": "2.30.0-rc.1", "license": "Apache-2.0", "main": "scripts/build.js", "repository": { @@ -29,7 +29,7 @@ }, "devDependencies": { "@carbon/grid": "^11.29.0", - "@carbon/ibm-products-styles": "^2.50.0-rc.0", + "@carbon/ibm-products-styles": "^2.50.0-rc.1", "@carbon/layout": "^11.28.0", "@carbon/motion": "^11.24.0", "@carbon/react": "^1.69.0", diff --git a/packages/ibm-products-styles/CHANGELOG.md b/packages/ibm-products-styles/CHANGELOG.md index 30202d87e9..4c68eafe64 100644 --- a/packages/ibm-products-styles/CHANGELOG.md +++ b/packages/ibm-products-styles/CHANGELOG.md @@ -3,6 +3,49 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.50.0-rc.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-styles@2.44.0-rc.0...@carbon/ibm-products-styles@2.50.0-rc.1) (2024-11-15) + + +### Bug Fixes + +* **conditionBuilder:** _conditionBuilderItem.scss causing sass warnings ([#5906](https://github.com/carbon-design-system/ibm-products/issues/5906)) ([2100bd4](https://github.com/carbon-design-system/ibm-products/commit/2100bd4134628ce785c411f582cd3e5d2b53cbbb)) +* **conditionBuilder:** release review changes1 ([#6133](https://github.com/carbon-design-system/ibm-products/issues/6133)) ([d3f08bc](https://github.com/carbon-design-system/ibm-products/commit/d3f08bcd0b479a84e69fc29dfe03a931618168a7)) +* createTearsheet height fix ([#6111](https://github.com/carbon-design-system/ibm-products/issues/6111)) ([00a472f](https://github.com/carbon-design-system/ibm-products/commit/00a472fb18ccc231343f0851fbae76e9d98db300)) +* **datagrid:** adds missing header hover styles in v2 ([#6272](https://github.com/carbon-design-system/ibm-products/issues/6272)) ([2311bdb](https://github.com/carbon-design-system/ibm-products/commit/2311bdb7477e72a6cd4d7f915f6dc754874b7375)) +* **DataGrid:** column headers vertically misaligned for sortable ([#5994](https://github.com/carbon-design-system/ibm-products/issues/5994)) ([df0ade1](https://github.com/carbon-design-system/ibm-products/commit/df0ade1c26c17448aa2dd212d75e88f1c4544e61)) +* **Datagrid:** csp violation ([#5831](https://github.com/carbon-design-system/ibm-products/issues/5831)) ([73a9824](https://github.com/carbon-design-system/ibm-products/commit/73a98242150e421a7c414bf7743f453a2234caba)) +* **dataGrid:** header scroll issues ([#6135](https://github.com/carbon-design-system/ibm-products/issues/6135)) ([9d60c0c](https://github.com/carbon-design-system/ibm-products/commit/9d60c0cd0f0ab98ba87915eb50a9de2a55dff5a1)) +* editinplace replace outline with border ([#5869](https://github.com/carbon-design-system/ibm-products/issues/5869)) ([0fb5afd](https://github.com/carbon-design-system/ibm-products/commit/0fb5afd7c210e6b726f67887b8126f3f0692c106)) +* **EditInPlace:** focus and style issue ([#6146](https://github.com/carbon-design-system/ibm-products/issues/6146)) ([831a0bc](https://github.com/carbon-design-system/ibm-products/commit/831a0bc7da65e65c09228cf2b292cbb879484d3a)) +* **Pageheader:** scrollable headers are not tabbable ([#6145](https://github.com/carbon-design-system/ibm-products/issues/6145)) ([ed578ec](https://github.com/carbon-design-system/ibm-products/commit/ed578ec0d45dcd72a7c96fd1e8370d4a67019ec6)) +* remove ellipsis from EditInPlace ([#6098](https://github.com/carbon-design-system/ibm-products/issues/6098)) ([0b40cce](https://github.com/carbon-design-system/ibm-products/commit/0b40cce8451abd0e509a6b16490fff862496b414)) +* **SidePanel:** style issue with multi select ([#6123](https://github.com/carbon-design-system/ibm-products/issues/6123)) ([feb6a99](https://github.com/carbon-design-system/ibm-products/commit/feb6a993cb0971442cca80f4c7c86d90eede0bbf)) +* **TagOverflow:** use operational tag ([#6132](https://github.com/carbon-design-system/ibm-products/issues/6132)) ([791cbec](https://github.com/carbon-design-system/ibm-products/commit/791cbecb2319ce832c1a6341c0a8fbf16b76a3e0)) +* **TagSet:** modal gradient ([#4478](https://github.com/carbon-design-system/ibm-products/issues/4478)) ([459109d](https://github.com/carbon-design-system/ibm-products/commit/459109d08ca6baf6a66954dd6fa49360dc553dc6)) +* **tearsheet:** slug spacing ([#6023](https://github.com/carbon-design-system/ibm-products/issues/6023)) ([1db6688](https://github.com/carbon-design-system/ibm-products/commit/1db66886b00f9540825988c7397fe6c84411d26a)) +* these at imports should not exist ([#6359](https://github.com/carbon-design-system/ibm-products/issues/6359)) ([3ea78f2](https://github.com/carbon-design-system/ibm-products/commit/3ea78f2cefc632bfec990026418a4851b3f582f0)) +* update Carbon 11 compatible versions to latest ([#6054](https://github.com/carbon-design-system/ibm-products/issues/6054)) ([0ac7669](https://github.com/carbon-design-system/ibm-products/commit/0ac76692a6eeb85655ca64ca9189297708e26bd9)) +* update to Carbon 11 compatible versions to latest ([#5987](https://github.com/carbon-design-system/ibm-products/issues/5987)) ([173e6c6](https://github.com/carbon-design-system/ibm-products/commit/173e6c6455a4fe619d56148ab432926bc6c640a4)) +* update to Carbon 11 compatible versions to latest ([#6214](https://github.com/carbon-design-system/ibm-products/issues/6214)) ([911c341](https://github.com/carbon-design-system/ibm-products/commit/911c341d258b410ff2109ecb39293c2670796a0e)) +* update to Carbon 11 compatible versions to latest ([#6343](https://github.com/carbon-design-system/ibm-products/issues/6343)) ([71a201a](https://github.com/carbon-design-system/ibm-products/commit/71a201a50fbebe76699ffb0d7df1d2d998370256)) +* **UserAvatar:** release review fixes ([#6293](https://github.com/carbon-design-system/ibm-products/issues/6293)) ([eafbba3](https://github.com/carbon-design-system/ibm-products/commit/eafbba33b6c9630457eeb0c6d86d030ee699940f)) + + +### Features + +* **`ibm-products-web-components`:** setup new web component package and storybook ([#6148](https://github.com/carbon-design-system/ibm-products/issues/6148)) ([6962187](https://github.com/carbon-design-system/ibm-products/commit/6962187634ba4317c5a4dcbf495978a176efcb79)) +* **cards:** renames slug to aiLabel ([#6167](https://github.com/carbon-design-system/ibm-products/issues/6167)) ([5b94ed8](https://github.com/carbon-design-system/ibm-products/commit/5b94ed8d01638db747277f104d9f7dd9ab2e0eb3)) +* **ConditionBuilder:** enhancing the conditional operators section that manages the primary logic flow ([#5921](https://github.com/carbon-design-system/ibm-products/issues/5921)) ([91733fb](https://github.com/carbon-design-system/ibm-products/commit/91733fb43157eab26c885f0652adaf9276f372d4)) +* **Conditionbuilder:** renaming both variants to Hierarchical and Non-Hierarchical ([#5847](https://github.com/carbon-design-system/ibm-products/issues/5847)) ([791e2b3](https://github.com/carbon-design-system/ibm-products/commit/791e2b31549f3f4480cac2fc142e550b5e12ea31)) +* **datagrids:** Add custom batch actions display min ([#5776](https://github.com/carbon-design-system/ibm-products/issues/5776)) ([485e8bc](https://github.com/carbon-design-system/ibm-products/commit/485e8bcac3193e56d65721076160944b4e126256)) +* **Datagrid:** slug to aiLabel renaming ([#6151](https://github.com/carbon-design-system/ibm-products/issues/6151)) ([b0b3c1c](https://github.com/carbon-design-system/ibm-products/commit/b0b3c1cf40199e7458584ea1d9093224264e1f4c)) +* **tagset:** support for size on overflow tag ([#6065](https://github.com/carbon-design-system/ibm-products/issues/6065)) ([ba29c09](https://github.com/carbon-design-system/ibm-products/commit/ba29c0950f1fcc7388e58523e94a32abd588d59d)) +* **Tearsheet:** Slug to aiLabel ([#6169](https://github.com/carbon-design-system/ibm-products/issues/6169)) ([5c0f2ad](https://github.com/carbon-design-system/ibm-products/commit/5c0f2adf55e6c9c7f081dab72ab711b611593476)) + + + + + # [2.50.0-rc.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products-styles@2.44.0-rc.0...@carbon/ibm-products-styles@2.50.0-rc.0) (2024-11-11) diff --git a/packages/ibm-products-styles/package.json b/packages/ibm-products-styles/package.json index b43f63b1a2..346117d957 100644 --- a/packages/ibm-products-styles/package.json +++ b/packages/ibm-products-styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibm-products-styles", "description": "Carbon for IBM Products styles", - "version": "2.50.0-rc.0", + "version": "2.50.0-rc.1", "license": "Apache-2.0", "installConfig": { "hoistingLimits": "none" @@ -52,7 +52,7 @@ "cross-env": "^7.0.3", "glob": "^10.3.10", "jest": "^29.7.0", - "jest-config-ibm-cloud-cognitive": "^1.13.0-rc.0", + "jest-config-ibm-cloud-cognitive": "^1.13.0-rc.1", "jest-environment-jsdom": "^29.7.0", "npm-check-updates": "^16.14.12", "npm-run-all": "^4.1.5", diff --git a/packages/ibm-products-web-components/CHANGELOG.md b/packages/ibm-products-web-components/CHANGELOG.md index dbd6a80b5c..7b1615df7e 100644 --- a/packages/ibm-products-web-components/CHANGELOG.md +++ b/packages/ibm-products-web-components/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.3.0-rc.1 (2024-11-15) + + +### Bug Fixes + +* move config to core to follow monorepo docs w/ multiple sites ([#6196](https://github.com/carbon-design-system/ibm-products/issues/6196)) ([fa285b7](https://github.com/carbon-design-system/ibm-products/commit/fa285b743bff65577aece8ebddad6e3a75dff85e)) +* **SidePanel web components:** slide in issue ([#6301](https://github.com/carbon-design-system/ibm-products/issues/6301)) ([3f4e21a](https://github.com/carbon-design-system/ibm-products/commit/3f4e21ae04e772d6687c3295c512dd13979e9bd4)) +* update to Carbon 11 compatible versions to latest ([#6214](https://github.com/carbon-design-system/ibm-products/issues/6214)) ([911c341](https://github.com/carbon-design-system/ibm-products/commit/911c341d258b410ff2109ecb39293c2670796a0e)) +* update to Carbon 11 compatible versions to latest ([#6343](https://github.com/carbon-design-system/ibm-products/issues/6343)) ([71a201a](https://github.com/carbon-design-system/ibm-products/commit/71a201a50fbebe76699ffb0d7df1d2d998370256)) +* use plex cdn to load custom font in wc storybook ([#6213](https://github.com/carbon-design-system/ibm-products/issues/6213)) ([f85396c](https://github.com/carbon-design-system/ibm-products/commit/f85396c7dc06aa1b91039af035e96f02bd5c1ef9)) + + +### Features + +* **`ibm-products-web-components`:** setup new web component package and storybook ([#6148](https://github.com/carbon-design-system/ibm-products/issues/6148)) ([6962187](https://github.com/carbon-design-system/ibm-products/commit/6962187634ba4317c5a4dcbf495978a176efcb79)) +* add conditional deploys for web component and react netlify sites ([#6221](https://github.com/carbon-design-system/ibm-products/issues/6221)) ([8a4255c](https://github.com/carbon-design-system/ibm-products/commit/8a4255c0a0269068f66018d215a7bc07d3015f25)) +* **Tearsheet:** Move Tearsheet into @carbon/ibm-products-web-components ([#6204](https://github.com/carbon-design-system/ibm-products/issues/6204)) ([c21d102](https://github.com/carbon-design-system/ibm-products/commit/c21d102de17c311421884ddc17065f81e2c0f44a)) + + + + + # 0.3.0-rc.0 (2024-11-11) diff --git a/packages/ibm-products-web-components/package.json b/packages/ibm-products-web-components/package.json index 39202f3fef..efd606d6aa 100644 --- a/packages/ibm-products-web-components/package.json +++ b/packages/ibm-products-web-components/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibm-products-web-components", "description": "Carbon for IBM Products Web Components", - "version": "0.3.0-rc.0", + "version": "0.3.0-rc.1", "license": "Apache-2.0", "main": "es/index.js", "module": "es/index.js", @@ -49,7 +49,7 @@ "wca": "web-component-analyzer analyze src --outFile custom-elements.json" }, "dependencies": { - "@carbon/ibm-products-styles": "^2.50.0-rc.0", + "@carbon/ibm-products-styles": "^2.50.0-rc.1", "@carbon/styles": "1.68.0", "@carbon/web-components": "2.16.0", "lit": "^3.1.0" diff --git a/packages/ibm-products/CHANGELOG.md b/packages/ibm-products/CHANGELOG.md index 67ad6a802d..f851258641 100644 --- a/packages/ibm-products/CHANGELOG.md +++ b/packages/ibm-products/CHANGELOG.md @@ -3,6 +3,133 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.54.0-rc.1](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products@2.48.0-rc.0...@carbon/ibm-products@2.54.0-rc.1) (2024-11-15) + + + +# 2.54.0-rc.0 (2024-11-11) + + +### Bug Fixes + +* **AboutModal:** implement useFocus() ([#5981](https://github.com/carbon-design-system/ibm-products/issues/5981)) ([e37beea](https://github.com/carbon-design-system/ibm-products/commit/e37beeafa1f592de3c9a38930487ed7cf4e8239b)) +* add floating ui to tagset ([#6005](https://github.com/carbon-design-system/ibm-products/issues/6005)) ([fac868b](https://github.com/carbon-design-system/ibm-products/commit/fac868b0bb3382aac79ab2780480d58e901da517)) +* add primaryButtonDisabled prop to ProductiveCard ([#6100](https://github.com/carbon-design-system/ibm-products/issues/6100)) ([7d17364](https://github.com/carbon-design-system/ibm-products/commit/7d17364029712bd54fc9f97e7a2c1af0a9e7b381)) +* **API Key Modal:** heading,label and downloadlink ([#6298](https://github.com/carbon-design-system/ibm-products/issues/6298)) ([68cb175](https://github.com/carbon-design-system/ibm-products/commit/68cb17576b7647759e68bd29d543c40c2e205e87)) +* **APIKeyModal:** focus issue inside onBlue default behaviour ([#6347](https://github.com/carbon-design-system/ibm-products/issues/6347)) ([e5a66ce](https://github.com/carbon-design-system/ibm-products/commit/e5a66ce58bcf5f671365f26adf47993a70dd00d1)) +* broken coachmark accessibility tests and avt ([#6398](https://github.com/carbon-design-system/ibm-products/issues/6398)) ([1fe4d81](https://github.com/carbon-design-system/ibm-products/commit/1fe4d815100c0dbaf6b7685f20dd0a4ccfac4bb9)) +* **Conditionbuilder:** add await for accessibility test ([#5794](https://github.com/carbon-design-system/ibm-products/issues/5794)) ([0d86010](https://github.com/carbon-design-system/ibm-products/commit/0d860101791e8587f8d1688348aae8438c4d0fc9)) +* **ConditionBuilder:** correct role for NON HIERARCHICAL_VARIANT ([#6117](https://github.com/carbon-design-system/ibm-products/issues/6117)) ([6c7823e](https://github.com/carbon-design-system/ibm-products/commit/6c7823ed1405d0dfa6ef51cac89e0373f6763ef0)) +* **conditionBuilder:** release review changes1 ([#6133](https://github.com/carbon-design-system/ibm-products/issues/6133)) ([d3f08bc](https://github.com/carbon-design-system/ibm-products/commit/d3f08bcd0b479a84e69fc29dfe03a931618168a7)) +* **create-full-page-step:** update hasFieldSet type ([#5876](https://github.com/carbon-design-system/ibm-products/issues/5876)) ([54afdf6](https://github.com/carbon-design-system/ibm-products/commit/54afdf6f31b60e87a21949a69e01ec94bbdc2b79)) +* **CreateFullPage:** breadcrumb tooltip visibility issue ([#6064](https://github.com/carbon-design-system/ibm-products/issues/6064)) ([03eadd2](https://github.com/carbon-design-system/ibm-products/commit/03eadd20c856a18121c5cb516fd49cd2ddc87b6a)) +* **CreateFullPage:** breadcrumbs should be array ([#6058](https://github.com/carbon-design-system/ibm-products/issues/6058)) ([f076047](https://github.com/carbon-design-system/ibm-products/commit/f076047b593235b01b9c4666194c080e0b4a3b4e)), closes [#5707](https://github.com/carbon-design-system/ibm-products/issues/5707) +* **createfullpagestep:** hasFieldset and fieldsetLegendText types ([#6057](https://github.com/carbon-design-system/ibm-products/issues/6057)) ([b5db933](https://github.com/carbon-design-system/ibm-products/commit/b5db933dc668b451451736dc61fc18d35ba38ec5)), closes [#4512](https://github.com/carbon-design-system/ibm-products/issues/4512) +* **CreateTearsheet:** add custom button ([#5666](https://github.com/carbon-design-system/ibm-products/issues/5666)) ([d5f9538](https://github.com/carbon-design-system/ibm-products/commit/d5f9538902233075e38a60abf70efc52838f5804)) +* csp errors on 2 illustrations ([#6202](https://github.com/carbon-design-system/ibm-products/issues/6202)) ([ad8c2d8](https://github.com/carbon-design-system/ibm-products/commit/ad8c2d84b231e9a4a5243cbfafc618fdbb63aace)) +* data spreadsheet object drag drop ([#5800](https://github.com/carbon-design-system/ibm-products/issues/5800)) ([25e95ba](https://github.com/carbon-design-system/ibm-products/commit/25e95bab041d69b28cc8e2a1c15ddd78ea4ab311)) +* datagrid typescript declarations ([#6122](https://github.com/carbon-design-system/ibm-products/issues/6122)) ([977e279](https://github.com/carbon-design-system/ibm-products/commit/977e279608be3d7151a4f6b58d7006dfbdd7fec3)), closes [#5257](https://github.com/carbon-design-system/ibm-products/issues/5257) [#6115](https://github.com/carbon-design-system/ibm-products/issues/6115) +* **Datagrid:** add support for autoAlign in row resize popover ([#6289](https://github.com/carbon-design-system/ibm-products/issues/6289)) ([17aeb86](https://github.com/carbon-design-system/ibm-products/commit/17aeb86bc2877974fa398b8563f7999d9c3cbce3)) +* **datagrid:** batch no longer updates filter tag ([#6031](https://github.com/carbon-design-system/ibm-products/issues/6031)) ([11c1554](https://github.com/carbon-design-system/ibm-products/commit/11c1554ba92037f559862ad9c83cfdf048074659)) +* **Datagrid:** clickable row retain focus after sidepanel closes ([#5952](https://github.com/carbon-design-system/ibm-products/issues/5952)) ([0df9085](https://github.com/carbon-design-system/ibm-products/commit/0df908523eab166b8bb63731f60a727ef846e41f)) +* **Datagrid:** csp violation ([#5831](https://github.com/carbon-design-system/ibm-products/issues/5831)) ([73a9824](https://github.com/carbon-design-system/ibm-products/commit/73a98242150e421a7c414bf7743f453a2234caba)) +* **datagrid:** customise column tearsheet update issue with new columns ([#5953](https://github.com/carbon-design-system/ibm-products/issues/5953)) ([7ab472a](https://github.com/carbon-design-system/ibm-products/commit/7ab472a22d78b07b900513f0b1a0ddce8b7db2f7)) +* **DataGrid:** disable save button on customise column ([#6026](https://github.com/carbon-design-system/ibm-products/issues/6026)) ([2b32f0f](https://github.com/carbon-design-system/ibm-products/commit/2b32f0fa54034d347438347e69dfd865c1248f9f)) +* **Datagrid:** enabled spacer column conditionally ([#5920](https://github.com/carbon-design-system/ibm-products/issues/5920)) ([9bd307e](https://github.com/carbon-design-system/ibm-products/commit/9bd307e4836d986383a0464e799834712f3904e0)) +* **datagrid:** fixes multiselect for instant update bug ([#5970](https://github.com/carbon-design-system/ibm-products/issues/5970)) ([330e902](https://github.com/carbon-design-system/ibm-products/commit/330e902c94cf3c8720ddb4360c1ae313c12f756e)) +* **dataGrid:** focus loss on radio select ([#6073](https://github.com/carbon-design-system/ibm-products/issues/6073)) ([127824b](https://github.com/carbon-design-system/ibm-products/commit/127824b9dcdb9847a58940305bb06c35565c720c)) +* **dataGrid:** header scroll issues ([#6135](https://github.com/carbon-design-system/ibm-products/issues/6135)) ([9d60c0c](https://github.com/carbon-design-system/ibm-products/commit/9d60c0cd0f0ab98ba87915eb50a9de2a55dff5a1)) +* **datagrid:** hidden columns included in search results ([#5989](https://github.com/carbon-design-system/ibm-products/issues/5989)) ([189f452](https://github.com/carbon-design-system/ibm-products/commit/189f4522187981788b0eb431b89f8b6e89eecd47)) +* **Datagrid:** remove redundant aria disabled ([#6103](https://github.com/carbon-design-system/ibm-products/issues/6103)) ([5b58d50](https://github.com/carbon-design-system/ibm-products/commit/5b58d506a39b3d625e169004e1385ae9cfcc6985)) +* **Datagrid:** remove unused span with inputProps ([#5915](https://github.com/carbon-design-system/ibm-products/issues/5915)) ([517e4f3](https://github.com/carbon-design-system/ibm-products/commit/517e4f36631cf1cc81d6f21fd25a83b3c65da540)) +* **Datagrid:** resolve CSP in subcomponents ([#6229](https://github.com/carbon-design-system/ibm-products/issues/6229)) ([95c6489](https://github.com/carbon-design-system/ibm-products/commit/95c6489e30e5e20e344eff958e481ee22be9d465)) +* **Datagrid:** return null for older react versions ([#6003](https://github.com/carbon-design-system/ibm-products/issues/6003)) ([6938654](https://github.com/carbon-design-system/ibm-products/commit/6938654a3ec57ea63f69c4390ffa5a290c01d886)) +* **DataGrid:** row size change issues with virtual scrolling enabled ([#5895](https://github.com/carbon-design-system/ibm-products/issues/5895)) ([a297e8a](https://github.com/carbon-design-system/ibm-products/commit/a297e8a1dc67e8017083452c79b5162eaf282c99)) +* **Datagrid:** select all checkbox to select current page ([#5933](https://github.com/carbon-design-system/ibm-products/issues/5933)) ([602f85d](https://github.com/carbon-design-system/ibm-products/commit/602f85d0a3afd507b31157df27091fc94e60bf27)) +* **Datagrid:** select all row count updated to exclude disabled rows ([#6085](https://github.com/carbon-design-system/ibm-products/issues/6085)) ([c7064de](https://github.com/carbon-design-system/ibm-products/commit/c7064de5be480840775039e2e4bdad00fbf8d4ce)) +* **datagrid:** selectall selects disabled rows ([#6008](https://github.com/carbon-design-system/ibm-products/issues/6008)) ([01d973f](https://github.com/carbon-design-system/ibm-products/commit/01d973f95256ee174e59c902e4c46ddc4781b13f)) +* **Datagrid:** skip await getAsyncSubRows when not defined ([#6028](https://github.com/carbon-design-system/ibm-products/issues/6028)) ([7390b55](https://github.com/carbon-design-system/ibm-products/commit/7390b55425aaf1ceff75056bcb81e2d09d61c118)) +* **datagrid:** tooltip missing in Customize Columns modal ([#6036](https://github.com/carbon-design-system/ibm-products/issues/6036)) ([15ec2a5](https://github.com/carbon-design-system/ibm-products/commit/15ec2a5277c9ef1ba1b972b57d050e4af7da2766)) +* **datagrid:** unique name attribute for row settings radio buttons ([#6009](https://github.com/carbon-design-system/ibm-products/issues/6009)) ([618cc84](https://github.com/carbon-design-system/ibm-products/commit/618cc84a372301571df132a21a06051c8d35a33a)) +* **datagrid:** use same empty array every time ([#5999](https://github.com/carbon-design-system/ibm-products/issues/5999)) ([e6ce08b](https://github.com/carbon-design-system/ibm-products/commit/e6ce08b236acf9f7360e01b2ebb5e5a8568afc9c)), closes [#5998](https://github.com/carbon-design-system/ibm-products/issues/5998) +* **Datagrid:** useflexresize infinite redraw ([#6226](https://github.com/carbon-design-system/ibm-products/issues/6226)) ([8030367](https://github.com/carbon-design-system/ibm-products/commit/8030367c4fe90f9ff84db06935553a289518c2e8)), closes [#5920](https://github.com/carbon-design-system/ibm-products/issues/5920) [#5646](https://github.com/carbon-design-system/ibm-products/issues/5646) +* **Datagrid:** width logic for useSortableColumns vs useActionsColumn ([#6029](https://github.com/carbon-design-system/ibm-products/issues/6029)) ([66f9eee](https://github.com/carbon-design-system/ibm-products/commit/66f9eeeb8df559b3f7cc98989853cce3e85f5852)) +* **EditInPlace:** focus and style issue ([#6146](https://github.com/carbon-design-system/ibm-products/issues/6146)) ([831a0bc](https://github.com/carbon-design-system/ibm-products/commit/831a0bc7da65e65c09228cf2b292cbb879484d3a)) +* **EditInPlace:** removes focus when pressing esc or enter key ([#5943](https://github.com/carbon-design-system/ibm-products/issues/5943)) ([5eff024](https://github.com/carbon-design-system/ibm-products/commit/5eff0243b65123fb39c801194a1b1a8bb9889240)) +* **Export Modal:** Focus moves to parent page ([#6077](https://github.com/carbon-design-system/ibm-products/issues/6077)) ([ef4bfa8](https://github.com/carbon-design-system/ibm-products/commit/ef4bfa87d454eba9ce8b4cb83a464e95d66a189e)) +* **ExportModal:** focus return to trigger button ([#6116](https://github.com/carbon-design-system/ibm-products/issues/6116)) ([bbc770e](https://github.com/carbon-design-system/ibm-products/commit/bbc770e8fc2415c9dd898ead57bdc332e4fdf339)) +* **ExportModal:** screen reader indentifies hidden controls ([#6079](https://github.com/carbon-design-system/ibm-products/issues/6079)) ([dd7564d](https://github.com/carbon-design-system/ibm-products/commit/dd7564d02dcad68052555eb5b2bf543b4a901992)) +* **ExportModal:** update status message ([#6080](https://github.com/carbon-design-system/ibm-products/issues/6080)) ([ec3dead](https://github.com/carbon-design-system/ibm-products/commit/ec3dead1b2dd6c727e09bcd0356d567721d5209f)) +* first step logic enhancement for CreateTearsheet ([#5884](https://github.com/carbon-design-system/ibm-products/issues/5884)) ([4f3b70f](https://github.com/carbon-design-system/ibm-products/commit/4f3b70f93d43a94c50b8eea77b5960f30b59c403)) +* **getstartedcard:** disable vairant issue in JAWS ([#5886](https://github.com/carbon-design-system/ibm-products/issues/5886)) ([515d4c0](https://github.com/carbon-design-system/ibm-products/commit/515d4c0c89f8fe70539946072e9397d297b0faac)) +* **InlineTip:** added optional ? flag on media ([#6137](https://github.com/carbon-design-system/ibm-products/issues/6137)) ([978f3e6](https://github.com/carbon-design-system/ibm-products/commit/978f3e65fff94f6399714fb921e8ef2208a1ec51)) +* nofification panel keyboard close focus ([#6113](https://github.com/carbon-design-system/ibm-products/issues/6113)) ([752739b](https://github.com/carbon-design-system/ibm-products/commit/752739bde31c3dcb5de1ff2702167b7a838350dd)) +* **NotificationPanel:** add missing role ([#5810](https://github.com/carbon-design-system/ibm-products/issues/5810)) ([bf17410](https://github.com/carbon-design-system/ibm-products/commit/bf1741045997b784c98068c618260dfbc7a79dc6)) +* **NotificationPanel:** focus return to trigger on closing notification panel ([#6090](https://github.com/carbon-design-system/ibm-products/issues/6090)) ([6dd626a](https://github.com/carbon-design-system/ibm-products/commit/6dd626ac445a255ca9e7c64eb851c11dbb0117f7)) +* **onboardingComponents:** csp voilation ([#6228](https://github.com/carbon-design-system/ibm-products/issues/6228)) ([6a848b7](https://github.com/carbon-design-system/ibm-products/commit/6a848b7150db52af5891e21066c273b4f9d2d598)) +* **optionstile:** ontoggle should not be required ([#6056](https://github.com/carbon-design-system/ibm-products/issues/6056)) ([af6cf14](https://github.com/carbon-design-system/ibm-products/commit/af6cf147f759f344173baf3350095c319398fe2d)), closes [#4281](https://github.com/carbon-design-system/ibm-products/issues/4281) +* pageheader gap ([#6004](https://github.com/carbon-design-system/ibm-products/issues/6004)) ([97bf3ac](https://github.com/carbon-design-system/ibm-products/commit/97bf3acf41b1ae35875c634cad3315ac5c3d2936)) +* **PageHeader:** change type import ([#6368](https://github.com/carbon-design-system/ibm-products/issues/6368)) ([d653f42](https://github.com/carbon-design-system/ibm-products/commit/d653f42bc06126cb35610a4d85d17655775fc374)) +* **pageheader:** compensate the width of the overflow menu ([#5929](https://github.com/carbon-design-system/ibm-products/issues/5929)) ([baf0ec2](https://github.com/carbon-design-system/ibm-products/commit/baf0ec231c0c343265efbf74b69a9d38db085dd2)) +* **Pageheader:** scrollable headers are not tabbable ([#6145](https://github.com/carbon-design-system/ibm-products/issues/6145)) ([ed578ec](https://github.com/carbon-design-system/ibm-products/commit/ed578ec0d45dcd72a7c96fd1e8370d4a67019ec6)) +* **ProductiveCard:** makes graph screen readable, story only. ([#5883](https://github.com/carbon-design-system/ibm-products/issues/5883)) ([a2db976](https://github.com/carbon-design-system/ibm-products/commit/a2db976c1609df5fd83459e5137e42d3a356ca5d)) +* remove ellipsis from EditInPlace ([#6098](https://github.com/carbon-design-system/ibm-products/issues/6098)) ([0b40cce](https://github.com/carbon-design-system/ibm-products/commit/0b40cce8451abd0e509a6b16490fff862496b414)) +* remove title from datagrid expander ([#6200](https://github.com/carbon-design-system/ibm-products/issues/6200)) ([e7e025e](https://github.com/carbon-design-system/ibm-products/commit/e7e025e034fdcbc18f645145031f56ed07e6cced)) +* remove unnecessary props in feature flag tests ([#6342](https://github.com/carbon-design-system/ibm-products/issues/6342)) ([62f3369](https://github.com/carbon-design-system/ibm-products/commit/62f3369fd4431bf0ecd4156530879489899fa8de)) +* Resolve all typescript errors ([#6013](https://github.com/carbon-design-system/ibm-products/issues/6013)) ([e87db88](https://github.com/carbon-design-system/ibm-products/commit/e87db88a5267e2d1bf4703666c86a1b052191ad2)) +* reword props in card stories ([#5871](https://github.com/carbon-design-system/ibm-products/issues/5871)) ([df80f00](https://github.com/carbon-design-system/ibm-products/commit/df80f0029af2c2ec6d7c53b66d69dfc007c1f446)) +* role main removed from components ([#6006](https://github.com/carbon-design-system/ibm-products/issues/6006)) ([b334a51](https://github.com/carbon-design-system/ibm-products/commit/b334a51c4aa1f3bae26554a9e0b1e65b663b0eed)) +* **sidepanel:** button text change ([#5907](https://github.com/carbon-design-system/ibm-products/issues/5907)) ([f701002](https://github.com/carbon-design-system/ibm-products/commit/f7010028dbedae7178244b4123a3b0bc485efa70)) +* **SidePanel:** resolve focus wrap issue when first element is disabled ([#5991](https://github.com/carbon-design-system/ibm-products/issues/5991)) ([426f588](https://github.com/carbon-design-system/ibm-products/commit/426f588dd8351783e2cad24bde4e2a5e36c64ae7)) +* **SidePanel:** style issue with multi select ([#6123](https://github.com/carbon-design-system/ibm-products/issues/6123)) ([feb6a99](https://github.com/carbon-design-system/ibm-products/commit/feb6a993cb0971442cca80f4c7c86d90eede0bbf)) +* **tagoverflow:** incorrect type for filter prop ([#6000](https://github.com/carbon-design-system/ibm-products/issues/6000)) ([4134043](https://github.com/carbon-design-system/ibm-products/commit/41340439759927a870a335b3dd5dd971e8f44fcb)) +* **TagOverflow:** use operational tag ([#6132](https://github.com/carbon-design-system/ibm-products/issues/6132)) ([791cbec](https://github.com/carbon-design-system/ibm-products/commit/791cbecb2319ce832c1a6341c0a8fbf16b76a3e0)) +* **TagSet:** fix string formatting ([#5880](https://github.com/carbon-design-system/ibm-products/issues/5880)) ([9339559](https://github.com/carbon-design-system/ibm-products/commit/93395596b529fb2e1bb7591e8d4792f1ff1de7ff)) +* **TagSet:** modal gradient ([#4478](https://github.com/carbon-design-system/ibm-products/issues/4478)) ([459109d](https://github.com/carbon-design-system/ibm-products/commit/459109d08ca6baf6a66954dd6fa49360dc553dc6)) +* **tagset:** multiline prop broken ([#6027](https://github.com/carbon-design-system/ibm-products/issues/6027)) ([dff3d68](https://github.com/carbon-design-system/ibm-products/commit/dff3d68dcdc6801c58d1299e4ffa91b2578e53a4)) +* **tagset:** updates props ([#5962](https://github.com/carbon-design-system/ibm-products/issues/5962)) ([cf7c88c](https://github.com/carbon-design-system/ibm-products/commit/cf7c88c293fa05406837afe68d9775d39998818c)) +* tearsheet with nav accessibility ([#5971](https://github.com/carbon-design-system/ibm-products/issues/5971)) ([d2aeeb2](https://github.com/carbon-design-system/ibm-products/commit/d2aeeb2b8e226f1da45bb8fd8ca45584269574d8)) +* **Tearsheet:** add missing declaration for headerActions prop ([#6114](https://github.com/carbon-design-system/ibm-products/issues/6114)) ([d1dafa1](https://github.com/carbon-design-system/ibm-products/commit/d1dafa1e94472eb64e769ccd358e5355837fa9a5)), closes [#546](https://github.com/carbon-design-system/ibm-products/issues/546) +* **Tearsheet:** changed actions prop to optional ([#5984](https://github.com/carbon-design-system/ibm-products/issues/5984)) ([068a7df](https://github.com/carbon-design-system/ibm-products/commit/068a7df53265e71193ef583145c69d17b3f76535)) +* **tearsheet:** Firefox focuses Tearsheet content div with scroll ([#5973](https://github.com/carbon-design-system/ibm-products/issues/5973)) ([19e319b](https://github.com/carbon-design-system/ibm-products/commit/19e319baff3635fb2d1a54d22cfaa5dfc8e95e23)) +* **tearsheet:** focus without sentinels ([#5882](https://github.com/carbon-design-system/ibm-products/issues/5882)) ([f362806](https://github.com/carbon-design-system/ibm-products/commit/f3628062a6e65ea5963353a79da1734db6bc9d80)) +* **tearsheet:** implement a workaround ([#5960](https://github.com/carbon-design-system/ibm-products/issues/5960)) ([c7d1ef3](https://github.com/carbon-design-system/ibm-products/commit/c7d1ef37a22f3820dd22ad97cd247c169fdc97b4)) +* **Tearsheet:** resolve focus issue ([#6217](https://github.com/carbon-design-system/ibm-products/issues/6217)) ([dc53a09](https://github.com/carbon-design-system/ibm-products/commit/dc53a099baba3450d769b9e4581c524673529fa0)) +* **Tearsheet:** update portalTarget type ([#5899](https://github.com/carbon-design-system/ibm-products/issues/5899)) ([d7aa99e](https://github.com/carbon-design-system/ibm-products/commit/d7aa99ed058d3cd55302bc6fe5c169e5a120d64e)) +* these at imports should not exist ([#6359](https://github.com/carbon-design-system/ibm-products/issues/6359)) ([3ea78f2](https://github.com/carbon-design-system/ibm-products/commit/3ea78f2cefc632bfec990026418a4851b3f582f0)) +* **ToolbarButton:** deprecate iconDescription and use label instead ([#5893](https://github.com/carbon-design-system/ibm-products/issues/5893)) ([b968386](https://github.com/carbon-design-system/ibm-products/commit/b968386090b0934f770c66a6eab08f4af0054ee4)) +* update Carbon 11 compatible versions to latest ([#6054](https://github.com/carbon-design-system/ibm-products/issues/6054)) ([0ac7669](https://github.com/carbon-design-system/ibm-products/commit/0ac76692a6eeb85655ca64ca9189297708e26bd9)) +* update to Carbon 11 compatible versions to latest ([#5987](https://github.com/carbon-design-system/ibm-products/issues/5987)) ([173e6c6](https://github.com/carbon-design-system/ibm-products/commit/173e6c6455a4fe619d56148ab432926bc6c640a4)) +* update to Carbon 11 compatible versions to latest ([#6214](https://github.com/carbon-design-system/ibm-products/issues/6214)) ([911c341](https://github.com/carbon-design-system/ibm-products/commit/911c341d258b410ff2109ecb39293c2670796a0e)) +* update to Carbon 11 compatible versions to latest ([#6343](https://github.com/carbon-design-system/ibm-products/issues/6343)) ([71a201a](https://github.com/carbon-design-system/ibm-products/commit/71a201a50fbebe76699ffb0d7df1d2d998370256)) +* update toHaveNoAxeViolations and remove skips ([#5955](https://github.com/carbon-design-system/ibm-products/issues/5955)) ([694128b](https://github.com/carbon-design-system/ibm-products/commit/694128bb707a2400d67e6618af3fea3f3ffba86f)) +* **useFocus:** change delay to 1ms ([#5950](https://github.com/carbon-design-system/ibm-products/issues/5950)) ([5883cd3](https://github.com/carbon-design-system/ibm-products/commit/5883cd3a14039ab7ca044b4ab95621bb70ccf68e)) +* **UserAvatar:** release review fixes ([#6293](https://github.com/carbon-design-system/ibm-products/issues/6293)) ([eafbba3](https://github.com/carbon-design-system/ibm-products/commit/eafbba33b6c9630457eeb0c6d86d030ee699940f)) + + +### Features + +* **`ibm-products-web-components`:** setup new web component package and storybook ([#6148](https://github.com/carbon-design-system/ibm-products/issues/6148)) ([6962187](https://github.com/carbon-design-system/ibm-products/commit/6962187634ba4317c5a4dcbf495978a176efcb79)) +* adding the ability to disable modals for TagSet component ([#5753](https://github.com/carbon-design-system/ibm-products/issues/5753)) ([29e960c](https://github.com/carbon-design-system/ibm-products/commit/29e960c858d2c58d46c86e9ea638a351d5fddd76)) +* **cards:** renames slug to aiLabel ([#6167](https://github.com/carbon-design-system/ibm-products/issues/6167)) ([5b94ed8](https://github.com/carbon-design-system/ibm-products/commit/5b94ed8d01638db747277f104d9f7dd9ab2e0eb3)) +* **carousel:** adds test coverage ([#6355](https://github.com/carbon-design-system/ibm-products/issues/6355)) ([32aa2b2](https://github.com/carbon-design-system/ibm-products/commit/32aa2b24dfa792f875002f882c65533e06309d64)) +* **ConditionBuilder:** enhancing the conditional operators section that manages the primary logic flow ([#5921](https://github.com/carbon-design-system/ibm-products/issues/5921)) ([91733fb](https://github.com/carbon-design-system/ibm-products/commit/91733fb43157eab26c885f0652adaf9276f372d4)) +* **ConditionBuilder:** option to default enable with initial state ([#6007](https://github.com/carbon-design-system/ibm-products/issues/6007)) ([3b2b91c](https://github.com/carbon-design-system/ibm-products/commit/3b2b91c63157d748425c1fa85ed70411e2c7e018)) +* **Conditionbuilder:** renaming both variants to Hierarchical and Non-Hierarchical ([#5847](https://github.com/carbon-design-system/ibm-products/issues/5847)) ([791e2b3](https://github.com/carbon-design-system/ibm-products/commit/791e2b31549f3f4480cac2fc142e550b5e12ea31)) +* **datagrid:** adds radio filter ([#5877](https://github.com/carbon-design-system/ibm-products/issues/5877)) ([12667e8](https://github.com/carbon-design-system/ibm-products/commit/12667e8387afc97c8a81a791c72f7ad323d7be6b)) +* **Datagrid:** call onClearFilters when clearing filters from tag summary ([#5892](https://github.com/carbon-design-system/ibm-products/issues/5892)) ([791618a](https://github.com/carbon-design-system/ibm-products/commit/791618a11618f120b15444dde994da65576a79ff)) +* **datagrids:** Add custom batch actions display min ([#5776](https://github.com/carbon-design-system/ibm-products/issues/5776)) ([485e8bc](https://github.com/carbon-design-system/ibm-products/commit/485e8bcac3193e56d65721076160944b4e126256)) +* **Datagrid:** slug to aiLabel renaming ([#6151](https://github.com/carbon-design-system/ibm-products/issues/6151)) ([b0b3c1c](https://github.com/carbon-design-system/ibm-products/commit/b0b3c1cf40199e7458584ea1d9093224264e1f4c)) +* **empty-states:** exports types ([#6299](https://github.com/carbon-design-system/ibm-products/issues/6299)) ([436f50d](https://github.com/carbon-design-system/ibm-products/commit/436f50d29f6391593050740803bf14ef01b04335)) +* expose onChange and onPrevious for CreateFullPage ([#6271](https://github.com/carbon-design-system/ibm-products/issues/6271)) ([5bd953d](https://github.com/carbon-design-system/ibm-products/commit/5bd953de33d856b791692b9302a424dc6d10d6a1)) +* **tagset:** support for size on overflow tag ([#6065](https://github.com/carbon-design-system/ibm-products/issues/6065)) ([ba29c09](https://github.com/carbon-design-system/ibm-products/commit/ba29c0950f1fcc7388e58523e94a32abd588d59d)) +* **tag:** updates tags to use DismissibleTag ([#6112](https://github.com/carbon-design-system/ibm-products/issues/6112)) ([18b47c7](https://github.com/carbon-design-system/ibm-products/commit/18b47c72ff381db130897da6a2d1f0aa86fd6d85)) +* **Tearsheet:** Slug to aiLabel ([#6169](https://github.com/carbon-design-system/ibm-products/issues/6169)) ([5c0f2ad](https://github.com/carbon-design-system/ibm-products/commit/5c0f2adf55e6c9c7f081dab72ab711b611593476)) + + + + + # [2.54.0-rc.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/ibm-products@2.48.0-rc.0...@carbon/ibm-products@2.54.0-rc.0) (2024-11-11) diff --git a/packages/ibm-products/package.json b/packages/ibm-products/package.json index 1182e57055..c790aba559 100644 --- a/packages/ibm-products/package.json +++ b/packages/ibm-products/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/ibm-products", "description": "Carbon for IBM Products", - "version": "2.54.0-rc.0", + "version": "2.54.0-rc.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -81,7 +81,7 @@ "fs-extra": "^11.2.0", "glob": "^10.3.10", "jest": "^29.7.0", - "jest-config-ibm-cloud-cognitive": "^1.13.0-rc.0", + "jest-config-ibm-cloud-cognitive": "^1.13.0-rc.1", "jest-environment-jsdom": "^29.7.0", "namor": "^1.1.2", "npm-check-updates": "^16.14.12", @@ -96,7 +96,7 @@ "dependencies": { "@babel/runtime": "^7.23.9", "@carbon/feature-flags": "^0.24.0", - "@carbon/ibm-products-styles": "^2.50.0-rc.0", + "@carbon/ibm-products-styles": "^2.50.0-rc.1", "@carbon/telemetry": "^0.1.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index d34f121140..c12eeea086 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1799,7 +1799,7 @@ __metadata: resolution: "@carbon/ibm-cloud-cognitive-core@workspace:packages/core" dependencies: "@carbon/grid": "npm:^11.29.0" - "@carbon/ibm-products-styles": "npm:^2.50.0-rc.0" + "@carbon/ibm-products-styles": "npm:^2.50.0-rc.1" "@carbon/layout": "npm:^11.28.0" "@carbon/motion": "npm:^11.24.0" "@carbon/react": "npm:^1.69.0" @@ -1863,7 +1863,7 @@ __metadata: cross-env: "npm:^7.0.3" glob: "npm:^10.3.10" jest: "npm:^29.7.0" - jest-config-ibm-cloud-cognitive: "npm:^1.13.0-rc.0" + jest-config-ibm-cloud-cognitive: "npm:^1.13.0-rc.1" jest-environment-jsdom: "npm:^29.7.0" npm-check-updates: "npm:^16.14.12" npm-run-all: "npm:^4.1.5" @@ -1883,7 +1883,7 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/ibm-products-web-components@workspace:packages/ibm-products-web-components" dependencies: - "@carbon/ibm-products-styles": "npm:^2.50.0-rc.0" + "@carbon/ibm-products-styles": "npm:^2.50.0-rc.1" "@carbon/icons": "npm:^11.52.0" "@carbon/motion": "npm:^11.24.0" "@carbon/styles": "npm:1.68.0" @@ -1941,7 +1941,7 @@ __metadata: "@babel/preset-typescript": "npm:^7.21.5" "@babel/runtime": "npm:^7.23.9" "@carbon/feature-flags": "npm:^0.24.0" - "@carbon/ibm-products-styles": "npm:^2.50.0-rc.0" + "@carbon/ibm-products-styles": "npm:^2.50.0-rc.1" "@carbon/telemetry": "npm:^0.1.0" "@dnd-kit/core": "npm:^6.0.8" "@dnd-kit/modifiers": "npm:^7.0.0" @@ -1966,7 +1966,7 @@ __metadata: glob: "npm:^10.3.10" immutability-helper: "npm:^3.1.1" jest: "npm:^29.7.0" - jest-config-ibm-cloud-cognitive: "npm:^1.13.0-rc.0" + jest-config-ibm-cloud-cognitive: "npm:^1.13.0-rc.1" jest-environment-jsdom: "npm:^29.7.0" lodash: "npm:^4.17.21" lottie-web: "npm:^5.12.2" @@ -17302,7 +17302,7 @@ __metadata: languageName: node linkType: hard -"jest-config-ibm-cloud-cognitive@npm:^1.13.0-rc.0, jest-config-ibm-cloud-cognitive@workspace:config/jest-config-ibm-cloud-cognitive": +"jest-config-ibm-cloud-cognitive@npm:^1.13.0-rc.1, jest-config-ibm-cloud-cognitive@workspace:config/jest-config-ibm-cloud-cognitive": version: 0.0.0-use.local resolution: "jest-config-ibm-cloud-cognitive@workspace:config/jest-config-ibm-cloud-cognitive" dependencies: