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
1) Update FluentIcon to have tint as parameter. This take precedence before token value, if provided.
9
-
2) Accessibility bugfix on Progress Indicator, ListItem
10
-
3) RTL support in Progress Indicator.
11
-
4) Design token update.
5
+
Fluent V2:
6
+
Fix/Enhancement:
7
+
1) Added slideOver mode parameter in BottomSheet API. Default value true in which sheetContent slide over to visible region. When slideOver mode is false then sheetContent get fixed height (peek height, fullheight when expanded) scrollable bottomsheet container as per state placed at bottom of screen.
8
+
2) Fix Radio button color on Long press.
9
+
3) Switch animation parity with RN.
10
+
4) Token Update for FAB.
12
11
13
12
14
13
Fluent V1 (v-current):
15
14
Fix:
16
-
1) Added setView in CommandItem interface which is used by recycler view to set reference of view of command item.
0 commit comments