-
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
a2c5654
commit 254d383
Showing
4 changed files
with
27 additions
and
35 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
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,21 +1,13 @@ | ||
Release Version 0.1.19: | ||
Release Version 0.1.20: | ||
|
||
What's New: | ||
|
||
Fluent V2: | ||
Fix/Enhancement: | ||
1) CCB enhancement for multiline CCB: | ||
Added scrollable parameter. When true, CCB become scrollable else it will be drawn within available limit which is case for multiline CCB. | ||
Added weight parameter in CommandGroup to modify the CCB groups width. Weight is applicable only when scrollable is false for multiline CCB design. | ||
2) Drawer(Bottom) enhancement: | ||
a) Drawer to have 2 behavior for Bottom drawer: BOTTOM, BOTTOM_SLIDE_OVER. | ||
b) Updated Behaviour enum: | ||
Behaviour.LEFT -> Behaviour.LEFT_SLIDE_OVER | ||
Behaviour.RIGHT -> Behaviour.RIGHT_SLIDE_OVER | ||
Behaviour.BOTTOM -> Behaviour.BOTTOM_SLIDE_OVER. | ||
3) Bug fix in semantic modifier to call confirmStateChange with correct state in BottomSheet. | ||
4) Revamp of V2 Drawer Activity to demonstrate all the capability of Drawer. | ||
1) Move from FontInfo to textStyle for a better Material Integration. | ||
2) Updated Global Tokens. | ||
3) Fix Formatting for Pill Bar. | ||
|
||
Fluent v-current: | ||
Fluent VCurrent: | ||
Fix/Enhancement: | ||
1) Fix crash by ToolTip. | ||
1) Remove non-nullable force assert from CCB's Long Click Listener |
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