Skip to content

Commit

Permalink
Automatic changelog preparation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenyu Zhang committed Oct 29, 2020
1 parent 584294e commit c3c00c5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Do not merge this version into `stable`. # DO NOT CHANGE THIS FILE
snapshot_test_goldens/**/*.png filter=lfs diff=lfs merge=lfs -text # DO NOT EDIT THE LINE BELOW.
.gitattributes merge=gitattributes
# DO NOT CHANGE THIS FILE
# DO NOT EDIT THE LINE BELOW.
/.gitattributes merge=gitattributes
# DO NOT EDIT THE LINE ABOVE.
#
# You can of course edit this file, but make sure you understand what you are
# doing. This file defines a custom filter driver that prevents snapshot test
# images from being merged into `stable`. Snapshot test images are only
# valuable in `develop` because they are only intended to help developers
# identify changes in the appearance of the library.
#
# Before you change this file, please carefully consider whether such a change
# is actually necessary. When you do change this file, it should almost always
# be done in a dedicated commit directly on the `stable` branch and not part
# of a release. If you see this file being changed as part of a release,
# block the release and work with the releaser to ensure that the change needs
# to be propagated from the `develop` branch to the `stable` branch. In nearly
# all cases, it should not be propagated from `develop` to `stable`.
#
# If you are a releaser and see this file change and you're not sure why, you
# might have accidentally skipped [setting the correct
# driver in your cloned
# repository](https://github.com/material-components/material-components-ios/blob/develop/contributing/releasing.md#configure-the-merge-strategy-for-gitattributes).
# If that's the case, please either revert the accidental change manually or
# restart the release with a fresh clone and the correct driver.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# #develop#

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

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

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

## Component changes

### Banner

* [Replace banners docs](https://github.com/material-components/material-components-ios/commit/1ec910c31f5f6afd511ff030e79a80f6cfc4f0b1) (Andrew Overton)

### Buttons

* [Add extra width to buttons with text and image when UIAccessibilityIsBoldTextEnabled is true.](https://github.com/material-components/material-components-ios/commit/cf28c8191eeeaf03b0cd66865b4cd6368782a9ec) (Bryan Oltman)

### Dialogs

* [Support value comparison for MDCAlertAction](https://github.com/material-components/material-components-ios/commit/584294efffea830cb0f86ad061296f55cf1537e5) (Nobody)

### Snackbar

* [Update MDCSnackbarManagerDelegate presentation lifecycle methods to declare a nonnull MDCSnackbarMessageView.](https://github.com/material-components/material-components-ios/commit/0c6adf0080fd7acba535ec667576855a90c386c9) (Yarden Eitan)

### Tabs

* [Remove notion of max item width from TabBarView and MDCTabBarViewItemView](https://github.com/material-components/material-components-ios/commit/a60852c53ffd138f6b1bfcde8beb8a15e0811252) (Alyssa Weiss)

---

# 118.1.0

In this minor release, we have made several improvements to the TextControls component.
Expand Down

0 comments on commit c3c00c5

Please sign in to comment.