Release 10.1.0
10.1.0
API diffs
Auto-generated by running:
scripts/api_diff -o dc74cd290f327e950eab32b48f3105c55972fad9 -n d4a3ac376f5c8498cfb52401f4fbb69d2e318897
ActivityIndicator
New component.
FontDiskLoader
- [new]
-[MDCFontDiskLoader unregisterFont]
- [property attribute change]
MDCFontDiskLoader.hasFailedRegistration
.
Deprecated setter. - [property attribute change]
MDCFontDiskLoader.isRegistered
.
Deprecated setter. - [protocols changed]
MDCFontDiskLoader
.
Added NSCopying.
Component changes
ActivityIndicator
Changes
- Adding activity indicator component and demo (Junius Gunaratne)
- Move layout code into supplemental, support landscape mode (Junius Gunaratne)
AppBar
Changes
- Fix typo in back item accessibility identifier. (Louis Romero)
- Respect the navigation bar's layout direction (Louis Romero)
- Set an accessibility identifier on the default back button. (Louis Romero)
ButtonBar
Changes
Buttons
Changes
Collections
Changes
FontDiskLoader
Changes
- Added unregisterFont method. (randallli)
- Correct Roboto Font markdown for design specification link. (Yiran Mao)
- [FontDiskLoader]? added warning NSLog when failing to load the font by name. (randallli)
- [MDCFontDiskLoader] Added copying protocol (randallli)
- [MDCFontDiskLoader] sharing registered state across all instances of objects. (randallli)
- [MDCFontDiskLoader]? Deprecated properties that should not have been public write. (randallli)