Skip to content

Commit

Permalink
Merge branch 'release-candidate' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
galiak11 committed Dec 7, 2020
2 parents 7c796eb + 30f193b commit 9aa3774
Show file tree
Hide file tree
Showing 58 changed files with 1,345 additions and 810 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# 119.2.0

In this minor release we deprecated hitAreaInsets APIs in Buttons, FloatingButtons, and Chips, and introduced minor bug fixes and documentation updates.

## API changes

### hitAreaInsets APIs

* hitAreaInsets APIs are deprecated in Buttons, FloatingButtons, and Chips.

## Component changes

### Buttons

* [Fix bug where updating MDCButton's title case does not affect attributed titles.](https://github.com/material-components/material-components-ios/commit/9a8399a5660146ca5f12289412aa68b6ea5f0405) (Bill Griesau)

### NavigationDrawer

* [Removed a condition for `presentingViewYOffset` in `MDCBottomDrawerContainerViewController`](https://github.com/material-components/material-components-ios/commit/1d2349b616ed4d24b5a66aadbfeb11d52849d9a1) (Nobody)

### Shapes

* [Fix CGPath memory leaks under -[MDCShapedShadowLayer generateColorPathGivenLineWidth]](https://github.com/material-components/material-components-ios/commit/0118f4a52f8cd03bb95f888a57e064f01096ff2e) (Nobody)

## Multi-component changes

* [Add ProgressIndicators.md for material.io](https://github.com/material-components/material-components-ios/commit/f1d4dd25f0688437caf9e5527a9ea44bb67e72cd) (Andrew Overton)
* [Audit recent docs changes, part 1 Closes https://github.com/material-components/material-components-ios/pull/10132](https://github.com/material-components/material-components-ios/commit/8d8763ef717236005cdb7300e1c712038a337f72) (Andrew Overton)
* [Audit recent docs changes, part 2](https://github.com/material-components/material-components-ios/commit/62ccb5c72fb6822c7199abbeeafcba8dd61e34e0) (Andrew Overton)
* [Deprecate hitAreaInsets APIs from MDCButton, MDCFloatingButton, and MDChipView.](https://github.com/material-components/material-components-ios/commit/a3d1aa132e97f4317320abf58e8c8496315319b4) (Wenyu Zhang)

---

# 119.1.3

In this patch release we updated the Tabs API and made documentation updates for Slider and other components.
Expand Down
2 changes: 1 addition & 1 deletion MaterialComponents.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load 'scripts/generated/icons.rb'

Pod::Spec.new do |mdc|
mdc.name = "MaterialComponents"
mdc.version = "119.1.3"
mdc.version = "119.2.0"
mdc.authors = "The Material Components authors."
mdc.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
mdc.homepage = "https://github.com/material-components/material-components-ios"
Expand Down
2 changes: 1 addition & 1 deletion MaterialComponentsEarlGreyTests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaterialComponentsEarlGreyTests"
s.version = "119.1.3"
s.version = "119.2.0"
s.authors = "The Material Components authors."
s.summary = "This spec is an aggregate of all the Material Components EarlGrey tests."
s.description = "This spec is made for use in the MDC Catalog."
Expand Down
2 changes: 1 addition & 1 deletion MaterialComponentsExamples.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaterialComponentsExamples"
s.version = "119.1.3"
s.version = "119.2.0"
s.authors = "The Material Components authors."
s.summary = "This spec is an aggregate of all the Material Components examples."
s.description = "This spec is made for use in the MDC Catalog. Used in conjunction with CatalogByConvention we create our Material Catalog."
Expand Down
2 changes: 1 addition & 1 deletion MaterialComponentsSnapshotTests.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end

Pod::Spec.new do |s|
s.name = "MaterialComponentsSnapshotTests"
s.version = "119.1.3"
s.version = "119.2.0"
s.authors = "The Material Components authors."
s.summary = "This spec is an aggregate of all the Material Components snapshot tests."
s.homepage = "https://github.com/material-components/material-components-ios"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
119.1.3
119.2.0
4 changes: 2 additions & 2 deletions catalog/MDCCatalog/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>119.1.3</string>
<string>119.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>119.1.3</string>
<string>119.2.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIAppFonts</key>
Expand Down
4 changes: 2 additions & 2 deletions catalog/MDCDragons/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>119.1.3</string>
<string>119.2.0</string>
<key>CFBundleVersion</key>
<string>119.1.3</string>
<string>119.2.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion catalog/MaterialCatalog/MaterialCatalog.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaterialCatalog"
s.version = "119.1.3"
s.version = "119.2.0"
s.summary = "Helper Objective-C classes for the MDC catalog."
s.description = "This spec is made for use in the MDC Catalog."
s.homepage = "https://github.com/material-components/material-components-ios"
Expand Down
Loading

0 comments on commit 9aa3774

Please sign in to comment.