Skip to content

v101.0.0

Compare
Choose a tag to compare
@codeman7 codeman7 released this 10 Jan 15:51
· 1558 commits to stable since this release

In this major release we deleted the class MDCFlexibleHeaderColorThemer and deprecated the MDCHeaderStackViewColorThemer. As well as allowing the NavigationDrawer to account for the bottom safe area in presentation, improvements to our BUILD files, touch targets on TextFields and our TextControl examples and documentation.

Breaking changes

The MDCFlexibleHeaderColorThemer no longer exists.

New deprecations

We deprecated MDCHeaderStackViewColorThemer. No current replacement exists.

New features

In order to account for the bottom safe area in presentation of a MDCBottomDrawerViewController we added a behavioral flag shouldIncludeSafeAreaInInitialDrawerHeight.

  MDCBottomDrawerViewController *bottomDrawer =
      [[MDCBottomDrawerViewController alloc] init];
  bottomDrawer.shouldIncludeSafeAreaInInitialDrawerHeight = YES;

API changes

HeaderStackView

deprecated class: MDCHeaderStackViewColorThemer, no replacement exists.

NavigationDrawer

new property: shouldIncludeSafeAreaInInitialDrawerHeight in MDCBottomDrawerPresentationController.

new property: shouldIncludeSafeAreaInInitialDrawerHeight in MDCBottomDrawerViewController.

Component changes

Cards

FlexibleHeader

HeaderStackView

NavigationDrawer

Snackbar

TextControls

TextFields

Typography

Multi-component changes