Skip to content

v2.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@iOvergaard iOvergaard released this 03 Mar 14:47
· 105 commits to main since this release
v2.0.0-alpha.1
1a64260

Installation instructions

Install the library:

npm install --save @umbraco-ui/uui@2.0.0-alpha.1

Run 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/**' ./src

See the v1-to-v2 migration document for more information.

What's Changed

🙌 Notable Changes

🐛 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