You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 🔄 renamed `db-alert` to `db-notification`| renamed `alert` to `notification` and add/changed some additional properties | 1. Replace `DBAlert`, `db-alert` by `DBNotification` / `db-notification`<br/>2. `Link` was removed, add a normal `a` or `DBLink` to the `slotLink`<br/>3. `props.type` has been changed to `props.variant`<br/>4. `onClick` has been changed to `onClose`|
38
38
| 🔄 renamed `db-main-navigation` to `db-navigation`| renamed `main-navigation` to `navigation`| Replace `DBMainNavigation`, `db-main-navigation` by `DBNavigation` / `db-navigation`|
39
-
| 🔄 changed `db-button` variants | We renamed the variants for the button |`primary` ➡ `brand`<br/>`solid` ➡ `filled`<br/>`text` ➡ `ghost`|
40
-
| 🔄 changed `db-card` elevation | We replaced the box-shadow elevation with bg-level | 1. `props.elevation` ➡ `props.elevationLevel` (1,2,3) <br/>2. `props.variant` ➡ `props.behaviour` <br/>3. Removed card-image |
39
+
| 🔄 changed `db-button` variants | We renamed the variants for the button |`primary` ➡ `brand`<br/>`solid` ➡ `filled`<br/>`text` ➡ `ghost`|
40
+
| 🔄 changed `db-card` elevation | We replaced the box-shadow elevation with bg-level | 1. `props.elevation` ➡ `props.elevationLevel` (1,2,3) <br/>2. `props.variant` ➡ `props.behaviour` <br/>3. Removed card-image |
41
41
| 🆕 valid/invalid message form-components | We add additional messages for `required` form-components like `DBInput` etc. | Use `validMessage="XXX"` and `invalidMessage="XXX"` to display the required information for form-components. Otherwise you will see a default message with a `TODO: ...`|
42
-
| 🔄 changed `db-link` variant | We renamed the variants for the link |`primary` ➡ `brand`|
42
+
| 🔄 changed `db-link` variant | We renamed the variants for the link |`primary` ➡ `brand`|
43
43
| ❌ removed `data-variant="information/critical/..."` for form-components like `input`, `select` and `textarea`| We don't support the colors changes anymore. Use `required`, `pattern`, `min` etc. to trigger `user-valid` for green and red components |`data-variant` changes the label variant now |
44
44
| 🔄 changed `db-accordion` title | We replaced `title` with `headlinePlain` because there is already a html default `title`, which caused trouble | Rename `title` to `headlinePlain` or use the slot `headline`|
45
45
| ❌ removed prop `areaPopup` from `db-navigation-item`| We no longer support opening sub-navigations from via prop. | There is no alternative at the moment. |
| 🔄 renamed `size` & `variant` in `db-section`| The properties `size` and `variant` in `db-section` were renamed to `spacing` & `width` to align it with other components | Search for every `db-section` and replace `size` with `spacing` and `variant` with `width`|
0 commit comments