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
codeman7 committed Jun 22, 2020
1 parent feddcae commit 836ea76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 110.0.0

In this major release we removed an API from `MDCProgressView`. As well as various bug fixes to ActionSheet, Dialog, ProgressView, Ripple and TextControls components.
In this major release we removed an API from `MDCProgressView` and fixed bugs in ActionSheet, Dialogs, ProgressView, Ripple, and TextControls.

## Breaking changes

In this release we removed the `setMode:animated:completion:` that was added in the previous release.
In this release we removed the `-setMode:animated:completion:` method that was added in the previous release.

## New features

Expand All @@ -22,13 +22,13 @@ In this release we removed the `setMode:animated:completion:` that was added in

### NavigationDrawer

*new* method: `applyThemeWithScheme:applyToTrackingScrollView:` in `MDCBottomDrawerViewController`
*new* method: `- applyThemeWithScheme:applyToTrackingScrollView:` in `MDCBottomDrawerViewController`

### Ripple

*new* method: `rippleTouchController:rippleViewAtTouchLocation:` in `MDCRippleTouchControllerDelegate`
*new* method: `- rippleTouchController:rippleViewAtTouchLocation:` in `MDCRippleTouchControllerDelegate`

*new* method: `injectedRippleViewForView:` in `MDCRippleView`
*new* method: `+ injectedRippleViewForView:` in `MDCRippleView`

### TextControls

Expand Down

0 comments on commit 836ea76

Please sign in to comment.