v113.2.0
113.2.0
In this minor release we have made minor improvements to BottomNavigation, NavigationDrawer and Tabs.
New features
Adding a new property to MDCBottomDrawerViewController and MDCBottomDrawerContainerViewController that allows for non-fullscreen mobile landscape bottom drawer view.
drawerViewController.shouldDisplayMobileLandscapeFullscreen = false
Component changes
BottomNavigation
- Clarify wording to reflect that enableRippleBehavior is To Be Deprecated and can still be used in new code (Alyssa Weiss)
- Set default horizontal item padding to 0 (Alyssa Weiss)
- Update accessibility logic when switching selected view controllers so that VoiceOver will always switch to a new element visible on screen (Alyssa Weiss)
NavigationBar
- Add example to demonstrate how to to set source for popover alert on iPad. (Bryan Oltman)
- Delete supplemental code from Swift examples (Bryan Oltman)
NavigationDrawer
- Adds shouldDisplayMobileLandscapeFullscreen property to MDCBottomDrawerContainerViewController and MDCBottomDrawerPresentationController to share the property between MDCBottomDrawerContainerViewController and MDCBottomDrawerViewController. (Nobody)
- Replace navigation drawer component README (Andrew Overton)