Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

v98.0.0

Choose a tag to compare

@randallli randallli released this 18 Dec 12:04
· 1684 commits to stable since this release

98.0.0

In this major release we deleted and deprecated numerous APIs in ActionSheet, BottomNavigation,
Cards, List.
Fix issue with unbounded ink. NavigationDrawer now allows its trackingScrollView to be resettable.

Breaking changes

ActionSheet

Delete inkColor and enableRippleBehavior from MDCActionSheetItemTableViewCell

BottomNavigation

Delete MDCBottomNavigationBarTypographyThemer

New deprecations

List

Deprecate MDCListColorThemer

Deprecate MDCListTypographyThemer

API changes

BottomNavigation

removed class: MDCBottomNavigationBarTypographyThemer. Please use the Theming extension instead.

List

deprecated class: MDCListColorThemer. Please use MaterialList+Theming instead.

deprecated class: MDCListTypographyThemer. Please use MDCSelfSizingStereoCell+MaterialTheming instead. (Note: Typography theming is no longer available as an independent API.)

Component changes

ActionSheet

Banner

BottomNavigation

Cards

Ink

List

NavigationDrawer

Tabs

Multi-component changes