Skip to content

v110.0.0

Compare
Choose a tag to compare
@codeman7 codeman7 released this 23 Jun 22:23
· 671 commits to stable since this release

In this major release we removed an API from MDCProgressView and fixed bugs in ActionSheet, Dialogs, ProgressView, Ripple, and TextControls.

Breaking changes

In this release we removed the -setMode:animated:completion: method that was added in the previous release.

New features

MDCActionSheetController now announces it has been presented when VoiceOver is enabled.

MDCBottomDrawerViewController now supports coloring the trackingScrollView via the theming extension.

MDCRippleView allows users to query if a ripple was added to a given view.

MDCRippleTouchController allows users to control the creation and reuse of ripple views.

MDCTextControls now support custom padding for the leading and trailing views.

API changes

NavigationDrawer

new method: - applyThemeWithScheme:applyToTrackingScrollView: in MDCBottomDrawerViewController

Ripple

new method: - rippleTouchController:rippleViewAtTouchLocation: in MDCRippleTouchControllerDelegate

new method: + injectedRippleViewForView: in MDCRippleView

TextControls

new property: leadingEdgePaddingOverride in MDCBaseTextArea

new property: trailingEdgePaddingOverride in MDCBaseTextArea

new property: leadingEdgePaddingOverride in MDCBaseTextField

new property: trailingEdgePaddingOverride in MDCBaseTextArea

Component changes

ActionSheet

BottomNavigation

Chips

Dialogs

List

NavigationDrawer

ProgressView

Ripple

TextControls

Typography