Skip to content

Commit

Permalink
Merge branch 'main' into expressiveCard-types-4508
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal authored Apr 30, 2024
2 parents 365643f + b1783b0 commit 9492d86
Show file tree
Hide file tree
Showing 32 changed files with 817 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request or enhancement 💡
description: Suggest a new component/pattern/idea for this project.
title: '[Feature Request]: '
labels: 'type: enhancement 💡'
labels: ['type: enhancement 💡', 'status: needs triage 🕵️‍♀️']
body:
- type: markdown
attributes:
Expand Down
11 changes: 11 additions & 0 deletions config/jest-config-ibm-cloud-cognitive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.6](https://github.com/carbon-design-system/ibm-products/compare/jest-config-ibm-cloud-cognitive@[email protected]) (2024-04-30)


### Bug Fixes

* adds snapshot test as part of CI checks ([#4798](https://github.com/carbon-design-system/ibm-products/issues/4798)) ([7fd4343](https://github.com/carbon-design-system/ibm-products/commit/7fd43439642040cf303e287efc13b00d09d885de))





## [1.1.5](https://github.com/carbon-design-system/ibm-products/compare/jest-config-ibm-cloud-cognitive@[email protected]) (2024-02-27)

**Note:** Version bump only for package jest-config-ibm-cloud-cognitive
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-config-ibm-cloud-cognitive",
"private": true,
"version": "1.1.5",
"version": "1.1.6",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions config/storybook-addon-carbon-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.1.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* **sidePanel:** Close scrollbar overlap 3975 ([#4680](https://github.com/carbon-design-system/ibm-products/issues/4680)) ([8ef8d7b](https://github.com/carbon-design-system/ibm-products/commit/8ef8d7b98ceebc1a9934d98a5e5891c65163fedf))


### Features

* instrument current packages with js scope ([#5012](https://github.com/carbon-design-system/ibm-products/issues/5012)) ([59074fe](https://github.com/carbon-design-system/ibm-products/commit/59074fe8ae93d3854565ba3c92f20065f3f2867e))





## [2.0.8](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-02)

**Note:** Version bump only for package @carbon/storybook-addon-theme
Expand Down
4 changes: 2 additions & 2 deletions config/storybook-addon-carbon-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/storybook-addon-theme",
"description": "Carbon theme switcher for Storybook",
"version": "2.0.8",
"version": "2.1.0",
"license": "Apache-2.0",
"main": "dist/react.js",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"vue": "*"
},
"dependencies": {
"@ibm/telemetry-js": "^1.3.0",
"@ibm/telemetry-js": "^1.5.0",
"@storybook/addons": "^7.6.10",
"@storybook/api": "^7.6.10",
"@storybook/client-api": "^7.6.10",
Expand Down
3 changes: 3 additions & 0 deletions config/storybook-addon-carbon-theme/telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ endpoint: 'https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.clo
collect:
npm:
dependencies: null
js:
functions: {}
tokens: null
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.17.5](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)


### Performance Improvements

* use lazyComp and fsCache to increase sb start times ([#4943](https://github.com/carbon-design-system/ibm-products/issues/4943)) ([f6bd2b0](https://github.com/carbon-design-system/ibm-products/commit/f6bd2b0b8bde0c9ed15a6502892d9b9f045e9657))





## [2.17.4](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-16)


Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-cloud-cognitive-core",
"private": true,
"version": "2.17.4",
"version": "2.17.5",
"license": "Apache-2.0",
"main": "scripts/build.js",
"repository": {
Expand Down Expand Up @@ -31,12 +31,12 @@
"@babel/core": "^7.23.9",
"@babel/preset-typescript": "^7.21.5",
"@carbon/grid": "^11.22.0",
"@carbon/ibm-products-styles": "^2.33.0",
"@carbon/ibm-products-styles": "^2.34.0",
"@carbon/layout": "^11.21.0",
"@carbon/motion": "^11.17.0",
"@carbon/react": "^1.53.0",
"@carbon/storybook-addon-theme": "^2.0.8",
"@carbon/themes": "^11.33.0",
"@carbon/react": "^1.55.0",
"@carbon/storybook-addon-theme": "^2.1.0",
"@carbon/themes": "^11.34.0",
"@carbon/type": "^11.26.0",
"@storybook/addon-actions": "^7.6.10",
"@storybook/addon-controls": "^7.6.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/ibm-products-community/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.4](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)





## [0.4.3](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-03-14)


Expand Down
8 changes: 4 additions & 4 deletions packages/ibm-products-community/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-products-community",
"description": "Carbon for IBM Products Community package",
"version": "0.4.3",
"version": "0.4.4",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -27,8 +27,8 @@
"@carbon/grid": "^11.22.0",
"@carbon/layout": "^11.21.0",
"@carbon/motion": "^11.17.0",
"@carbon/react": "^1.53.0",
"@carbon/themes": "^11.33.0",
"@carbon/react": "^1.55.0",
"@carbon/themes": "^11.34.0",
"@carbon/type": "^11.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -39,7 +39,7 @@
"babel-preset-ibm-cloud-cognitive": "^0.14.40",
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"jest-config-ibm-cloud-cognitive": "^1.1.5",
"jest-config-ibm-cloud-cognitive": "^1.1.6",
"jest-environment-jsdom": "^29.6.2",
"rimraf": "^5.0.1",
"sass": "^1.64.2"
Expand Down
18 changes: 18 additions & 0 deletions packages/ibm-products-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.34.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)
* **useravatar:** fix scroll issue ([#4950](https://github.com/carbon-design-system/ibm-products/issues/4950)) ([bb47921](https://github.com/carbon-design-system/ibm-products/commit/bb479218862b14196f8ba99d6486772bfd9f1d20))


### Features

* fix sortable header transparent issue [#4954](https://github.com/carbon-design-system/ibm-products/issues/4954) ([#4955](https://github.com/carbon-design-system/ibm-products/issues/4955)) ([1760bc6](https://github.com/carbon-design-system/ibm-products/commit/1760bc6c42fb44388b2330aa06a916a87e6a54f4))
* instrument current packages with js scope ([#5012](https://github.com/carbon-design-system/ibm-products/issues/5012)) ([59074fe](https://github.com/carbon-design-system/ibm-products/commit/59074fe8ae93d3854565ba3c92f20065f3f2867e))





# [2.33.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/ibm-products-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-products-styles",
"description": "Carbon for IBM Products styles",
"version": "2.33.0",
"version": "2.34.0",
"license": "Apache-2.0",
"installConfig": {
"hoistingLimits": "none"
Expand Down Expand Up @@ -52,7 +52,7 @@
"cross-env": "^7.0.3",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.1.5",
"jest-config-ibm-cloud-cognitive": "^1.1.6",
"jest-environment-jsdom": "^29.7.0",
"npm-check-updates": "^16.14.12",
"npm-run-all": "^4.1.5",
Expand All @@ -64,10 +64,10 @@
"@carbon/grid": "^11.22.0",
"@carbon/layout": "^11.21.0",
"@carbon/motion": "^11.17.0",
"@carbon/themes": "^11.33.0",
"@carbon/themes": "^11.34.0",
"@carbon/type": "^11.26.0"
},
"dependencies": {
"@ibm/telemetry-js": "^1.3.0"
"@ibm/telemetry-js": "^1.5.0"
}
}
26 changes: 26 additions & 0 deletions packages/ibm-products/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.36.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-30)


### Bug Fixes

* **CreateTearsheet:** includeStep fix on first step ([#4942](https://github.com/carbon-design-system/ibm-products/issues/4942)) ([4bc336d](https://github.com/carbon-design-system/ibm-products/commit/4bc336d7917833417a8bf3db635b5b964370d856))
* **FullPageError:** alphabetize prop types ([#4995](https://github.com/carbon-design-system/ibm-products/issues/4995)) ([cf16c92](https://github.com/carbon-design-system/ibm-products/commit/cf16c92d3a51921a8d66d628c14b3fd01da3e530))
* support provided classname for TableCell [#4965](https://github.com/carbon-design-system/ibm-products/issues/4965) ([#4967](https://github.com/carbon-design-system/ibm-products/issues/4967)) ([f32129f](https://github.com/carbon-design-system/ibm-products/commit/f32129f4c9f75cf782ba28c205f5226f412c8dbb))
* update to Carbon 11 compatible versions to latest ([#4890](https://github.com/carbon-design-system/ibm-products/issues/4890)) ([d3234ce](https://github.com/carbon-design-system/ibm-products/commit/d3234ceda60feb704b11d5f7c7270b430a11a499)), closes [#4654](https://github.com/carbon-design-system/ibm-products/issues/4654)
* **useravatar:** fix scroll issue ([#4950](https://github.com/carbon-design-system/ibm-products/issues/4950)) ([bb47921](https://github.com/carbon-design-system/ibm-products/commit/bb479218862b14196f8ba99d6486772bfd9f1d20))


### Features

* **Carousel:** convert to .tsx ([#4964](https://github.com/carbon-design-system/ibm-products/issues/4964)) ([b41fe64](https://github.com/carbon-design-system/ibm-products/commit/b41fe640843fb169a223c9fe0afd8754fae4f209))
* **CoachmarkBeacon:** convert to .tsx ([#4974](https://github.com/carbon-design-system/ibm-products/issues/4974)) ([3b4e0fa](https://github.com/carbon-design-system/ibm-products/commit/3b4e0fa7593382128900e68051863dbc949a319b))
* **CoachmarkOverlayElements:** convert to .tsx ([#4973](https://github.com/carbon-design-system/ibm-products/issues/4973)) ([79f261b](https://github.com/carbon-design-system/ibm-products/commit/79f261bfed85f3bebbd4efd0326077b46feb54df))
* column customization should allow only disable column [#4956](https://github.com/carbon-design-system/ibm-products/issues/4956) ([#4957](https://github.com/carbon-design-system/ibm-products/issues/4957)) ([ce0df52](https://github.com/carbon-design-system/ibm-products/commit/ce0df5209fea5fd9f272d25a121b49f7a51412df))
* **Datagrid:** passes state to onApply ([#4933](https://github.com/carbon-design-system/ibm-products/issues/4933)) ([9a77b1a](https://github.com/carbon-design-system/ibm-products/commit/9a77b1a42e3ddfd5a5cdaefa7e0ccb9fafd3b61f))
* instrument current packages with js scope ([#5012](https://github.com/carbon-design-system/ibm-products/issues/5012)) ([59074fe](https://github.com/carbon-design-system/ibm-products/commit/59074fe8ae93d3854565ba3c92f20065f3f2867e))
* **NoTagsEmptyState:** convert to .tsx ([#4945](https://github.com/carbon-design-system/ibm-products/issues/4945)) ([db4c851](https://github.com/carbon-design-system/ibm-products/commit/db4c8511c28367b77879f834a1c4c3c6c684b587))





# [2.35.0](https://github.com/carbon-design-system/ibm-products/compare/@carbon/[email protected]...@carbon/[email protected]) (2024-04-16)


Expand Down
12 changes: 6 additions & 6 deletions packages/ibm-products/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibm-products",
"description": "Carbon for IBM Products",
"version": "2.35.0",
"version": "2.36.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.1.5",
"jest-config-ibm-cloud-cognitive": "^1.1.6",
"jest-environment-jsdom": "^29.7.0",
"namor": "^1.1.2",
"npm-check-updates": "^16.14.12",
Expand All @@ -90,13 +90,13 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@carbon/ibm-products-styles": "^2.33.0",
"@carbon/ibm-products-styles": "^2.34.0",
"@carbon/telemetry": "^0.1.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@ibm/telemetry-js": "^1.2.0",
"@ibm/telemetry-js": "^1.5.0",
"framer-motion": "^6.5.1 < 7",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
Expand All @@ -108,8 +108,8 @@
"@carbon/grid": "^11.22.0",
"@carbon/layout": "^11.21.0",
"@carbon/motion": "^11.17.0",
"@carbon/react": "^1.53.0",
"@carbon/themes": "^11.33.0",
"@carbon/react": "^1.55.0",
"@carbon/themes": "^11.34.0",
"@carbon/type": "^11.26.0",
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
Expand Down
Loading

0 comments on commit 9492d86

Please sign in to comment.