Ui Fabric Android Versions Save

This repo has been moved. See website for new url.

0.2.12

4 years ago

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

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • New BottomSheet control
  • ListItemView: new "Large Header" style via CustomViewSize.LARGE
  • PersonaView is now based on ListItemView

0.2.7

4 years ago
  • New Drawer
  • New ListItemView, ListSubHeaderView, and ListItemDivider

0.2.6

4 years ago
  • Snackbar: support for custom view
  • New Circular Progress styles
  • Bug fixes and minor improvements

0.2.4

5 years ago
  • DateTimePickerDialog: full accessibility support
  • AvatarView: new square style, updated demo
  • Bug fixes and minor improvements

0.2.3

5 years ago
  • Bug fixes and minor improvements

0.2.2

5 years ago
  • Fixed the issue with dependencies not being found at runtime