Skip to content

v108.1.0

Compare
Choose a tag to compare
@jverkoey jverkoey released this 13 Apr 15:46
· 977 commits to stable since this release

This minor release improves our support of the new iPadOS cursor APIs, deprecates a themer, and
adds the ability to animate a floating button's mode.

New deprecations

BottomSheet's ShapeThemer is now deprecated.

New features

Improved UIPointerInteraction support for ActionSheet, Buttons, and Dialogs.

MDCFloatingButton has a new animated API for animating the mode from normal to expanded.

[button setMode:MDCFloatingButtonModeExpanded animated:YES];

API changes

Component changes

ActionSheet

BottomSheet

Buttons

Dialogs

Ripple

TextControls

Multi-component changes