Skip to content

v109.8.0

Compare
Choose a tag to compare
@codeman7 codeman7 released this 15 Jun 21:54
· 695 commits to stable since this release

In this minor release we added indeterminate mode to MDCProgressView. As well as various bug fixes to ActionSheet, Banner, Dialog, and TextFields components.

New features

MDCProgressView now supports indeterminate mode.

MDCProgressView *progressView = [[MDCProgressView alloc] init];
progressView.mode = MDCProgressViewModeIndeterminate;
[progressView startAnimating];

API changes

Buttons

new property: defaultContentEdgeInsets in MDCButton

ProgressView

new enum: MDCProgressViewMode

new property: mode in MDCProgressView

new property: animating in MDCProgressView

new method: setMode:animated:completion: in MDCProgressView

new method: startAnimating in MDCProgressView

new method: stopAnimating in MDCProgressView

Component changes

ActionSheet

Banner

Buttons

Dialogs

ProgressView

Tabs

TextFields

private/TextControlsPrivate

Multi-component changes