This repository was archived by the owner on Nov 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
examples/apps/RobotoFontLoaderExample Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.0
2
+
3
+ * Added API: isLargeForContrastRatio: so that medium can be considered large at 14pt size.
4
+
1
5
# 1.1.3
2
6
3
7
* Corrected import paths again because ` pod lib lint --use-libraries ` passes.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MDFRobotoFontLoader"
3
3
s . summary = "MDFRobotoFontLoader"
4
- s . version = "1.1.3 "
4
+ s . version = "1.2.0 "
5
5
s . authors = "The Material Foundation Authors"
6
6
s . license = "Apache 2.0"
7
7
s . homepage = "https://github.com/material-foundation/material-roboto-font-loader-ios"
Original file line number Diff line number Diff line change 2
2
- CatalogByConvention (2.0.0)
3
3
- MaterialComponents/Typography (19.0.4)
4
4
- MDFFontDiskLoader (1.0.0)
5
- - MDFRobotoFontLoader (1.1.3 ):
6
- - MDFRobotoFontLoader/RobotoFontLoader (= 1.1.3 )
7
- - MDFRobotoFontLoader/MDCTypographyAdditions (1.1.3 ):
5
+ - MDFRobotoFontLoader (1.2.0 ):
6
+ - MDFRobotoFontLoader/RobotoFontLoader (= 1.2.0 )
7
+ - MDFRobotoFontLoader/MDCTypographyAdditions (1.2.0 ):
8
8
- MaterialComponents/Typography
9
9
- MDFRobotoFontLoader/RobotoFontLoader
10
- - MDFRobotoFontLoader/RobotoFontLoader (1.1.3 ):
10
+ - MDFRobotoFontLoader/RobotoFontLoader (1.2.0 ):
11
11
- MDFFontDiskLoader
12
12
13
13
DEPENDENCIES:
@@ -23,7 +23,7 @@ SPEC CHECKSUMS:
23
23
CatalogByConvention: be55c2263132e4f9f59299ac8a528ee8715b3275
24
24
MaterialComponents: bd2bbd4e8631c6a560100848c7d2a864e61b6716
25
25
MDFFontDiskLoader: 95d6c92c644f24897dee5a860973b0da4d9a1ce4
26
- MDFRobotoFontLoader: 8cdf07e27a0b405fbbcbcf0d163e5043ff290e6e
26
+ MDFRobotoFontLoader: 3d754aff801203a59bea1e965518d74e63a32e0e
27
27
28
28
PODFILE CHECKSUM: 97c787a870cd8a25dc21de6af6e774b386b1683d
29
29
You can’t perform that action at this time.
0 commit comments