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

v85.12.0

Choose a tag to compare

@romoore romoore released this 01 Aug 15:44
· 2595 commits to stable since this release

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

Banner

Multi-component changes