Skip to content

v119.0.0

Compare
Choose a tag to compare
@jverkoey jverkoey released this 06 Nov 19:10
· 264 commits to stable since this release

This major release removes a deprecated MDCFloatingButton API, deprecates MDCTabBar, and provides
enhancements to MDCButton and Tabs.

Breaking changes

MDCFloatingButton's setVisibleAreaInsets:forShape:inMode: API has been removed. Use
setCenterVisibleArea:forShape:InMode: instead.

New deprecations

MDCTabBar has been deprecated. Please use MDCTabBarView instead.

New features

MDCFloatingButton now has a shape property that can be used to change the button's shape.

MDCButton now has a visibleAreaLayoutGuide property that can be used to align content against the
button's visible area using AutoLayout.

Component changes

Buttons

Tabs

TextControls