Skip to content

v112.0.0

Compare
Choose a tag to compare
@jverkoey jverkoey released this 31 Jul 13:50
· 525 commits to stable since this release

This major releases deletes several deprecated APIs, expands Ripple support, and fixes several bugs.

Breaking changes

Buttons' MDCTitleColorAccessibilityMutator and FeatureHighlight's
MDCFeatureHighlightAccessibilityMutator have been deleted. There are no official replacements for
these APIs.

MDCHeaderStackViewColorThemer has been deleted. There is no replacement for this API; use the
AppBar Theming APIs instead.

MDCSnackbarFontThemer and MDCSnackbarTypographyThemer have been deleted. Use the Snackbar
Theming APIs instead.

New features

Buttons has several new Ripple APIs, including rippleStyle, rippleColor, rippleEdgeInsets,
and rippleMaximumRadius. These APIs are intended to act as replacements for the similar Ink APIs.

Chips similarly has added a rippleForState API.

TabBarView now has a Theming extension.

TextControls now expose a preferredContainerHeight API.

API changes

Component changes

BottomAppBar

BottomNavigation

ButtonBar

Buttons

Chips

Dialogs

FeatureHighlight

HeaderStackView

ProgressView

Shapes

Slider

Snackbar

Tabs

TextControls

private/Snapshot

private/TextControlsPrivate

private/ThumbTrack

schemes/Shape

Multi-component changes