From 11d43e456aaf79e32ecd084f03e800dd54ca98d6 Mon Sep 17 00:00:00 2001 From: anantoghosh Date: Tue, 12 Jul 2016 14:08:24 +0530 Subject: Fix typo in 'Reboot' about units In about 'Reboot', it says "moving **from** `rem` **to** `em` units. It should be moving from `em` to `rem`. --- 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 61a1d6c18..b043fbfad 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -59,7 +59,7 @@ This list highlights key changes by component between v3.x.x and v4.0.0. ### Reboot -New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with our own somewhat opinionated reset styles. Selectors appearing in this file only use elements—there are no classes here. This isolates our reset styles from our component styles for a more modular approach. Some of the most important resets this includes are the `box-sizing: border-box` change, moving from `rem` to `em` units on many elements, link styles, and many form element resets. +New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with our own somewhat opinionated reset styles. Selectors appearing in this file only use elements—there are no classes here. This isolates our reset styles from our component styles for a more modular approach. Some of the most important resets this includes are the `box-sizing: border-box` change, moving from `em` to `rem` units on many elements, link styles, and many form element resets. ### Typography -- cgit v1.2.3 From 24a3fbfeac1fb6002377d5d25713fae1b37ca1b9 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 15 Aug 2016 17:04:03 +0200 Subject: Added information about the .panel-group class --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index b043fbfad..751a2e27e 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -161,6 +161,7 @@ Dropped entirely for the new card component. - `.panel` to `.card` - `.panel-default` removed and no replacement +- `.panel-group` removed and no replacement. `.card-group` is not a replacement, it is different. - `.panel-heading` to `.card-header` - `.panel-title` to `.card-header`. Depending on the desired look, you may also want to use [heading elements or classes]({{ site.baseurl }}/content/typography/#headings) (e.g. `

`, `.h3`) or bold elements or classes (e.g. ``, ``, [`.font-weight-bold`]({{ site.baseurl }}/components/utilities/#font-weight-and-italics)). Note that `.card-title`, while similarly named, produces a different look than `.panel-title`. - `.panel-body` to `.card-block` -- cgit v1.2.3 From 07f341e30efbee17679d9e4bc8dc4ac2124a3414 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Aug 2016 19:56:18 -0700 Subject: Fixes #20504: Mention .divider to .dropdown-divider name change --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index b043fbfad..518a142d2 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -111,6 +111,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Simplified dropdown styles to no longer ship with upward or downward facing arrows attached to the dropdown menu. - Dropdowns can be built with `
`s or `