Skip to content

v113.0.0

Compare
Choose a tag to compare
@yarneo yarneo released this 12 Aug 13:52
· 477 commits to stable since this release

In this major release we have dropped support for iOS 9.0, added support to Catalyst for our catalogs, and enlarged the minimum touch target of the thumb view of our Slider component.

Breaking changes

  • We have dropped support for iOS 9, our minimum iOS version is now set to 10.0.
  • MDCChips visibleAreaInsets property is now set to read only.

New deprecations

  • We have deprecated some MDCSnackbarManager class methods. Please use MDCSnackbarManager.defaultManager and their corresponding instance methods instead.

API changes

modified property: visibleAreaInsets in MDCChipView to be readonly.

Component changes

Chips

Slider

Snackbar

Tabs

TextControls

private/ThumbTrack

Multi-component changes