This repository was archived by the owner on Dec 11, 2025. It is now read-only.
v98.0.0
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
- Delete inkColor and enableRippleBehavior from MDCActionSheetItemTableViewCell (#9240) (Bryan Oltman)
Banner
BottomNavigation
- Use NotoNastaliq for Arabic/RTL tests. (#9260) (Robert Moore)
- delete-MDCBottomNavigationBarTypographyThemer (#9234) (Andrew Overton)
Cards
- Remove references to Themer from README (#9261) (Bryan Oltman)
Ink
- Fix issue with unbounded ink (#9254) (Andrew Overton)
List
- Deprecaet MDCListColorThemer (#9265) (Galia Kaufman)
- Deprecate MDCListTypographyThemer (#9269) (Galia Kaufman)
- Remove usage of MDCListTypographyThemer within our library (#9189) (Galia Kaufman)
NavigationDrawer
- Resolve runtime warning from example in iOS… (#9251) (Yarden Eitan)
- allow trackingScrollView to be resettable (#9206) (Yarden Eitan)
Tabs
- removed build file dep that was deleted but the colorThemer revert accidentally readd it (#9278) (Randall Li)
Multi-component changes
- Add Swift example for MDCTabBarView (#9246) (Bryan Oltman)