v112.1.0
This minor change introduces two new features and fixes crashes due to UIPointerInteraction use in
iOS 13 betas.
New features
BottomDrawer's MDCBottomDrawerPresentationControllerDelegate has a new method,
bottomDrawerDidTapScrim:
. This method is invoked when the user taps the background behind the
bottom drawer.
MDCBaseTextFieldDelegate and its sole method, baseTextFieldDidDeleteBackward:
have been added to
TextControls.
API changes
Component changes
Banner
- Add setUp and tearDown to AppBarBannerExample to avoid flaky testing result. (Wenyu Zhang)
- Remove AppBar example snapshot tests because the animation involved causes flakiness. (Wenyu Zhang)
BottomAppBar
- Update links in README (Andrew Overton)
BottomNavigation
NavigationDrawer
Shapes
- Add a snapshot test for small path rendered in a large bounding box with same borderWidth and cornerRadius. (Wenyu Zhang)
- Use the path's boundingBox to determine the scale used when borderWidth is deducted from the path. (Wenyu Zhang)
TextControls
- Add MDCBaseTextFieldDelegate (Nobody)
- Add typical use example (Andrew Overton)
Multi-component changes
- Add checks for existence of UIPointerInteraction class to avoid iOS 13 beta crashes (Bryan Oltman)
- Fix Cocoapods/compilation issues (Andrew Overton)
- Internal change. (Jeff Verkoeyen)
- Remove AppBar example snapshot tests because the animation involved causes flakiness. (Wenyu Zhang)