v119.3.0
andrewoverton
released this
15 Dec 21:41
·
194 commits
to stable
since this release
In this minor release we added a new method to the MDCBaseTextFieldDelegate
protocol and fixed bugs in NavigationDrawer, TextControls, and Tabs.
API changes
new method: -baseTextField:didUpdateIntrinsicHeight:
in MDCBaseTextFieldDelegate
Component changes
BottomSheet
- Replace bottom sheet docs (Andrew Overton)
NavigationDrawer
- Added
presentingViewYOffset
tocontentHeightSurplus
inMDCBottomDrawerContainerViewController
(Nobody)
Tabs
- Add call to update fonts from setItems to make sure tabBarView fonts are applied to new items. (Alyssa Weiss)
- Add missing div tag (Andrew Overton)
- Fix an issue where the indicator was shown moving in, rather than already at the selected item, when the tab bar appears for the first time. (Hao Sun)
- Fix an issue where the indicator was shown moving in, rather than already at the selected item, when the tab bar items are recreated and the tab selected. (Nobody)
TextControls
- Rethink sizing behavior with sizing delegate method (Andrew Overton)
Multi-component changes
- Change component README ToCs to bold paragraph style (Andrew Overton)