Skip to content

v121.0.0

Compare
Choose a tag to compare
@randallli randallli released this 27 Jan 17:27
· 141 commits to stable since this release

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

Buttons

Chips

Dialogs

List

ProgressView