This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Release 41.0.0
API changes
Dialogs
new class: MDCDialogTransition.
Ink
breaking changed property signature: MDCInkView's inkColor from null_resettable to nonnull.
new property: usesLegacyInkRipple.
Snackbar
breaking MDCSnackbarMessage's public APIs have all been annotated with nullability annotations.
TextFields
new class: MDCIntrinsicHeightTextView.
changed property signature: MDCMultilineTextField's textView changed from UITextView to MDCIntrinsicHeightTextView.
Component changes
BottomAppBar
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
Buttons
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
Dialogs
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
- Migrate to Material Motion. (#2481) (featherless)
FeatureHighlight
Changes
- Minor fix of comment block notation. (#2503) (featherless)
FlexibleHeader
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
Ink
Changes
- Retrofit new ink layer with updated animation into existing ink API (#2488) (Junius Gunaratne)
MaskedTransition
Changes
- Bump the transitioning dependency to v5.0.0 (#2525) (featherless)
PageControl
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
ProgressView
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
ShadowElevations
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
- [Shadow*] Add BUILD files for shadow components. (#2510) (featherless)
ShadowLayer
Changes
- Add support for implicitly animating the shadow layer's elevation using MotionAnimator. (#2509) (featherless)
- [Shadow*] Add BUILD files for shadow components. (#2510) (featherless)
Slider
Changes
- Fixed some compiler warnings (#2426) (Randall Li)
Snackbar
Changes
Tabs
Changes
- Add missing import (#2534) (featherless)
- Fixed some compiler warnings (#2426) (Randall Li)
TextFields
Changes
- Adding legacy storyboard. (#2517) (Will Larche)
- Correcting class of the textview to match the new class required for MDCMultilineTextField. (#2519) (Will Larche)
- Fixes bug: multiline having ambiguous height in the text view (#2489) (Will Larche)
- TrailingView tests. (#2516) (Will Larche)
- Updating encoding and copying. (#2515) (Will Larche)
Typography
Changes
- Fixed some compiler warnings (#2426) (Randall Li)