diff options
| author | Mark Otto <[email protected]> | 2015-08-23 23:03:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-23 23:03:05 -0700 |
| commit | 80435ee656e417d95e4cbc9161bb6faa03f74b82 (patch) | |
| tree | 1652abb2f3bd0c5c26384d28feaec3af38f5f785 | |
| parent | 19deadda956c1a9dab4d0a3b778b158570bff422 (diff) | |
| parent | bcc16d0754ccd274f72c60d51a19da0ed5916800 (diff) | |
| download | bootstrap-80435ee656e417d95e4cbc9161bb6faa03f74b82.tar.xz bootstrap-80435ee656e417d95e4cbc9161bb6faa03f74b82.zip | |
Merge pull request #17187 from kkirsche/patch-31
v4 - Document migration from panels to cards
| -rw-r--r-- | docs/migration.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md index d1c58c94f..6141a67f5 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -98,6 +98,20 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with Dropped entirely for the new card component. +#### Panels + +- `.panel` to `.card` +- `.panel-default` removed and no replacement +- `.panel-heading` to `.card-header` +- `.panel-title` to `.card-title` +- `.panel-body` to `.card-block` +- `.panel-footer` to `.card-footer` +- `.panel-primary` to `.card-primary` and `.card-inverse` +- `.panel-success` to `.card-success` and `.card-inverse` +- `.panel-info` to `.card-info` and `.card-inverse` +- `.panel-warning` to `.card-warning` and `.card-inverse` +- `.panel-danger` to `.card-danger` and `.card-inverse` + ### Carousel - Renamed `.item` to `.carousel-item`. |
