Skip to content

Commit

Permalink
refactor(grid-list): Deprecate component (material-components#5499)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Per the deprecation notice for grid-list, this component has been
removed from MDC-Web. Some of its functionalities are available in the MDC Image List package instead. It is recommended that you migrate to the mdc-image-list package to continue to receive new features and updates.
  • Loading branch information
allan-chen authored Jan 22, 2020
1 parent ebc2969 commit cf33f11
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 1,095 deletions.
3 changes: 0 additions & 3 deletions packages/material-components-web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import * as dom from '@material/dom/index';
import * as drawer from '@material/drawer/index';
import * as floatingLabel from '@material/floating-label/index';
import * as formField from '@material/form-field/index';
import * as gridList from '@material/grid-list/index';
import * as iconButton from '@material/icon-button/index';
import * as lineRipple from '@material/line-ripple/index';
import * as linearProgress from '@material/linear-progress/index';
Expand Down Expand Up @@ -61,7 +60,6 @@ autoInit.register('MDCDialog', dialog.MDCDialog);
autoInit.register('MDCDrawer', drawer.MDCDrawer);
autoInit.register('MDCFloatingLabel', floatingLabel.MDCFloatingLabel);
autoInit.register('MDCFormField', formField.MDCFormField);
autoInit.register('MDCGridList', gridList.MDCGridList);
autoInit.register('MDCIconButtonToggle', iconButton.MDCIconButtonToggle);
autoInit.register('MDCLineRipple', lineRipple.MDCLineRipple);
autoInit.register('MDCLinearProgress', linearProgress.MDCLinearProgress);
Expand Down Expand Up @@ -91,7 +89,6 @@ export {
drawer,
floatingLabel,
formField,
gridList,
iconButton,
lineRipple,
linearProgress,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
@import "@material/fab/mdc-fab";
@import "@material/floating-label/mdc-floating-label";
@import "@material/form-field/mdc-form-field";
@import "@material/grid-list/mdc-grid-list";
@import "@material/icon-button/mdc-icon-button";
@import "@material/image-list/mdc-image-list";
@import "@material/layout-grid/mdc-layout-grid";
Expand Down
1 change: 0 additions & 1 deletion packages/material-components-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@material/feature-targeting": "^4.0.0",
"@material/floating-label": "^4.0.0",
"@material/form-field": "^4.0.0",
"@material/grid-list": "^4.0.0",
"@material/icon-button": "^4.0.0",
"@material/image-list": "^4.0.0",
"@material/layout-grid": "^4.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/mdc-grid-list/.npmignore

This file was deleted.

279 changes: 0 additions & 279 deletions packages/mdc-grid-list/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions packages/mdc-grid-list/_mixins.import.scss

This file was deleted.

Loading

0 comments on commit cf33f11

Please sign in to comment.