v120.0.0
120.0.0
In this major release, we deleted the elevationOverlayColor property from MDCSemanticColorScheme, added a placeholderColor property to MDCTextControls, added a shapedBorderColor property and a shapedBorderWidth property to MDCShapedView, and made multiple bug fixes.
Breaking changes
ColorScheme
The elevationOverlayColor property has been deleted.
New features
ShapedView
Added shapedBorderColor and shapedBorderWidth properties.
TextControls
Added placeholderColor property.
Component changes
BottomSheet
- Fix bug that was causing messy animation when a keyboard is going to appear after the bottom sheet dismisses. (Alyssa Weiss)
NavigationDrawer
ShadowLayer
- Add example for performance testing. (Cody Weaver)
Shapes
Snackbar
- Add present+dismiss unit test for legacy snackbar. (Yarden Eitan)
- Make imports more explicit (Cody Weaver)
Tabs
- Remove iOS 10 check in accessibilityTrait handling since only iOS 10 + is supported now (Alyssa Weiss)
TextControls
- Add placeholderColor property (Andrew Overton)