Skip to content

Commit

Permalink
Hand-modified CHANGELOG.md API diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarneo committed Aug 12, 2020
1 parent 15ec337 commit c0d7fb8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# #develop#
# 113.0.0

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.

Replace this text with a summarized description of this release's contents.
## Breaking changes

Replace this explanations for how to resolve the 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

Replace this text with links to deprecation guides.
## New features
* We have deprecated some MDCSnackbarManager class methods. Please use MDCSnackbarManager.defaultManager and their corresponding instance methods instead.

Replace this text with example code for each new feature.
## API changes

*modified* property: `visibleAreaInsets` in `MDCChipView` to be `readonly`.

## Component changes

### Chips
Expand Down Expand Up @@ -39,13 +42,13 @@ Replace this text with example code for each new feature.
### private/ThumbTrack

* [Move primaryColor to the ToBeDeprecated category.](https://github.com/material-components/material-components-ios/commit/79e16bbf1fb0c519007df0a12b5c66a0da6354c1) (Jeff Verkoeyen)
* [Turn centerVisibleArea on on ThumbView to ensure its minimum touch target size.](https://github.com/material-components/material-components-ios/commit/ab519cac9fef728d8b2a08552f6603634a411c3e) (Wenyu Zhang)

## Multi-component changes

* [Drop support for iOS 9.](https://github.com/material-components/material-components-ios/commit/d7ff705337e62a33e31494ffd58d20239aff80ce) (Jeff Verkoeyen)
* [Enable Catalyst support for the catalogs.](https://github.com/material-components/material-components-ios/commit/8cea56b40566532b579110e7639be40c52e01e0c) (featherless)
* [Replace tabs docs](https://github.com/material-components/material-components-ios/commit/0448a330e3f5efe8e5581e31fd1b3fc7a5add79b) (Andrew Overton)
* [Turn centerVisibleArea on on ThumbView to ensure its minimum touch target size.](https://github.com/material-components/material-components-ios/commit/ab519cac9fef728d8b2a08552f6603634a411c3e) (Wenyu Zhang)

---

Expand Down

0 comments on commit c0d7fb8

Please sign in to comment.