v109.2.0
109.2.0
This minor release includes bug fixes and tests for ActionSheet, BottomAppBar, BottomSheet, Cards, Dialogs, FlexibleHeader, NavigationBar and TextFields.
New features
New example snapshot tests added to Cards, Dialogs, FlexibleHeader and NavigationBar.
Component changes
ActionSheet
- Add test showcasing how when an Action's image is set it does not update an ActionSheet. (Cody Weaver)
- Support setting image later in lifecycle (Cody Weaver)
BottomAppBar
- Have BottomAppBar respect safe area (Andrew Overton)
BottomSheet
- Have the container sheet be laid out by the container view's bounds, not frame. (Yarden Eitan)
- [BottomSheet]Set MDCSheetStateExtended for MDCBottomSheetController in its initializer. (Wenyu Zhang)
Cards
- Add example snapshot tests. (Jeff Verkoeyen)
Chips
- Internal change (Bryan Oltman)
Collections
- Internal change. (Wenyu Zhang)
Dialogs
- Add example snapshot tests. (Jeff Verkoeyen)
- Allow MDCAlertController to become first responder. (Wenyu Zhang)
- Document icon image scaling condition (Galia Kaufman)
- No public changes, just a test that reproduces the issue. (Iryna Berezan)
FlexibleHeader
- Add example snapshot tests. (Jeff Verkoeyen)
NavigationBar
- Add example snapshot tests. (Jeff Verkoeyen)
TextFields
- Add borderRadius property (Jonathan Willing)
- Internal change. (Wenyu Zhang)
Multi-component changes
- Replace App Bar docs (Andrew Overton)