Skip to content

Releases: WTTJ/welcome-ui

v5.20.0

27 Aug 13:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.19.0...v5.20.0

v5.19.0

19 Aug 09:10
Compare
Choose a tag to compare

5.19.0 (2024-08-19)

Features

  • allow to display custom file name in the preview of a FileDrop (#2513) (b4c67d9)

v5.18.1

07 Aug 13:49
Compare
Choose a tag to compare

5.18.1 (2024-08-07)

Bug Fixes

  • toast: update notifications to use react portal (#2510) (d52ce74)

v5.18.0

05 Aug 14:47
Compare
Choose a tag to compare

5.18.0 (2024-08-05)

Features

v5.17.3

02 Aug 14:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.17.2...v5.17.3

v5.17.2

02 Aug 12:57
Compare
Choose a tag to compare

Features

v5.17.1

15 Jul 09:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.17.0...v5.17.1

v5.17.0

10 Jun 07:13
Compare
Choose a tag to compare

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

v5.16.2

30 May 15:48
Compare
Choose a tag to compare

What's Changed

We need to bump core package after icon font generation failed

v5.16.1

27 May 14:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.16.0...v5.16.1