diff --git a/.changeset/pre.json b/.changeset/pre.json index 5f5848e56..f85ece1ab 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,6 +14,7 @@ "beige-rings-destroy", "blue-humans-sin", "blue-tomatoes-allow", + "bright-grapes-juggle", "brown-lamps-wink", "calm-pets-live", "calm-squids-shout", @@ -40,12 +41,15 @@ "grumpy-seahorses-give", "hip-roses-wash", "hip-sloths-occur", + "hot-suits-invent", "hot-turkeys-cross", + "hungry-adults-promise", "itchy-rings-listen", "large-tigers-hope", "lazy-kiwis-protect", "lemon-bikes-wait", "lemon-yaks-draw", + "little-turtles-wait", "long-cats-flow", "many-bobcats-jam", "mean-cycles-nail", @@ -54,6 +58,7 @@ "modern-garlics-drop", "nasty-laws-agree", "nervous-spiders-sell", + "new-cobras-flash", "nine-years-shake", "ninety-badgers-hammer", "ninety-queens-develop", @@ -62,12 +67,15 @@ "odd-impalas-invent", "plenty-hounds-crash", "proud-kings-relate", + "purple-rivers-divide", "quick-buckets-grab", "quick-pans-occur", "quick-poems-kick", "quiet-roses-rule", "red-peas-suffer", "rotten-eagles-matter", + "rotten-pears-vanish", + "serious-mangos-pull", "seven-cats-roll", "short-pets-attack", "shy-masks-share", @@ -84,9 +92,11 @@ "swift-cycles-type", "swift-garlics-cross", "tasty-suits-sit", + "three-eels-clap", "tidy-eggs-sleep", "tidy-games-divide", "tidy-rats-camp", + "twelve-dogs-protect", "twenty-drinks-look", "two-feet-promise", "violet-impalas-grin", diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 3471bc373..40954ec85 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,65 @@ # @strapi/design-system +## 2.0.0-rc.15 + +### Major Changes + +- [#1835](https://github.com/strapi/design-system/pull/1835) [`fd5e74b`](https://github.com/strapi/design-system/commit/fd5e74b5f449975833e2eb3271fd271b1cddee88) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - Bump ViteJS + +### Minor Changes + +- [#1822](https://github.com/strapi/design-system/pull/1822) [`3d7125f`](https://github.com/strapi/design-system/commit/3d7125fe5f2c6cd8fe7e3e8c56b770b85ef63851) Thanks [@mukulpadwal](https://github.com/mukulpadwal)! - Added XS size variant to IconButton component for smaller button options. + +### Patch Changes + +- [#1846](https://github.com/strapi/design-system/pull/1846) [`a511ac5`](https://github.com/strapi/design-system/commit/a511ac5ff8fb34cd81903aecbacd032442121909) Thanks [@remidej](https://github.com/remidej)! - feat: add menu separator component + +- [#1833](https://github.com/strapi/design-system/pull/1833) [`ba28ea1`](https://github.com/strapi/design-system/commit/ba28ea1190f9aea82fceb64d40f08a05642b54fa) Thanks [@ShatilKhan](https://github.com/ShatilKhan)! - cleaner search bar + +- [#1845](https://github.com/strapi/design-system/pull/1845) [`ef9cd18`](https://github.com/strapi/design-system/commit/ef9cd1806a9bcba5762caa14b4cbafa7309d23aa) Thanks [@remidej](https://github.com/remidej)! - feat: add onCloseAutoFocus to Menu.Content + +- [#1840](https://github.com/strapi/design-system/pull/1840) [`cbf07ea`](https://github.com/strapi/design-system/commit/cbf07ea0c927e9067ed037c1705068199ba81256) Thanks [@dzakki](https://github.com/dzakki)! - sync view source to the correct path + +- [#1821](https://github.com/strapi/design-system/pull/1821) [`0693ce9`](https://github.com/strapi/design-system/commit/0693ce92f711bbff280dcd21d952bdc8a423892c) Thanks [@PlanckConst](https://github.com/PlanckConst)! - fix: Checkbox Item Not Centered + + Added justify-content: center and align-items: center to Checkbox Indicator component + + Original: + + const CheckboxIndicator = styled(Checkbox.Indicator)` width: 100%; +height: 100%; +cursor: pointer;`; + + Updated: + + const CheckboxIndicator = styled(Checkbox.Indicator)` + + - display: inline-flex; + - pointer-events: auto !important; + width: 100%; + height: 100%; + cursor: pointer; + - justify-content: center; + - align-items: center; + `; + + Refactored inline styling and added it to checkbox indicator stype component + + Original: + + `` + + Updated: + + `` + +- [#1844](https://github.com/strapi/design-system/pull/1844) [`1b5a2d0`](https://github.com/strapi/design-system/commit/1b5a2d078c20abd63ea531a348fa9df71b1593b9) Thanks [@jorrit](https://github.com/jorrit)! - Fix inflated package size because direct dependencies not listed in package.json + +- [#1834](https://github.com/strapi/design-system/pull/1834) [`bf538d1`](https://github.com/strapi/design-system/commit/bf538d1bb5ea599b49ec8b54595f16cea19c3ac1) Thanks [@mazzucchelli](https://github.com/mazzucchelli)! - Prevent tooltip from rendering when the label property is not passed + +- Updated dependencies [[`1b5a2d0`](https://github.com/strapi/design-system/commit/1b5a2d078c20abd63ea531a348fa9df71b1593b9), [`fd5e74b`](https://github.com/strapi/design-system/commit/fd5e74b5f449975833e2eb3271fd271b1cddee88)]: + - @strapi/ui-primitives@2.0.0-rc.15 + ## 2.0.0-rc.14 ### Minor Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index f0f309d12..387b3b600 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/design-system", - "version": "2.0.0-rc.14", + "version": "2.0.0-rc.15", "license": "MIT", "sideEffects": false, "source": "./src/index.ts", @@ -32,13 +32,13 @@ "@radix-ui/react-tabs": "1.0.4", "@radix-ui/react-tooltip": "1.0.7", "@radix-ui/react-use-callback-ref": "1.0.1", - "@strapi/ui-primitives": "2.0.0-rc.14", + "@strapi/ui-primitives": "2.0.0-rc.15", "@uiw/react-codemirror": "4.22.2", "lodash": "4.17.21", "react-remove-scroll": "2.5.10" }, "devDependencies": { - "@strapi/icons": "2.0.0-rc.14", + "@strapi/icons": "2.0.0-rc.15", "@strapi/pack-up": "5.0.0", "@types/lodash": "^4.17.15", "jest": "29.7.0", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index b3b29364c..411422de3 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,15 @@ # @strapi/icons +## 2.0.0-rc.15 + +### Major Changes + +- [#1835](https://github.com/strapi/design-system/pull/1835) [`fd5e74b`](https://github.com/strapi/design-system/commit/fd5e74b5f449975833e2eb3271fd271b1cddee88) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - Bump ViteJS + +### Minor Changes + +- [#1831](https://github.com/strapi/design-system/pull/1831) [`240c73e`](https://github.com/strapi/design-system/commit/240c73eafdbfd6e47e48e042eb45b4d0f1827f75) Thanks [@vikasvarma369](https://github.com/vikasvarma369)! - added new check circle empty icon + ## 2.0.0-rc.14 ## 2.0.0-rc.13 diff --git a/packages/icons/package.json b/packages/icons/package.json index ab89f59ec..f5832b8da 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/icons", - "version": "2.0.0-rc.14", + "version": "2.0.0-rc.15", "license": "MIT", "sideEffects": false, "main": "./dist/index.js", diff --git a/packages/primitives/CHANGELOG.md b/packages/primitives/CHANGELOG.md index 4d2ee1b9c..b7fdc7d08 100644 --- a/packages/primitives/CHANGELOG.md +++ b/packages/primitives/CHANGELOG.md @@ -1,5 +1,15 @@ # @strapi/ui-primitives +## 2.0.0-rc.15 + +### Major Changes + +- [#1835](https://github.com/strapi/design-system/pull/1835) [`fd5e74b`](https://github.com/strapi/design-system/commit/fd5e74b5f449975833e2eb3271fd271b1cddee88) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - Bump ViteJS + +### Patch Changes + +- [#1844](https://github.com/strapi/design-system/pull/1844) [`1b5a2d0`](https://github.com/strapi/design-system/commit/1b5a2d078c20abd63ea531a348fa9df71b1593b9) Thanks [@jorrit](https://github.com/jorrit)! - Fix inflated package size because direct dependencies not listed in package.json + ## 2.0.0-rc.14 ## 2.0.0-rc.13 diff --git a/packages/primitives/package.json b/packages/primitives/package.json index f97008dac..8c35f7a5a 100644 --- a/packages/primitives/package.json +++ b/packages/primitives/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/ui-primitives", - "version": "2.0.0-rc.14", + "version": "2.0.0-rc.15", "license": "MIT", "sideEffects": false, "source": "./src/index.ts", diff --git a/yarn.lock b/yarn.lock index 746413d8f..fe4f5a75a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4261,9 +4261,9 @@ __metadata: "@radix-ui/react-tabs": 1.0.4 "@radix-ui/react-tooltip": 1.0.7 "@radix-ui/react-use-callback-ref": 1.0.1 - "@strapi/icons": 2.0.0-rc.14 + "@strapi/icons": 2.0.0-rc.15 "@strapi/pack-up": 5.0.0 - "@strapi/ui-primitives": 2.0.0-rc.14 + "@strapi/ui-primitives": 2.0.0-rc.15 "@types/lodash": ^4.17.15 "@uiw/react-codemirror": 4.22.2 jest: 29.7.0 @@ -4313,7 +4313,7 @@ __metadata: languageName: node linkType: hard -"@strapi/icons@2.0.0-rc.14, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons": +"@strapi/icons@2.0.0-rc.15, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@strapi/icons@workspace:packages/icons" dependencies: @@ -4361,7 +4361,7 @@ __metadata: languageName: node linkType: hard -"@strapi/ui-primitives@2.0.0-rc.14, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives": +"@strapi/ui-primitives@2.0.0-rc.15, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives": version: 0.0.0-use.local resolution: "@strapi/ui-primitives@workspace:packages/primitives" dependencies: