Release 13.3.0
13.3.0
API diffs
Auto-generated by running:
scripts/api_diff -o 51fbbacdf98a1f086cdbf6210f849c8133e91183 -n dd3d2622f6935e70854d3ccb72677b09e19e045a
FontDiskLoader
- [new]
-[MDCFontDiskLoader initWithFontName:fontURL:]
- [new]
-[MDCFontDiskLoader load]
- [new]
-[MDCFontDiskLoader unload]
- [new]
MDCFontDiskLoader.loadFailed
- [new]
MDCFontDiskLoader.loaded
- [property attribute change]
MDCFontDiskLoader.fontName
.
Removed strong.
Added readonly, copy. - [property attribute change]
MDCFontDiskLoader.fontURL
.
Removed strong, nullable.
Added copy, nonnull. - [declaration changed]
-[MDCFontDiskLoader setFontName:]
.
@property (nonatomic, strong, nonnull) NSString *fontName
- (void)setFontName:(nonnull NSString *)fontName
RobotoFontLoader
- [declaration changed]
+[MDCRobotoFontLoader sharedInstance]
.
+ (nonnull instancetype)sharedInstance
+ (nonnull MDCRobotoFontLoader *)sharedInstance
Component changes
ActivityIndicator
Changes
- MDC_#758 - Updated incorrectly named setter (Justin Shephard)
Buttons
Changes
CollectionLayoutAttributes
Changes
Dialogs
Changes
- Dismiss the dialog when we recive the Z A11y gesture (Felix Emiliano)