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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,14 @@ We've remove the deprecated previous HTML implementation of the label by an `out
36
36
- 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:
37
37
`aria-describedby="{{ id }}-label"`
38
38
39
+
=== `link`
40
+
41
+
- Removed the ability for custom icons according to guidelines 3.0
42
+
- Added `primary` as variant for highlighting links
43
+
- Changed use of data-variant to use with `primary` and used `daata-content` attribute for differentiation between `internal` and `external`
44
+
- Font-size definition has moved to base due to our `tonality` introduction (default and for `data-size=small`)
0 commit comments