v110.2.0
In this minor release, we annotated several APIs as to be deprecated in BottomNavigation, Chips, Dialogs, FlexibleHeader, and NavigationBar. We also made improvements and bug fixes to Dialogs, NavigationDrawer, and TextControls.
Component changes
BottomNavigation
- Mark more apis as to-be-deprecated. (Jeff Verkoeyen)
Chips
- Mark more apis as to-be-deprecated. (Jeff Verkoeyen)
Dialogs
- Add title icon examples (Galia Kaufman)
- Adding dynamic type to accessory view examples (Galia Kaufman)
- Fix position of leading/trailing actions in vertical layout (Galia Kaufman)
- Fix title icon resize on orientation change (Galia Kaufman)
- Fixing alignment examples. (Galia Kaufman)
- Mark more apis as to-be-deprecated. (Jeff Verkoeyen)
- Merge typical use examples (Galia Kaufman)
- Moving attributed message example out from accessory view examples (Galia Kaufman)
- Testing trailing actions in reversed vertical order (Galia Kaufman)
- Use API_AVAILABLE instead of
#if defined (__IPHONE_10_0)
etc (Andrew Overton)
FlexibleHeader
NavigationBar
- Mark more apis as to-be-deprecated. (Jeff Verkoeyen)
NavigationDrawer
- Fix bug where MDCBottomDrawerContainerViewController has the size of the screen instead of the window when in iPad Slide Over. (Nobody)
- Update the MDCBottomDrawerViewController MDC themer to use dynamic colors. (Jake Rockland)
TextControls
- Make text areas respond to width changes (Andrew Overton)
- Make text areas shorter when there is no floating label (Andrew Overton)
private/Math
Multi-component changes
- Internal change (Wenyu Zhang)
- Mark more apis as to-be-deprecated. (Jeff Verkoeyen)