Skip to content

v107.1.0

Compare
Choose a tag to compare
@codeman7 codeman7 released this 03 Mar 17:45
· 1203 commits to stable since this release

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

Dialogs

FlexibleHeader

Snackbar