v108.1.0
This minor release improves our support of the new iPadOS cursor APIs, deprecates a themer, and
adds the ability to animate a floating button's mode.
New deprecations
BottomSheet's ShapeThemer is now deprecated.
New features
Improved UIPointerInteraction support for ActionSheet, Buttons, and Dialogs.
MDCFloatingButton has a new animated API for animating the mode from normal to expanded.
[button setMode:MDCFloatingButtonModeExpanded animated:YES];
API changes
Component changes
ActionSheet
- Add UIPointerInteraction support for actions.. (Wenyu Zhang)
BottomSheet
- Deprecate the ShapeThemer. (Jeff Verkoeyen)
Buttons
- Add a snapshot test for floating buttons in normal mode with a label. (Jeff Verkoeyen)
- Add custom UIButtonPointerStyleProvider to MDCButton for better iPadOS pointer interaction. (Bryan Oltman)
- Add support to MDCFloatingButton for animating mode changes. (Jeff Verkoeyen)
- Disable pointer interactions for MDCFloatingButton during animation. (Bryan Oltman)
- Fix broken link in Buttons docs (Andrew Overton)
- Fix build error (Andrew Overton)
- Standardize all examples on the same Example pattern. (Jeff Verkoeyen)
- Standardize all test names on Tests. (Jeff Verkoeyen)
- Update MDCButton to use the proposed pointer effect in pointerStyleProvider. (Bryan Oltman)
- Use static storage for all local consts. (Jeff Verkoeyen)
Dialogs
- Add UIPointerInteraction support for buttons.. (Wenyu Zhang)
- Add a Testing target (Galia Kaufman)
- Adding accessory view tests (Galia Kaufman)
- Clean up some comments. (Dave MacLachlan)
- Cleanup: move deprecated API to private header. (Galia Kaufman)
- Disable broken test. (Jeff Verkoeyen)
- Resolve issue with sizing a dialog's accessoryView. (Nobody)
- Using Testing target in configuration snapshots. (Galia Kaufman)
- Using the new Testing target in accessory snapshots. (Galia Kaufman)
- Using the new Testing target in actions snapshots. (Galia Kaufman)
- Using the new Testing target in insets snapshots. (Galia Kaufman)
- Using the new Testing target in insets unit tests. (Galia Kaufman)