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/guides/upgrade-guide.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,25 @@ The new icons automatically sync with theme changes, support all InstUI color to
78
78
79
79
## API Changes
80
80
81
+
### Breadcrumb
82
+
83
+
#### New tokens
84
+
85
+
- gapSm - Gap spacing for small size breadcrumbs
86
+
- gapMd - Gap spacing for medium size breadcrumbs
87
+
- gapLg - Gap spacing for large size breadcrumbs
88
+
89
+
#### Theme variable changes
90
+
91
+
- theme variable `fontFamily` is now removed (handled in link or text component)
92
+
- theme variable `separatorColor` is now removed (handled in link or text component)
93
+
- theme variable `smallSeparatorFontSize` is now removed (handled in link or text component)
94
+
- theme variable `smallFontSize` is now removed (handled in link or text component)
95
+
- theme variable `mediumSeparatorFontSize` is now removed (handled in link or text component)
96
+
- theme variable `mediumFontSize` is now removed (handled in link or text component)
97
+
- theme variable `largeSeparatorFontSize` is now removed (handled in link or text component)
98
+
- theme variable `largeFontSize` is now removed (handled in link or text component)
99
+
81
100
### RadioInput
82
101
83
102
- Setting `readonly` does not set the low level `<input>` to disabled, but to `readonly`. This also means that the input is still focusable when `readonly`
0 commit comments