Skip to content

Releases: WTTJ/welcome-ui

Release 8.0.0-alpha.0

11 Mar 08:49

Choose a tag to compare

Release 8.0.0-alpha.0 Pre-release
Pre-release
v8.0.0-alpha.0

Release 8.0.0-alpha.0

Release 7.4.0

25 Feb 14:25

Choose a tag to compare

  • Merge pull request #2677 from WTTJ/wui-70-components-do-not-support-word-break-or-word-wrap-properties (4ee799c)
  • feat(Text): add wordBreak property (1ca73e4)

Release 7.3.0

20 Feb 15:42

Choose a tag to compare

What's Changed

Full Changelog: v7.2.0...v7.3.0

Release 7.2.0

13 Feb 10:18

Choose a tag to compare

What's Changed

AI Variants - code examples on stackblitz

Capture d’écran 2025-02-13 à 11 16 33

Full Changelog: v7.1.1...v7.2.0

Release 7.1.1

06 Feb 15:17

Choose a tag to compare

What's Changed

  • chore(utils): add useViewport to exported utils by @cnairi in #2675

Full Changelog: v7.1.0...v7.1.1

Release 7.1.0

05 Feb 15:23

Choose a tag to compare

Exports

We now only export mjs files.

What's Changed

  • chore(deps-dev): bump @swc/core from 1.9.2 to 1.10.14 by @dependabot in #2666
  • chore: only export mjs files by @theo-mesnil in #2669
  • chore(deps-dev): bump @babel/plugin-transform-modules-commonjs from 7.25.9 to 7.26.3 by @dependabot in #2672
  • chore(deps-dev): bump @testing-library/react from 16.0.1 to 16.2.0 by @dependabot in #2671

Full Changelog: v7.0.1...v7.1.0

Release 7.0.1

04 Feb 08:36

Choose a tag to compare

What's Changed

  • fix: add missing utils export and fix merge theme by @theo-mesnil in #2665
  • fix: ensure that toast can be identify as a persistent element by @Leiksa in #2643

Full Changelog: v7.0.0...v7.0.1

Release 7.0.1-alpha.0

03 Feb 14:10

Choose a tag to compare

Release 7.0.1-alpha.0 Pre-release
Pre-release
  • fix: add missing utils export (2a170f6)

Full Changelog: v7.0.0...v7.0.1-alpha.0

Release 7.0.0

30 Jan 16:10

Choose a tag to compare

Version 7: Back to mono-package

Welcome UI V7 brings back everything into a mono-package: welcome-ui

Version 7 illustration

Upgrade steps

1. Script to migrate

In your project, run this script to rename all @welcome-ui/* imports to welcome-ui/* with CamelCase:

yarn migrate "../your-project/src/**/**.*{ts,tsx}"

2. Update your dependencies

In your project, remove all @welcome-ui packages:

yarn remove $(grep -o "@welcome-ui/[.a-zA-Z0-9-]*" package.json | sort | uniq)

And add new package:

yarn add welcome-ui

4. Other changes

  1. WuiTheme becomes ThemeValues
  2. WuiProvider is now exported from welcome-ui/WuiProvider
  3. Import for IconsFont is now
- import { Icons } from '@welcome-ui/icons.font'
+ import { IconsFont } from 'welcome-ui/IconsFont'

Release 7.0.0-alpha.9

30 Jan 13:16

Choose a tag to compare

Release 7.0.0-alpha.9 Pre-release
Pre-release
  • fix: wrong export for ts files (9a1f594)

Full Changelog: v7.0.0-alpha.8...v7.0.0-alpha.9