v2.0.0-alpha.1
Pre-release
Pre-release
·
105 commits
to main
since this release
Installation instructions
Install the library:
npm install --save @umbraco-ui/uui@2.0.0-alpha.1Run the codemod:
curl -sLO https://raw.githubusercontent.com/umbraco/Umbraco.UI/main/scripts/codemods/v2.0.0/update-imports.ts
npx jscodeshift -t update-imports.ts --parser tsx --extensions=ts,tsx,js,jsx --ignore-pattern='**/node_modules/**' ./srcSee the v1-to-v2 migration document for more information.
What's Changed
🙌 Notable Changes
- feat(theme): add high-contrast theme by @iOvergaard in #1328
🐛 Bug Fixes
- fix(theme): include uui-font and uui-text classes in base theme by @iOvergaard in #1329
Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1