v121.0.0
121.0.0
In this major release, we added a scrollViewBounce
property and a adjustHeightForSafeAreaInsets
property to BottomSheets, added a shouldAutorotateOverride
property, a preferredInterfaceOrientationForPresentationOverride
property, a supportedInterfaceOrientationsOverride
property, and a modalTransitionStyleOverride
property to MDCAlertController, and converted progressTintColors
property on MDCProgressView to use light weight generics.
Breaking changes
ProgressView
MDCProgressView's property progressTintColors
started using light weight generics so values pass in need to be typed correctly.
New features
BottomSheet
Bottom sheets have new propertie that turn off the overscroll and safe area insets.
Dialogs
Added a shouldAutorotateOverride
property, a preferredInterfaceOrientationForPresentationOverride
property, a supportedInterfaceOrientationsOverride
property, and a modalTransitionStyleOverride
property to MDCAlertController.
ProgressView
Converted progressTintColors
property on MDCProgressView to use light weight generics.
Component changes
BottomSheet
- Add BOOL property for whether or not the height of the bottom sheet should adjust for safe area insets. (Alyssa Weiss)
- Add flag that turns off simulated bouncing when there isn't a tracking scroll view (Andrew Overton)
Buttons
- Add documentation for Enums. (Cody Weaver)
Chips
- Add docs for MDCChipField (Andrew Overton)
Dialogs
List
ProgressView
- Add Objective-C generics to MDCProgressView (Andrew Overton)