Skip to content

v5.17.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 07:13
· 1366 commits to main since this release

New theme radii

We reworked our radii theme:

export const getRadii = (theme: WuiTheme): ThemeRadii => {
  return {
    none: '0',
    sm: theme.toRem(2),
    md: theme.toRem(4),
    lg: theme.toRem(8),
    xl: theme.toRem(16),
  }
}

Soon we will update our components radii to be iso to our new guidelines.

  • feat: add new border radii theme and reset all on components by @theo-mesnil in #2448

Other changes

  • fix: don't set translation if no element by @P1X3L in #2454

Full Changelog: v5.16.2...v5.17.0