v107.1.0
107.1.0
This minor release we added support to Snackbar to inform users when it has disappeared. As well as, improvements around touch targets for Chips, alignment improvements to Dialogs and various other bug improvements.
New features
In this release we added a new method to the MDCSnackbarManagerDelegate
protocol to inform users when the snackbar disappeared.
extension MyCustomViewController: MDCSnackbarManagerDelegate {
func snackbarDidDisappear() {
print("The snackbar disappeared I should act accordingly")
}
}
Component changes
Chips
- MDCChipCollectionViewCell to correctly support increased touch target (#9816) (Yarden Eitan)
- Update MDCChipCollectionViewFlowLayout to respect sectionInset (#9813) (Bryan Oltman)
Dialogs
- Consider all actions alignments for horizontal layout (#9805) (Galia Kaufman)
- Consider all actions alignments for vertical layouts (#9804) (Galia Kaufman)