Releases: WTTJ/welcome-ui
Releases · WTTJ/welcome-ui
v5.20.0
What's Changed
- fix: remove dataTestId on Box property by @theo-mesnil in #2517
- feat: add connection icon by @mleralec in #2519
- chore(deps): bump axios from 1.6.1 to 1.7.4 by @dependabot in #2515
- chore: upgrade lerna to v8 by @theo-mesnil in #2523
Full Changelog: v5.19.0...v5.20.0
v5.19.0
v5.18.1
v5.18.0
v5.17.3
What's Changed
- fix: wrong colors on documentations by @theo-mesnil in #2503
- fix(Tag): use ternary for conditional prop by @liv7c in #2502
New Contributors
Full Changelog: v5.17.2...v5.17.3
v5.17.2
Features
- chore: try to fix changelog by @theo-mesnil in #2481
- Chore: tooltip redesign by @Isaacmaamouche in #2465
- docs: add Search by @theo-mesnil in #2482
- [SRE-78] migration WUI by @ClemWttJ in #2483
- docs: fix background color by @theo-mesnil in #2496
- ci: update demo link action by @theo-mesnil in #2497
- docs: remove netlify-cli by @theo-mesnil in #2500
- feat: add new icon Masonry2 by @Leiksa in #2498
v5.17.1
What's Changed
- chore: upgrade radii script upgrade by @theo-mesnil in #2456
- chore(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #2443
- chore(deps): bump @grpc/grpc-js from 1.8.20 to 1.10.9 by @dependabot in #2457
- chore(deps-dev): bump @babel/eslint-parser from 7.22.15 to 7.24.7 by @dependabot in #2458
- chore(deps-dev): bump @babel/preset-env from 7.22.20 to 7.24.7 by @dependabot in #2459
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #2432
- chore: new documentation website by @theo-mesnil in #2468
- docs: fix properties by @theo-mesnil in #2471
- docs: upgrade dependencies by @theo-mesnil in #2472
- chore: upgrade netlify to fix security issue by @theo-mesnil in #2473
- chore(deps): bump ws from 8.11.0 to 8.17.1 by @dependabot in #2463
- chore(deps-dev): bump @babel/core from 7.23.0 to 7.24.8 by @dependabot in #2467
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #2474
- chore: upgrade dependabot by @theo-mesnil in #2475
Full Changelog: v5.17.0...v5.17.1
v5.17.0
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
Full Changelog: v5.16.2...v5.17.0
v5.16.2
What's Changed
We need to bump core package after icon font generation failed
v5.16.1
What's Changed
- feat: add new icon Certified by @theo-mesnil in #2452
Full Changelog: v5.16.0...v5.16.1