This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Release 1.0.0
Breaking
- [MDCFlexibleHeaderView] Removed
shadowIntensityproperty, use setShadowLayer:intensityDidChangeBlock: instead. Jeff Verkoeyen - [MDCInkTouchControllerDelegate] Renamed
inkTouchControllerShouldProcessInkTouches:toinkTouchController:shouldProcessInkTouchesAtTouchLocation:. Chris Cox
Deprecations
- MDCFlexibleHeaderParentViewController,
+[MDCFlexibleHeaderViewController addToParent], and
-[MDCFlexibleHeaderViewController addFlexibleHeaderViewToParentViewControllerView]. These APIs
are being deprecated in favor of the eventual equivalent AppBar convenience APIs. In the meantime
the FlexibleHeader will need to be instantiated and configured like a typical UIViewController.
Enhancements
- [MDCFlexibleHeaderView] Added
setShadowLayer:intensityDidChangeBlock:. Jeff Verkoeyen - [MDCHeaderStackView] Added MDCHeaderStackView. Jeff Verkoeyen
- [MDCSlider] Changed default color. Randall Li
- [MDCSlider] Readme.md copy edits. Randall Li
- [MDCSwitch] Readme.md copy edits. Randall Li
- [MDCTypograpy:example] Refactored to be compatible with catalog by convention Randall Li
- [Shrine] First pass at a new Swift demo app, "Shrine". Junius Gunaratne
Bug Fixes
- Fixed issue where MDCShadowLayer would ghost behind the MDCFlexibleHeaderView. Jeff Verkoeyen