Skip to content

Commit 1926458

Browse files
committed
Merge branch 'release-candidate'
2 parents 5269221 + 5b5d0d5 commit 1926458

File tree

70 files changed

+1593
-820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1593
-820
lines changed

CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
# 14.0.0
2+
3+
## API diffs
4+
5+
Auto-generated by running:
6+
7+
scripts/api_diff -o 52692216832dc446ae2471bd2f42a40cd8746bbe -n 9ecf191c8d5fa6d8afc7ba119f4cb0ebe926483c
8+
9+
### FontDiskLoader
10+
11+
- [deleted] [`-[MDCFontDiskLoader initWithName:URL:]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L99)
12+
- [deleted] [`-[MDCFontDiskLoader registerFont]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L107)
13+
- [deleted] [`-[MDCFontDiskLoader setFontName:]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L123)
14+
- [deleted] [`-[MDCFontDiskLoader unregisterFont]`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L110)
15+
- [deleted] [`MDCFontDiskLoader.hasFailedRegistration`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L117)
16+
- [deleted] [`MDCFontDiskLoader.isRegistered`](https://github.com/google/material-components-ios/blob/52692216832dc446ae2471bd2f42a40cd8746bbe/components/FontDiskLoader/src/MDCFontDiskLoader.h#L113)
17+
18+
## Component changes
19+
20+
### Buttons
21+
22+
#### Changes
23+
24+
* [MDC_#67 - Updated accessibility for titleColor on MDCButton.m](https://github.com/google/material-components-ios/commit/eb40e5e56f652ba0ddef1f6bcaecdbfe3a9a8f10) (Justin Shephard)
25+
26+
### Collections
27+
28+
#### Changes
29+
30+
* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord)
31+
32+
### FlexibleHeader
33+
34+
#### Changes
35+
36+
* [MDC_#67 - Updated accessibility for titleColor on MDCButton.m](https://github.com/google/material-components-ios/commit/eb40e5e56f652ba0ddef1f6bcaecdbfe3a9a8f10) (Justin Shephard)
37+
* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord)
38+
39+
### FontDiskLoader
40+
41+
#### Breaking changes
42+
43+
* [**Breaking**: Deleted deprecated API.](https://github.com/google/material-components-ios/commit/da386bb06fca7b7696162d2058c883bb40abeac7) (randallli)
44+
45+
### Ink
46+
47+
#### Changes
48+
49+
* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord)
50+
51+
### Palettes
52+
53+
#### Changes
54+
55+
* [Fix tintKey parameter type in MDCPalettes.m (#699)](https://github.com/google/material-components-ios/commit/e9c24ed27f0ea130b7d8ab7f42181b11da263ff2) (Jackie Quinn)
56+
57+
### ProgressView
58+
59+
#### Changes
60+
61+
* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord)
62+
* [Use a proper singleton for our accessibility proxy.](https://github.com/google/material-components-ios/commit/5d39f92db51f4982150a6968f85a797b4061ab5a) (Ian Gordon)
63+
64+
### RobotoFontLoader
65+
66+
#### Changes
67+
68+
* [Revert "Trim fonts for mobile use (#674)"](https://github.com/google/material-components-ios/commit/0607e7a1f41d3411dc3132b1c18a802e503b7525) (randallli)
69+
* [Trim fonts for mobile use (#674)](https://github.com/google/material-components-ios/commit/88f30a4bd6b7e7df241c5d1bddfc47e5c0df5296) (rsheeter)
70+
71+
### ShadowLayer
72+
73+
#### Changes
74+
75+
* [Fix calculation of masks for the shadows. (#698)](https://github.com/google/material-components-ios/commit/0b2b4feec8486ed074701b5195b1e176e5af4034) (Simon Forsyth)
76+
77+
### Switch
78+
79+
#### Changes
80+
81+
* [Optimize and simplify MDCSwitch](https://github.com/google/material-components-ios/commit/cd1ac75d8fcadd328aa93e9b661e7b063ebda6d4) (Sam Morrison)
82+
* [Removed all warnings from the build.](https://github.com/google/material-components-ios/commit/0b57f48e1dd7e5260d45a13ac5c2650860ce2913) (Adrian Secord)
83+
184
# 13.4.0
285

386
## API diffs

MaterialComponents.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load 'scripts/generated/icons.rb'
22

33
Pod::Spec.new do |s|
44
s.name = "MaterialComponents"
5-
s.version = "13.4.0"
5+
s.version = "14.0.0"
66
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
77
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
88
s.homepage = "https://github.com/google/material-components-ios"
@@ -79,6 +79,7 @@ Pod::Spec.new do |s|
7979
ss.source_files = "components/#{ss.base_name}/src/*.{h,m}", "components/#{ss.base_name}/src/private/*.{h,m}"
8080
ss.header_mappings_dir = "components/#{ss.base_name}/src"
8181

82+
ss.dependency 'MDFTextAccessibility'
8283
ss.dependency "MaterialComponents/Ink"
8384
ss.dependency "MaterialComponents/ShadowElevations"
8485
ss.dependency "MaterialComponents/ShadowLayer"
@@ -158,7 +159,7 @@ Pod::Spec.new do |s|
158159
ss.public_header_files = "components/#{ss.base_name}/src/*.h"
159160
ss.source_files = "components/#{ss.base_name}/src/*.{h,m}", "components/#{ss.base_name}/src/private/*.{h,m}"
160161
ss.header_mappings_dir = "components/#{ss.base_name}/src"
161-
ss.dependency 'MDFTextAccessibility', '~> 1.1'
162+
ss.dependency 'MDFTextAccessibility'
162163
end
163164

164165
s.subspec "FontDiskLoader" do |ss|

MaterialComponentsCatalog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MaterialComponentsCatalog"
3-
s.version = "13.4.0"
3+
s.version = "14.0.0"
44
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
55
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
66
s.homepage = "https://github.com/google/material-components-ios"

MaterialComponentsUnitTests.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MaterialComponentsUnitTests"
3-
s.version = "13.4.0"
3+
s.version = "14.0.0"
44
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
55
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
66
s.homepage = "https://github.com/google/material-components-ios"

0 commit comments

Comments
 (0)