Skip to content

Releases: strapi/design-system

@strapi/ui-primitives@2.0.0-beta.4

Pre-release
@strapi/ui-primitives@2.0.0-beta.4

@strapi/icons@2.0.0-beta.4

13 May 12:53
Compare
Choose a tag to compare
Pre-release
@strapi/icons@2.0.0-beta.4

@strapi/design-system@2.0.0-beta.4

Pre-release

Major Changes

  • #1722 f28dda1 Thanks @joshuaellis! - chore!: streamline IconButton API

    • remove icon prop
    • remove ariaLabel prop
    • add withTooltip prop (default false)

    children & label are now required props.

  • #1718 981d6d0 Thanks @joshuaellis! - chore!: remove size from inputs

    size was used to give our inputs a fixed size, this would not have worked with different writing directions or be very responsive. Instead, we use logical padding values.

  • #1718 981d6d0 Thanks @joshuaellis! - chore!: all XXSize & XXVariant types are now singular

    This is consistent across the codebase.

  • #1720 7c81e86 Thanks @github-actions! - chore!: remove ThemeProvider

    ThemeProvider has been removed and replaced with DesignSystemProvider.

  • #1720 8b7afb1 Thanks @github-actions! - chore!: change z-indexes on theme from array to dictionary

    z-indices on the theme object were an array of length 4. We've since changed this to a dictionary to help engineers understand how to correctly apply these values. See the Elevation documentation for more information.

  • #1719 dd79369 Thanks @joshuaellis! - chore!: remove deprecated options & change selectedDate prop to be value on DatePicker

  • #1721 940110c Thanks @joshuaellis! - feat!: refactor Accordion to use radix primitive

    The Accordion API has changed significently whilst retaining it's functionality, we recommend your review the documentation to understand the changes and how to migrate your code.

  • #1722 f28dda1 Thanks @joshuaellis! - feat!: refactor Tooltip to use radix-ui

    The Tooltip API has changed significently whilst retaining it's functionality, we recommend your review the documentation to understand the changes and how to migrate your code.

Patch Changes

  • #1720 063e574 Thanks @github-actions! - fix(accordion): variant should apply to header not all accordions

  • Updated dependencies []:

    • @strapi/ui-primitives@2.0.0-beta.4

@strapi/ui-primitives@2.0.0-beta.3

07 May 09:04
544bd8c
Compare
Choose a tag to compare
Pre-release
@strapi/ui-primitives@2.0.0-beta.3

@strapi/icons@2.0.0-beta.3

07 May 09:04
544bd8c
Compare
Choose a tag to compare
Pre-release

Major Changes

Patch Changes

@strapi/design-system@2.0.0-beta.3

07 May 09:04
544bd8c
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

Patch Changes

  • #1709 2f198e9 Thanks @joshuaellis! - fix(design-system): codemirror packages that aren't in package.json are declared as external

  • #1699 9fdfdde Thanks @joshuaellis! - fix: main nav icon size was set to 1rem it should be 1.6rem

  • Updated dependencies []:

    • @strapi/ui-primitives@2.0.0-beta.3

@strapi/ui-primitives@2.0.0-beta.2

23 Apr 15:27
5e13104
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • f785c2c Thanks @joshuaellis! - fix: set dev dependencies correctly to avoid styled-components being bundled

@strapi/ui-primitives@2.0.0-beta.1

Pre-release
@strapi/ui-primitives@2.0.0-beta.1

@strapi/icons@2.0.0-beta.2

23 Apr 15:27
5e13104
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • f785c2c Thanks @joshuaellis! - fix: set dev dependencies correctly to avoid styled-components being bundled

@strapi/icons@2.0.0-beta.1

23 Apr 10:14
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #1696 1622c2b Thanks @joshuaellis! - chore!: removes some icons and renames others

    Users should refer to the BREAKING_CHANGES.md for more information on how to migrate. Most of the icons have been visually changed. Snapshots will most likely need to be updated.