13.4.0
13.4.0
API diffs
Auto-generated by running:
scripts/api_diff -o fb77a9716a80ba4ee2a9f92a81a89335570366e3 -n 8fa99ffb150b99597f19783d54203ff77a4219d2
FontDiskLoader
- [deprecated]
-[MDCFontDiskLoader initWithName:URL:]
.
Use initWithFontName:fontURL: instead. - [deprecated]
-[MDCFontDiskLoader registerFont]
.
Use load instead. - [deprecated]
-[MDCFontDiskLoader setFontName:]
.
Create a new instance if you need to specifiy a different font name. - [deprecated]
-[MDCFontDiskLoader unregisterFont]
.
Use unload instead. - [deprecated]
MDCFontDiskLoader.hasFailedRegistration
.
Use loadFailed instead. - [deprecated]
MDCFontDiskLoader.isRegistered
.
Use loaded instead.
Component changes
AppBar
Changes
- Removed reference to deleted MDCAppBarParenting. (Adrian Secord)
- [MDCAppBar | MDCDialog | MDCInk] Nullability Clashing (Sean O'Shea)
Dialogs
Changes
- Correct analyzer and compiler warnings. (Ian Gordon)
- [MDCAppBar | MDCDialog | MDCInk] Nullability Clashing (Sean O'Shea)
FontDiskLoader
Changes
- Fixed readme reference to new initializer (randallli)
- [FontDiskLoader]? Marked API deprecated that we were planing on deprecating from previous readbility change (randallli)
Ink
Changes
- [MDCAppBar | MDCDialog | MDCInk] Nullability Clashing (Sean O'Shea)
- [MDCInkTouchController] Improve comments to clarify method and protocol behavior (Junius Gunaratne)
Slider
Changes
- Changed clamping behaviour of the min setter to mutate the max instead of clamping to its value. (randallli)
Switch
Changes
- Remove SKDisplayLinkInterface left over in MDCSwitch stress test (Sam Morrison)
- Stress test for MDCSwitch (Sam Morrison)