This repository was archived by the owner on Dec 11, 2025. It is now read-only.
v85.4.0
85.4.0
This minor release includes changes to the MDCTabBarView Beta component.
API Changes
Tabs+TabBarView
MDCTabBarViewIndicatorTemplate
new protocol: MDCTabBarViewIndicatorTemplate
new method: -indicatorAttributesForContext: in MDCTabBarViewIndicatorTemplate
MDCTabBarViewIndicatorAttributes
new class: MDCTabBarViewIndicatorAttributes
new property: path in MDCTabBarViewIndicatorAttributes
MDCTabBarViewIndicatorContext
new property: contentFrame in MDCTabBarViewIndicatorContext
new protocol: MDCTabBarViewIndicatorContext
new property: item in MDCTabBarViewIndicatorContext
new property: bounds in MDCTabBarViewIndicatorContext
MDCTabBarView
new property: rippleColor in MDCTabBarView
MDCTabBarViewUnderlineIndicatorTemplate
new class: MDCTabBarViewUnderlineIndicatorTemplate
Component changes
Tabs
- Allow setting ripple color. (#7784) (Robert Moore)
- Fix
contentFramefor item view. (#7782) (Robert Moore) - Include public headers in umbrella header. (#7783) (Robert Moore)
- Item views should translate their autoresizing mask into constraints (Ang)