Release 17.0.0
17.0.0
API Diffs
Buttons
MDCButton
modified method: -setBackgroundColor:
in MDCButton
Type of change: | key.deprecation_message |
---|---|
From: | Use setBackgroundColor:forState: instead. |
To: | |
modified method: -setBackgroundColor:
in MDCButton
Type of change: | key.always_unavailable |
---|---|
From: | 0 |
To: | 1 |
modified method: -setBackgroundColor:
in MDCButton
Type of change: | key.always_deprecated |
---|---|
From: | 1 |
To: | 0 |
modified method: -setBackgroundColor:
in MDCButton
Type of change: | declaration |
---|---|
From: | - (void)setBackgroundColor:(nullable UIColor *)backgroundColor __deprecated_msg("Use setBackgroundColor:forState: instead."); |
To: | - (void)setBackgroundColor:(nullable UIColor *)backgroundColor; |
CollectionCells
MDCCollectionViewCell
new property: editingSelectorColor
in MDCCollectionViewCell
Component changes
Buttons
Changes
CollectionCells
Changes
- Add color property for editing selector in MDCCollectionViewCell (#844) (Gauthier Ambard)
- Handle separator insets correctly in RTL (Louis Romero)
- Set checked cell's accessibility trait to Selected (Louis Romero)