Releases: WTTJ/welcome-ui
Releases · WTTJ/welcome-ui
Release 8.0.0-alpha.0
v8.0.0-alpha.0 Release 8.0.0-alpha.0
Release 7.4.0
Release 7.3.0
What's Changed
- chore(deps): bump @types/lodash from 4.17.7 to 4.17.15 by @dependabot in #2670
- ci: add a pull request template by @theo-mesnil in #2687
- chore(deps): bump @octokit/plugin-paginate-rest from 11.4.0 to 11.4.2 by @dependabot in #2686
- chore(deps): bump @octokit/endpoint from 10.1.2 to 10.1.3 by @dependabot in #2685
- chore(deps): bump remark-gfm from 4.0.0 to 4.0.1 by @dependabot in #2682
- fix: swiper accessibility issue by @simon-hv in #2662
- Chore(Types): move duplicate types to theme [WUI-110] by @Isaacmaamouche in #2684
- chore: upgrade react to 18.3.1 by @simon-hv in #2680
- chore(deps): bump @octokit/request-error from 6.1.6 to 6.1.7 by @dependabot in #2689
- chore(deps): bump @types/node from 22.9.0 to 22.13.4 by @dependabot in #2681
- chore(deps): bump @octokit/request from 9.2.0 to 9.2.2 by @dependabot in #2688
Full Changelog: v7.2.0...v7.3.0
Release 7.2.0
What's Changed
- Chore(Accordion): increase arrow btn size and title gap [WUI-108] by @Isaacmaamouche in #2678
- Feat: add AI variant for Tag, Button & Alert [WUI-100] by @Isaacmaamouche in #2676
- docs: fix readme on yarn start by @theo-mesnil in #2679
AI Variants - code examples on stackblitz
Full Changelog: v7.1.1...v7.2.0
Release 7.1.1
What's Changed
Full Changelog: v7.1.0...v7.1.1
Release 7.1.0
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
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
- fix: add missing utils export (2a170f6)
Full Changelog: v7.0.0...v7.0.1-alpha.0
Release 7.0.0
Version 7: Back to mono-package
Welcome UI V7 brings back everything into a mono-package: welcome-ui
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-ui4. Other changes
WuiThemebecomesThemeValuesWuiProvideris now exported fromwelcome-ui/WuiProvider- Import for IconsFont is now
- import { Icons } from '@welcome-ui/icons.font'
+ import { IconsFont } from 'welcome-ui/IconsFont'Release 7.0.0-alpha.9
- fix: wrong export for ts files (9a1f594)
Full Changelog: v7.0.0-alpha.8...v7.0.0-alpha.9
