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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ 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 2.2.0 Migration Guide
8
+
9
+
=== progress element
10
+
11
+
We've replaced the previous HTML implementation of the label / an actual `label` element by an `output` element. Necessary changes:
12
+
13
+
- replaced `output` element by `label` element
14
+
- especially for screenreader optimization added the following two attributes to this `label` element:
15
+
`id="{{ id }}-label" aria-hidden="true"`
16
+
- The `id`-attributes value on that `label` element needs to match the following attributes values that needs to get added onto the `progress` HTML tag itself:
0 commit comments