-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96074ee
commit 85838dc
Showing
4 changed files
with
42 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
Release Version 0.1.30: | ||
Release Version 0.1.31: | ||
|
||
What's New: | ||
|
||
Fluent V2: | ||
Components: | ||
1. V2 ToolTip | ||
1. V2 Chip | ||
2. V2 Side Rail | ||
|
||
Fix/Enahncement: | ||
1. Listitem: Trailing accessory view is now shown when bottomContent parameter is used | ||
2. PersonChip: Fixed talkback not announcing chip state | ||
3. PeoplePicker: PeoplePicker now uses V2TextField internally | ||
Removed view requester that causes crash | ||
Replaced composable accessory views with Fluenticons (breaking change) | ||
4. TextField: TextField now has decorationBox and content description parameter | ||
5. Shimmer: Shimmer now supports adding content. This allows shimmer animation on any content | ||
6. FileCard: FileCard now honour's incoming width measurements. max and min width can be set. | ||
7. AppABr: Added parameter to enable bottom border | ||
8. Badge: Added corner radius token | ||
9. Improvements in UI test coverage | ||
10. Fixed Appbar and Button crash | ||
|
||
|
||
Demo App: | ||
1. Demo app revamped | ||
Fix/Enhancement: | ||
1. ListItem: | ||
a) Fixed unread dot alignment | ||
b) Fix: If onClick is not provided then ListItem will not be clickable. | ||
2. BottomDrawer: | ||
a) Added ModalPopUp in Core module & used in BottomDrawer which has window flag set to work with IME. | ||
b) Added windowInset parameter to BottomDrawer to control window insets. | ||
3. TextField now has readOnly and enabled parameter | ||
4. ControlInfo class for component is now Open to extend | ||
5. Added "ControlType" suffix in ControlType enums in ControlTokens class. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters