Skip to content

Releases: strapi/design-system

@strapi/[email protected]

21 Feb 12:43
ebcd6e6
Compare
Choose a tag to compare
Pre-release

Major Changes

@strapi/[email protected]

21 Feb 12:43
ebcd6e6
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

@strapi/[email protected]

21 Feb 12:43
ebcd6e6
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

Patch Changes

@strapi/[email protected]

04 Feb 10:23
40f2dce
Compare
Choose a tag to compare
Pre-release
@strapi/[email protected]

@strapi/[email protected]

04 Feb 10:23
40f2dce
Compare
Choose a tag to compare
Pre-release
@strapi/[email protected]

@strapi/[email protected]

04 Feb 10:23
40f2dce
Compare
Choose a tag to compare
Pre-release

Patch Changes

@strapi/[email protected]

03 Feb 10:20
091d446
Compare
Choose a tag to compare
Pre-release

Major Changes

Patch Changes

  • #1844 1b5a2d0 Thanks @jorrit! - Fix inflated package size because direct dependencies not listed in package.json

@strapi/[email protected]

03 Feb 10:20
091d446
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

@strapi/[email protected]

03 Feb 10:20
091d446
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

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 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:

      <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]

26 Nov 11:56
5c4025a
Compare
Choose a tag to compare
Pre-release
@strapi/[email protected]