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

v117.0.0

Choose a tag to compare

@andrewoverton andrewoverton released this 28 Sep 18:57
· 327 commits to stable since this release

In this major release, we deleted the buttonFont property on MDCAlertController, added the accessoryViewHorizontalInset property to MDCAlertControllerView, made minor bug fixes, and deprecated numerous APIs across multiple components.

Breaking changes

Dialogs

The buttonFont property on MDCAlertController has been deleted. To set a button font in a dialog use the -buttonForAction: method to get the button, then call -setFont: on its titleLabel.

New deprecations

This release contains deprecations in ButtonBar, FeatureHighlight, NavigationBar, FlexibleHeader, AppBar, ThumbTrack, and TabBar. See the component section for specifics.

New features

Dialogs

Dialogs has a new accessoryViewHorizontalInset API.

Component changes

ActivityIndicator

AppBar

ButtonBar

Dialogs

FeatureHighlight

FlexibleHeader

NavigationBar

Tabs

TextControls

private/Math

private/ThumbTrack

Multi-component changes