Skip to content

Releases: microsoft/fluentui-android

Release Version 0.1.21

28 Feb 04:20
Compare
Choose a tag to compare

What's New:

Fluent VCurrent:
Fix/Enhancement:
1) Fix CCB's Long Click Listener

Release Version 0.1.20

28 Feb 04:18
254d383
Compare
Choose a tag to compare

Release Version 0.1.20:

What's New:

Fluent V2:
Fix/Enhancement:
1) Move from FontInfo to textStyle for a better Material Integration.
2) Updated Global Tokens.
3) Fix Formatting for Pill Bar.

Fluent VCurrent:
Fix/Enhancement:
1) Remove non-nullable force assert from CCB's Long Click Listener

Version 0.1.19

13 Feb 10:40
765da8c
Compare
Choose a tag to compare

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.

Version 0.1.18

03 Feb 05:50
8321548
Compare
Choose a tag to compare

What's New:

Fluent V2:
Fix/Enhancement:
1. Added cutout slot for Avatar to show badges.
2. Added unread dot support in ListItem.
3. Fix talkback announcement for Avatar.
4. Fix V2 Badge activity to show badges in scrollable row.
5. Fix V2 AvatarCarousel activity to have focus on AvatarCarousel item.

v0.1.17

28 Jan 17:23
68af387
Compare
Choose a tag to compare

Release Version 0.1.17:

What's New:

Fluent V2:
Fix/Enhancement:
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.
2) Fix Radio button color on Long press.
3) Switch animation parity with RN.
4) Token Update for FAB.

Fluent V1 (v-current):
Fix:
1) Reset tint color in CCB viewholder.

v0.1.16

24 Jan 05:21
Compare
Choose a tag to compare

Release Version 0.1.16:

What's New:

Fluent V2 :
Controls: Release V2 AppBar, V2 TabBar, V2 Badge
Fix:

  1. Update FluentIcon to have tint as parameter. This take precedence before token value, if provided.
  2. Accessibility bugfix on Progress Indicator, ListItem
  3. RTL support in Progress Indicator.
  4. Design token update.

Fluent V1 (v-current):
Fix:

  1. Added setView in CommandItem interface which is used by recycler view to set reference of view of command item.

v0.1.15

20 Jan 06:14
Compare
Choose a tag to compare

Release Version 0.1.15:

What's New:

Fluent V2 :
Controls: Release V2 SearchBar, V2 Persona Chip
Fix:
1) Accessibility bug fix in V2 ListItem.
2) Code refractor & enhancement.

Fluent V1 (v-current):
Fix:
1) Fix issue of PeoplePickerView where it show incorrect avatar in persona list on change of query text.
2) Remove unused tokenautocomplete dependency from calendar and others modules.

v0.1.14

20 Jan 06:13
Compare
Choose a tag to compare

Release Version 0.1.14:

What's New:

Fluent V2 :
Fix: bump-up version for fluentui_listItem to release aars out of build system.

v0.1.13

07 Dec 11:36
520dbd6
Compare
Choose a tag to compare

Release Version 0.1.13:

What's New:

Fluent V2:
New Controls:
1 Segmented Control: PillBar, PillTab, PillSwitch
2 LinearProgressIndicator
3 CircularProgressIndicator
4 Shimmer (Box & Circle)
5 Divider
6 Header (in ListItem)
7 ListContentBuilder

Fix:
1) Accessibility bugfix on button control & demo app activity.
2) Bottom type Drawer will hug the content when content size changes dynamically.

Fluent V1:
Fix: Tooltip color update fix.
Feature: Expose CommandItem as View.

v0.1.12

28 Nov 06:49
fca7ed2
Compare
Choose a tag to compare

Release Version 0.1.12:

What's New:

Fluent V2 :

  • Segmented Control Implementation
  • Section Header State saving on Orientation Change
  • Accessibility Issues Fix for Controls Module
  • Code Improvement for Controls Module.

Fluent V1:

  • Accessory Image in SheetItem and BottomSheetItem. To be shown in trailing position in vertical List.