Version 0.1.19
What's New:
Fluent V2:
Fix/Enhancement:
1) CCB enhancement for multiline CCB:
a) Added scrollable parameter. When true, CCB become scrollable else it will be drawn within available limit which is case for multiline CCB.
b)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.
Fluent v-current:
Fix/Enhancement:
1) Fix crash by ToolTip.