Skip to content

v109.6.0

Compare
Choose a tag to compare
@andrewoverton andrewoverton released this 03 Jun 17:31
· 757 commits to stable since this release

This minor release adds new functionality to NavigationDrawer, ActionSheet, and Dialogs, and adds accessibility improvements to Buttons, Chips, and private/Color.

New deprecations

While there are no new deprecations in this release, the hitAreaInsets APIs on MDCChipView and MDCButton have been moved to a ToBeDeprecated category. hitAreaInsets will eventually be deprecated across components. Its replacement, visibleHitAreaInsets, is in the process of being added to all relevant components.

New features

ActionSheet

  • MDCActionSheetControllerDelegate has a new method, -actionSheetController:willDisplayView:forRowAtIndexPath:.

Buttons

  • MDCButton has a new visibleHitAreaInsets property.

Chips

  • MDCChipView has a new visibleHitAreaInsets property.

Dialogs

  • MDCAlertController has a new attributedMessageAction property.

NavigationDrawer

  • MDCBottonDrawerPresentationController has a new maximumDrawerHeight property.

Component changes

ActionSheet

AppBar

Banner

Buttons

Chips

Dialogs

FeatureHighlight

FlexibleHeader

NavigationDrawer

Shapes

Tabs

private/Color

Multi-component changes