Releases: strapi/design-system
@strapi/[email protected]
Major Changes
- #1855
ac908a2
Thanks @HichamELBSI! - Migration guide update
@strapi/[email protected]
@strapi/[email protected]
Major Changes
- #1855
ac908a2
Thanks @HichamELBSI! - Migration guide update
Minor Changes
- #1850
1d5c646
Thanks @markkaylor! - add start and end icons to MenuItem
Patch Changes
- Updated dependencies [
ac908a2
]:- @strapi/[email protected]
@strapi/[email protected]
@strapi/[email protected]
@strapi/[email protected]
@strapi/[email protected]
@strapi/[email protected]
Patch Changes
-
#1847
e25a380
Thanks @remidej! - fix: pass menu separator ref -
Updated dependencies []:
- @strapi/[email protected]
@strapi/[email protected]
@strapi/[email protected]
Major Changes
- #1835
fd5e74b
Thanks @HichamELBSI! - Bump ViteJS
Minor Changes
- #1831
240c73e
Thanks @vikasvarma369! - added new check circle empty icon
@strapi/[email protected]
Major Changes
- #1835
fd5e74b
Thanks @HichamELBSI! - Bump ViteJS
Minor Changes
- #1822
3d7125f
Thanks @mukulpadwal! - Added XS size variant to IconButton component for smaller button options.
Patch Changes
-
#1846
a511ac5
Thanks @remidej! - feat: add menu separator component -
#1833
ba28ea1
Thanks @ShatilKhan! - cleaner search bar -
#1845
ef9cd18
Thanks @remidej! - feat: add onCloseAutoFocus to Menu.Content -
#1840
cbf07ea
Thanks @dzakki! - sync view source to the correct path -
#1821
0693ce9
Thanks @PlanckConst! - fix: Checkbox Item Not CenteredAdded 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:
<CheckboxIndicator style={{ display: 'inline-flex', pointerEvents: 'auto'}} forceMount>
Updated:
<CheckboxIndicator forceMount>
-
-
#1844
1b5a2d0
Thanks @jorrit! - Fix inflated package size because direct dependencies not listed in package.json -
#1834
bf538d1
Thanks @mazzucchelli! - Prevent tooltip from rendering when the label property is not passed -
Updated dependencies [
1b5a2d0
,fd5e74b
]:- @strapi/[email protected]
@strapi/[email protected]
@strapi/[email protected]