Skip to content

Commit 026548a

Browse files
authored
docs: migration guide new major release (#911)
* Update migrationGuide.adoc * Update migrationGuide.adoc * Update migrationGuide.adoc
1 parent 2f62d6c commit 026548a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/migrationGuide.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ As with every release you're recommended to do a visual regression testing for y
44

55
Especially the following aspects have changed through the various different releases and would need your review and probably adaptions within your code base.
66

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.
17+
718
== DB UI Core 2.2.0 Migration Guide
819

920
=== progress element

0 commit comments

Comments
 (0)