v119.1.3
In this patch release we updated the Tabs API and made documentation updates for Slider and other components.
API changes
Tabs
new property: itemViewContentInsets
in MDCTabBarView
.
new property: minItemWidth
in MDCTabBarView
and MDCTabBarViewItemViewDelegate
new property: itemViewDelegate
in MDCTabBarViewItemView
.
new property: itemViewStyle
in MDCTabBarViewItemViewDelegate
.
Component changes
Banner
- Updated documentation (Cristina De Rito)
Tabs
- Add and expose property to MDCTabBarView for setting the edge insets for each item in the tab bar. (Alyssa Weiss)
- Create and expose a minItemWidth property for MDCTabBarView to set the min width of items on the tab bar. This is done by adding a MDCTabBarViewItemViewDelegate protocol that MDCTabBarView conforms to. (Alyssa Weiss)
- When building with -Wnullability-completeness, either no property should specify a nullability (nullable/nonnull) or all of them must specify one. If this is not the case, the compilation will fail. (Sylvain Defresne)
Multi-component changes
- Miscellaneous doc fixes (Andrew Overton)