We removed the .svg
icons from @db-ux/core-foundations
. This will not affect the woff2
files required for components. If you still need some .svg
files you need to install @db-ux/core-icons
.
We changed some properties for components to align with Figma properties:
content
➡️text
behaviour="closeable|permanent"
➡️closeable="true/false"
- Defaults tofalse
variant="hidden"
➡️showLabel="true/false"
- Defaults totrue
customValidity
➡️validation
We provide a CLI tool to auto migrate your source code (except for content
to text
attribute on Accordion-Item
). Use this command in your repository:
npx @db-ux/core-migration --type=v005_v006 --src=./src
Please check the changes made in your codebase afterwards, as this is mainly a simple search & replace and there might be unexpected changes of similar wordings to our icon names for any other methods, or further code occurrences that don't even refer to icons.