You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FlexibleHeader] Removed -[MDCFlexibleHeaderViewController addFlexibleHeaderViewToParentViewControllerView], MDCFlexibleHeaderParentViewController, and +[MDCFlexibleHeaderViewController addToParent:]. These methods
were marked deprecated in 1.0.0. Jeff Verkoeyen
Enhancements
[Shrine] Fix crash when trying to load images when network is down. Junius Gunaratne
[Catalog] Use single asset for component icons. Junius Gunaratne
[Catalog] Style catalog component screen and change to collection view. Junius Gunaratne
[Shrine] Adding PageControl to demo app for scrolling through products. Junius Gunaratne
[MDCButton] Refactored example to be compatibile with catalog by convention Randall Li
Catalog by convention: Support duplicate hierarchy entries. Randall Li
[MDCCatalog] Catalog by convention grabs storyboard resources. Randall Li
[MDCSwitch] Refactored example to be compatible with catalog by convention Randall Li
[MDCSlider] Refactored example to be compatibile with catalog by convention Randall Li
[gh-pages] Minor tiding of the preview script for gh-pages. Jeff Verkoeyen
[Conventions] Moved all docs assets into a docs/assets directory per component by
convention. Issue #130 filed by peterfriese. Closed by Jeff Verkoeyen
[Catalog] Add support for Swift examples and unit tests Jeff Verkoeyen
[Catalog] Sorts titles alphabetically. Also fixes title typo in sliders. Chris Cox
[PageControl] Add missing ss.resource_bundles to the podspec.
MaterialComponentsUnitTests.podspec depends on MaterialComponents. Jeff Verkoeyen
[CONTRIBUTING] Document our file system conventions in CONTRIBUTING.md. Jeff Verkoeyen
[CONTRIBUTING] Document our pull request expectations in CONTRIBUTING.md. Jeff Verkoeyen
[Documentation] Added Swift example for Typography. Peter Friese
[Switch] Removed internal docs that were pretending to be public docs. Jeff Verkoeyen
[Ink] Replace rand() with arc4random() to avoid a static analyzer warning. Ian Gordon