Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Jul 30, 2020
1 parent db21699 commit dccdeb4
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
# #develop#
# 112.0.0

This major releases deletes several deprecated APIs, expands Ripple support, and fixes several bugs.

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

Replace this explanations for how to resolve the breaking changes.
## New deprecations
Buttons' `MDCTitleColorAccessibilityMutator` and FeatureHighlight's
`MDCFeatureHighlightAccessibilityMutator` have been deleted. There are no official replacements for
these APIs.

`MDCHeaderStackViewColorThemer` has been deleted. There is no replacement for this API; use the
AppBar Theming APIs instead.

`MDCSnackbarFontThemer` and `MDCSnackbarTypographyThemer` have been deleted. Use the Snackbar
Theming APIs instead.

Replace this text with links to deprecation guides.
## New features

Replace this text with example code for each new feature.
Buttons has several new Ripple APIs, including `rippleStyle`, `rippleColor`, `rippleEdgeInsets`,
and `rippleMaximumRadius`. These APIs are intended to act as replacements for the similar Ink APIs.

Chips similarly has added a `rippleForState` API.

TabBarView now has a Theming extension.

TextControls now expose a `preferredContainerHeight` API.

## API changes

## Component changes
Expand Down

0 comments on commit dccdeb4

Please sign in to comment.