This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Releases: OfficeDev/ui-fabric-android
Releases · OfficeDev/ui-fabric-android
0.2.12
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 fromInt
toBottomSheetItem
- 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
forDrawer
/BottomSheet
- constructor parameter for a custom theme for
0.2.11
ListItemView
: added "ripple" effect for selection stateBottomSheetDialog
: fixed automatic dismiss bug- BottomSheet demo: fixed memory leak
- Upgraded min SDK to API 21
0.2.10
- New
DrawerDialog
andBottomSheetDialog
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
- 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
- New
BottomSheet
control ListItemView
: new "Large Header" style viaCustomViewSize.LARGE
PersonaView
is now based onListItemView
0.2.7
- New Drawer
- New ListItemView, ListSubHeaderView, and ListItemDivider
0.2.6
- Snackbar: support for custom view
- New Circular Progress styles
- Bug fixes and minor improvements
0.2.4
- DateTimePickerDialog: full accessibility support
- AvatarView: new square style, updated demo
- Bug fixes and minor improvements
0.2.3
- Bug fixes and minor improvements
0.2.2
- Fixed the issue with dependencies not being found at runtime