Material Components v93.3.0 Release Notes

Release Date: 2019-11-01 // over 4 years ago
  • 🚀 This minor release adds two new APIs to FlexibleHeader for contexts involving multiple tracking
    scroll views (such as tabbed interfaces).

    🆕 New features

    MDCFlexibleHeaderView has a new API,
    allowShadowLayerFrameAnimationsWhenChangingTrackingScrollView, that can be used to enable shadow
    layer frame animations when the header's height is animated after switching to a new tracking
    0️⃣ scroll view. This flag is false by default, but will be enabled and then deleted in the future, so
    please consider enabling it wherever you instantiate a flexible header or app bar.

    MDCFlexibleHeaderView has a new animationDelegate API that can be used to react to the completion
    of the animation that occurs when changing tracking scroll views.

    Component changes

    FlexibleHeader