This repository was archived by the owner on Dec 11, 2025. It is now read-only.
v85.12.0
This minor release introduces Material Elevation support for ActionSheet and Banner (Beta). It also includes performance improvements for Ink and Ripple.
New features
Support for Material Elevation expanded to two more components. APIs to support
overriding the computed value for mdc_baseElevation and to respond to
elevation changes are available. Assigning an elevationDidChangeBlock on a
supported component enables code to be executed whenever the component's
elevation changes. This may include state-based elevation changes (like
pressing on a Chip) or when the component's elevation value is changed
programmatically.
Changes
ActionSheet
- Add MaterialElevation support (#8111) (Cody Weaver)
Banner
- Add MaterialElevation support (#8142) (Cody Weaver)
Multi-component changes
- Use static default colors (#8146) (Cody Weaver)