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
Copy file name to clipboardExpand all lines: docs/migrationGuide.adoc
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ As with every release you're recommended to do a visual regression testing for y
4
4
5
5
Especially the following aspects have changed through the various different releases and would need your review and probably adaptions within your code base.
6
6
7
+
== DB UI Core 3.0.0 Migration Guide
8
+
9
+
=== Chip
10
+
11
+
We needed to modify the `chip` elements HTML slightly due to digital accessibility reasons, which results in the following changes you'll need to make in your HTML code:
12
+
remove `role="button"`, `tabindex="0"` and `aria-hidden="true"` from the `label` HTML element
13
+
14
+
=== Header and tabs
15
+
16
+
We've visually adapted the specification regarding header area and its included components as well as the tabs component. This leads to visually breaking changes, which might result in necessary changes within your implementation for customization.
0 commit comments