Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Releases: OfficeDev/ui-fabric-android

0.2.12

26 Aug 23:04
Compare
Choose a tag to compare

AvatarView:

  • support for custom background color

PeoplePickerView:

  • ability to show placeholder text
  • ability to have a character threshold of 0 to show suggestion list immediately on focus

New PopupMenu

Drawer:

  • new OnDismissListener

BottomSheet:

  • OnBottomSheetItemClickListener => BottomSheetItem.OnClickListener and its parameter type changed from Int to BottomSheetItem
  • new OnDismissListener

Drawer/DrawerDialog/BottomSheet/BottomSheetDialog:

  • theming through new style attributes and
    • constructor parameter for a custom theme for DrawerDialog/BottomSheetDialog
    • or by using setStyle for Drawer/BottomSheet

0.2.11

06 Aug 22:00
Compare
Choose a tag to compare
  • ListItemView: added "ripple" effect for selection state
  • BottomSheetDialog: fixed automatic dismiss bug
  • BottomSheet demo: fixed memory leak
  • Upgraded min SDK to API 21

0.2.10

22 Jul 22:07
Compare
Choose a tag to compare
  • New DrawerDialog and BottomSheetDialog for use on activities that do not support dialog fragments
  • Drawer and Bottom Sheet now show "handle" UI for slide-down dismissal

0.2.9

10 Jul 21:53
Compare
Choose a tag to compare
  • BottomSheet: support for double line items
  • Drawer: fixed a clipping issue with content showing over rounded top corners
  • ListSubHeaderView: new gray title color style

0.2.8

20 Jun 23:52
Compare
Choose a tag to compare
  • New BottomSheet control
  • ListItemView: new "Large Header" style via CustomViewSize.LARGE
  • PersonaView is now based on ListItemView

0.2.7

11 Jun 18:41
Compare
Choose a tag to compare
  • New Drawer
  • New ListItemView, ListSubHeaderView, and ListItemDivider

0.2.6

04 Jun 02:09
Compare
Choose a tag to compare
  • Snackbar: support for custom view
  • New Circular Progress styles
  • Bug fixes and minor improvements

0.2.4

15 May 22:14
Compare
Choose a tag to compare
  • DateTimePickerDialog: full accessibility support
  • AvatarView: new square style, updated demo
  • Bug fixes and minor improvements

0.2.3

03 May 23:56
Compare
Choose a tag to compare
  • Bug fixes and minor improvements

0.2.2

02 May 01:14
Compare
Choose a tag to compare
  • Fixed the issue with dependencies not being found at runtime