diff --git a/.changeset/beige-terms-yell.md b/.changeset/beige-terms-yell.md deleted file mode 100644 index 44df4b4bf36..00000000000 --- a/.changeset/beige-terms-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@talend/react-forms': minor ---- - -Use DS tabs in UIForm diff --git a/.changeset/famous-adults-cough.md b/.changeset/famous-adults-cough.md deleted file mode 100644 index 7883fd5fc67..00000000000 --- a/.changeset/famous-adults-cough.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@talend/design-system': minor ---- - -feat: rework some part of Message component - -- The size of a message fit the container width while before, it has a max width of `28rem` -- add a new prop `titleInfo` that allow to display an information message aside the title -- add new prop `additionalIconAction` to allow to display an additional button icon instead (there was only the dropdown action available before) -- rename prop `additionalActions` to `additionalDropdownActions` to make the API more explicit -- remove the shadow on the message to make it more consistent with the rest of the design and integrate better in the page diff --git a/.changeset/few-months-tickle.md b/.changeset/few-months-tickle.md deleted file mode 100644 index e7c8d0af7ed..00000000000 --- a/.changeset/few-months-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@talend/design-system': minor ---- - -Error state for tabs diff --git a/.changeset/flat-maps-dream.md b/.changeset/flat-maps-dream.md deleted file mode 100644 index 0145d2ad2d5..00000000000 --- a/.changeset/flat-maps-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@talend/scripts-config-react-webpack': patch ---- - -fix: prevent display log of lot of warnings related to sass loader diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 63f0c312b7b..59b56ddf022 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,19 @@ # @talend/design-system +## 8.5.0 + +### Minor Changes + +- 0e6c82e25: feat: rework some part of Message component + + - The size of a message fit the container width while before, it has a max width of `28rem` + - add a new prop `titleInfo` that allow to display an information message aside the title + - add new prop `additionalIconAction` to allow to display an additional button icon instead (there was only the dropdown action available before) + - rename prop `additionalActions` to `additionalDropdownActions` to make the API more explicit + - remove the shadow on the message to make it more consistent with the rest of the design and integrate better in the page + +- ea026ec12: Error state for tabs + ## 8.4.1 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index edf8ef26b86..79ddcfc41c0 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@talend/design-system", - "version": "8.4.1", + "version": "8.5.0", "description": "Talend Design System", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -68,7 +68,7 @@ "@talend/locales-design-system": "^7.15.1", "@talend/scripts-core": "^16.3.0", "@talend/scripts-config-babel": "^13.2.0", - "@talend/scripts-config-react-webpack": "^16.3.1", + "@talend/scripts-config-react-webpack": "^16.3.2", "@talend/scripts-config-storybook-lib": "^5.2.0", "@talend/scripts-config-typescript": "^11.2.0", "@talend/storybook-docs": "^2.2.0", diff --git a/packages/forms/CHANGELOG.md b/packages/forms/CHANGELOG.md index 21e51653929..02c56ca5946 100644 --- a/packages/forms/CHANGELOG.md +++ b/packages/forms/CHANGELOG.md @@ -1,5 +1,17 @@ # @talend/react-forms +## 12.2.0 + +### Minor Changes + +- ea026ec12: Use DS tabs in UIForm + +### Patch Changes + +- Updated dependencies [0e6c82e25] +- Updated dependencies [ea026ec12] + - @talend/design-system@8.5.0 + ## 12.1.0 ### Minor Changes diff --git a/packages/forms/package.json b/packages/forms/package.json index ecf2632f437..e5e8ac361e9 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -39,7 +39,7 @@ "@talend/icons": "^7.3.0", "@talend/json-schema-form-core": "^1.2.0", "@talend/react-components": "^12.2.0", - "@talend/design-system": "^8.4.0", + "@talend/design-system": "^8.5.0", "@talend/design-tokens": "^2.10.0", "@talend/react-bootstrap": "^2.1.1", "@talend/utils": "^2.8.0", @@ -66,7 +66,7 @@ "@talend/eslint-plugin": "^1.1.0", "@talend/scripts-core": "^16.3.0", "@talend/scripts-config-babel": "^13.2.0", - "@talend/scripts-config-react-webpack": "^16.3.1", + "@talend/scripts-config-react-webpack": "^16.3.2", "@talend/scripts-config-storybook-lib": "^5.2.0", "@talend/scripts-config-typescript": "^11.2.0", "@testing-library/jest-dom": "^5.17.0", @@ -95,5 +95,5 @@ "publishConfig": { "access": "public" }, - "version": "12.1.0" + "version": "12.2.0" } diff --git a/tools/scripts-config-react-webpack/CHANGELOG.md b/tools/scripts-config-react-webpack/CHANGELOG.md index 5524a90bac2..71db7ec5b50 100644 --- a/tools/scripts-config-react-webpack/CHANGELOG.md +++ b/tools/scripts-config-react-webpack/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/scripts-config-react-webpack +## 16.3.2 + +### Patch Changes + +- db246251d: fix: prevent display log of lot of warnings related to sass loader + ## 16.3.1 ### Patch Changes diff --git a/tools/scripts-config-react-webpack/package.json b/tools/scripts-config-react-webpack/package.json index ba5ac230f4b..916d8e49856 100644 --- a/tools/scripts-config-react-webpack/package.json +++ b/tools/scripts-config-react-webpack/package.json @@ -1,7 +1,7 @@ { "name": "@talend/scripts-config-react-webpack", "description": "Webpack configuration for @talend/scripts-core", - "version": "16.3.1", + "version": "16.3.2", "license": "Apache-2.0", "main": "index.js", "author": "Talend Frontend ",