Skip to content

Releases: WTTJ/welcome-ui

Release 7.0.0

30 Jan 16:10
Compare
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
Compare
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

Release 7.0.0-alpha.8

30 Jan 12:22
Compare
Choose a tag to compare
Release 7.0.0-alpha.8 Pre-release
Pre-release
  • fix: missing util export (7097eed)
  • fix migration doc regexp (bc36cc8)

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

Release 7.0.0-alpha.7

29 Jan 16:33
Compare
Choose a tag to compare
Release 7.0.0-alpha.7 Pre-release
Pre-release
  • feat: add missing exports on utils (1f9cb90)
  • docs: add changes on Iconsfont (f180ef6)

Full Changelog: v7.0.0-alpha.6...v7.0.0-alpha.7

v7.0.0-alpha.6

29 Jan 13:59
Compare
Choose a tag to compare

v6.7.1

17 Dec 14:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.7.0...v6.7.1

v6.7.0

16 Dec 14:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.6.0...v6.7.0

v6.6.0

09 Dec 10:43
Compare
Choose a tag to compare

What's Changed

  • chore(ariakit): upgrade ariakit from 0.4.3 to 0.4.15 by @cnairi in #2586

Full Changelog: v6.5.0...v6.6.0

v6.5.0

03 Dec 08:49
Compare
Choose a tag to compare
v6.5.0

v6.4.2

26 Nov 16:01
Compare
Choose a tag to compare
v6.4.2