From bcc16d0754ccd274f72c60d51a19da0ed5916800 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 20 Aug 2015 22:31:48 -0400 Subject: Document migration from panels to cards X-Ref: #17120 for `.panel-default` replacement --- docs/migration.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index 78eca6032..9206c8034 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -88,6 +88,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`. -- cgit v1.2.3 From 2965adfea0071e05c92ca07450f473ea62714403 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Sat, 22 Aug 2015 21:16:05 +0300 Subject: Remove dropped btn-xs and btn-group-xs from docs --- docs/migration.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index bd8ee7529..d1c58c94f 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -77,6 +77,14 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Added a new `~480px` grid breakpoint, meaning there are now five total tiers. +### Buttons + +- Dropped the `.btn-xs` class entirely. + +### Button group + +- Dropped the `.btn-group-xs` class entirely. + ### Navs - Dropped nearly all `>` selectors for simpler styling via un-nested classes. -- cgit v1.2.3 From 2a671cc1863b0c4b0000091b210b993f67382b40 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Aug 2015 14:16:49 -0700 Subject: migration.md: fix typo in TODO --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index 6141a67f5..7331c85cc 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -151,7 +151,7 @@ The following components have been removed in v4.0.0. | Wells | | Cards | | Justified navs | | | -TODO: audit classes in v4 that aren't present in v4 +TODO: audit classes in v3 that aren't present in v4 ### Responsive utilities -- cgit v1.2.3 From 047fe5699cb6587c17301a4f89695af4a81de619 Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Thu, 3 Sep 2015 17:36:33 +1000 Subject: Document img-responsive to img-fluid change from #17166 --- docs/migration.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index 7331c85cc..c2cc5d4f5 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -54,6 +54,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - `.dl-horizontal` now requires grid classes, increasing flexbility in column widths. - Custom `
` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. +### Images + +- Renamed `.img-responsive` to `.img-fluid`. + ### Tables - Nearly all instances of the `>` selector have been removed, meaning nested tables will now automatically inherit styles from their parents. This greatly simplifies our selectors and potential customizations. -- cgit v1.2.3