v1.0.0
What's Changed
BREAKING CHANGES
We switched from db-ui
(DB UX Design System v2) GitHub organisation to db-ux-design-system
(DB UX Design System v3).
We updated all packages to use the new node package scope @db-ux
instead of the old @db-ui
.
Please have a look at our migration guide to see all changed packages checkout. You'll find the current migration script there as well.
Make sure to upgrade to version 0.7.4
before using npx @db-ux/core-migration --type=v007_v100 --src=./src
for your project.
Changes & fixes
- docs: update docs for icon autocomplete by @nmerget in #3784
- refactor: tag component to improve ux by @nmerget in #3748
- refactor: align color scheme and container by @nmerget in #3770
- refactor: component properties for alpha components by @nmerget in #3713
- refactor: stable renaming by @nmerget in #3808
Full Changelog: v0.7.4...v1.0.0