|
1 | 1 | # @strapi/design-system
|
2 | 2 |
|
| 3 | +## 2.0.0-rc.15 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [#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 |
| 8 | + |
| 9 | +### Minor Changes |
| 10 | + |
| 11 | +- [#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. |
| 12 | + |
| 13 | +### Patch Changes |
| 14 | + |
| 15 | +- [#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 |
| 16 | + |
| 17 | +- [#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 |
| 18 | + |
| 19 | +- [#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 |
| 20 | + |
| 21 | +- [#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 |
| 22 | + |
| 23 | +- [#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 |
| 24 | + |
| 25 | + Added justify-content: center and align-items: center to Checkbox Indicator component |
| 26 | + |
| 27 | + Original: |
| 28 | + |
| 29 | + const CheckboxIndicator = styled(Checkbox.Indicator)` width: 100%; |
| 30 | +height: 100%; |
| 31 | +cursor: pointer;`; |
| 32 | + |
| 33 | + Updated: |
| 34 | + |
| 35 | + const CheckboxIndicator = styled(Checkbox.Indicator)` |
| 36 | + |
| 37 | + - display: inline-flex; |
| 38 | + - pointer-events: auto !important; |
| 39 | + width: 100%; |
| 40 | + height: 100%; |
| 41 | + cursor: pointer; |
| 42 | + - justify-content: center; |
| 43 | + - align-items: center; |
| 44 | + `; |
| 45 | + |
| 46 | + Refactored inline styling and added it to checkbox indicator stype component |
| 47 | + |
| 48 | + Original: |
| 49 | + |
| 50 | + `<CheckboxIndicator style={{ display: 'inline-flex', pointerEvents: 'auto'}} forceMount>` |
| 51 | + |
| 52 | + Updated: |
| 53 | + |
| 54 | + `<CheckboxIndicator forceMount>` |
| 55 | + |
| 56 | +- [#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 |
| 57 | + |
| 58 | +- [#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 |
| 59 | + |
| 60 | +- Updated dependencies [[`1b5a2d0`](https://github.com/strapi/design-system/commit/1b5a2d078c20abd63ea531a348fa9df71b1593b9), [`fd5e74b`](https://github.com/strapi/design-system/commit/fd5e74b5f449975833e2eb3271fd271b1cddee88)]: |
| 61 | + - @strapi/ui-primitives@2.0.0-rc.15 |
| 62 | + |
3 | 63 | ## 2.0.0-rc.14
|
4 | 64 |
|
5 | 65 | ### Minor Changes
|
|
0 commit comments