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

v84.3.0

Choose a tag to compare

@galiak11 galiak11 released this 23 May 21:03
· 3100 commits to stable since this release

This minor release adds new theming extensions for Lists and minor bug fixes and documentation updates to multiple components.

New features

Theming extensions are now available for Lists:

let cell = MDCSelfSizingStereoCell()
let scheme = MDCContainerScheme()

cell.applyTheme(withScheme: scheme)

API changes

Chips

MDCChipView

modified class: MDCChipView

new property: mdc_legacyFontScaling in MDCChipView

List+Theming

New extension.

Changes

Buttons

Chips

FlexibleHeader

List

NavigationDrawer

ProgressView

Multi-component changes