From 283b74fc6036f376c0bc6beb691e18d77aa43d79 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 19:52:57 -0800 Subject: [PATCH 01/15] Document official support of Android v5.0+ Browser and WebView in the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 3d87399cd9..8ce89fccd4 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -8,6 +8,7 @@ title: Migrating to v4.x.x For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK-FIX-ME-PLEASE) in the v4.0.0 release announcement. - Dropped IE8 support—v4 is now only IE9+. For sites needing IE8, use v3. +- Added official support for Android v5.0 Lollipop's Browser and WebView. Earlier versions of the Android Browser and WebView remain only unofficially supported. - Switched from `px` to `rem` as our primary unit in CSS. - Media queries are now in `em`s. - Global font-size increased from `14px` to `16px`. From 861d1ac07d779f4693c97e571a636ca3b578f5e6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 19:54:45 -0800 Subject: [PATCH 02/15] Document removal of non-responsive example in the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 8ce89fccd4..c0f949477a 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -17,6 +17,7 @@ For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK- - Added a new grid tier for ~`480px` and below. - Dropped Glyphicons icon font. - Refactored nearly all components to use more unnested classes instead of children selectors. +- Non-responsive usage of Bootstrap is no longer supported. ## Major class changes From 7afd2c4e50b533283d99fdd5027b71e09732b571 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:01:18 -0800 Subject: [PATCH 03/15] Document Pager and Carousel class renames in the migration guide --- docs/migration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index c0f949477a..b678cb892e 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -25,7 +25,9 @@ This table shows the style changes between v3.x.x and v4.0.0. | Bootstrap 3.x.x | Bootstrap 4.0.0 | | --- | --- | -| | | +| Pager's `.previous` | `.pager-prev` | +| Pager's `.next` | `.pager-next` | +| Carousel's `.item` | `.carousel-item` | ## What's new We've added new components and changed some existing ones. Here are the new or updated styles. From cc726d883388a6b94cb632740d9a2fcc703cf5ed Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:02:55 -0800 Subject: [PATCH 04/15] add stub entries for Panel, Thumbnail, Well removals to the migration guide --- docs/migration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index b678cb892e..298d428531 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -43,6 +43,8 @@ The following components have been removed in v4.0.0. | Component | Removed from 3.x.x | 4.0.0 Equivalent | | --- | --- | --- | -| | | | +| Panels | | Cards | +| Thumbnails | | Cards | +| Wells | | Cards | ## Additional notes From b9994c077cac010a2b1e9005ac254433833a241a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:07:58 -0800 Subject: [PATCH 05/15] add stub entry for removal of Justified navs to the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 298d428531..11bc6f9e89 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -46,5 +46,6 @@ The following components have been removed in v4.0.0. | Panels | | Cards | | Thumbnails | | Cards | | Wells | | Cards | +| Justified navs | | | ## Additional notes From 75907f89fba85c1f9244646afef5936b5a526e61 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:08:43 -0800 Subject: [PATCH 06/15] clarify that .progress still exists --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index 11bc6f9e89..d32462177c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -36,7 +36,7 @@ We've added new components and changed some existing ones. Here are the new or u | --- | --- | | Cards | New, more flexible component to replace v3's panels, thumbnails, and wells. | | New navbar | Replaces the previous navbar with a new, simpler component. | -| New progress bars | Replaces the old `.progress` with a real `` element. | +| New progress bars | Replaces the old `.progress` `
` with a real `` element. | ## What's removed The following components have been removed in v4.0.0. From 98c5171f11d0cf75b274d42e82b0018838168806 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:11:31 -0800 Subject: [PATCH 07/15] add stub entry about addition of new table variants to the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index d32462177c..04fde5ea50 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -37,6 +37,7 @@ We've added new components and changed some existing ones. Here are the new or u | Cards | New, more flexible component to replace v3's panels, thumbnails, and wells. | | New navbar | Replaces the previous navbar with a new, simpler component. | | New progress bars | Replaces the old `.progress` `
` with a real `` element. | +| New table variants | | ## What's removed The following components have been removed in v4.0.0. From e071f5bf14d039facf4af0f8a624f010f1bdf369 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:11:49 -0800 Subject: [PATCH 08/15] add stub entry about addition of new utility classes to the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 04fde5ea50..d530becb1c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -38,6 +38,7 @@ We've added new components and changed some existing ones. Here are the new or u | New navbar | Replaces the previous navbar with a new, simpler component. | | New progress bars | Replaces the old `.progress` `
` with a real `` element. | | New table variants | | +| New utility classes | | ## What's removed The following components have been removed in v4.0.0. From c58e3803af6cc5b53bd8b2104c1a5ea31067627d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:14:56 -0800 Subject: [PATCH 09/15] Document removal of online Customizer in the migration docs --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index d530becb1c..dd3738c7b1 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -18,6 +18,7 @@ For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK- - Dropped Glyphicons icon font. - Refactored nearly all components to use more unnested classes instead of children selectors. - Non-responsive usage of Bootstrap is no longer supported. +- Dropped the online Customizer in favor of more extensive setup documentation. ## Major class changes From c0da3d0b23063b0ea992bef30e270087bf9e4b52 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:25:26 -0800 Subject: [PATCH 10/15] Document removal of deprecated screen size variables in the migration guide --- docs/migration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index dd3738c7b1..c5416b6634 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -51,4 +51,10 @@ The following components have been removed in v4.0.0. | Wells | | Cards | | Justified navs | | | +The following deprecated Less/SCSS variables have been removed in v4.0.0: +* `@screen-phone`, `@screen-tablet`, `@screen-desktop`, `@screen-lg-desktop`. Use the more abstract `$screen-{xs,sm,md,lg,xl}-*` variables instead. +* `@screen-sm`, `@screen-md`, `@screen-lg`. Use the more clearly named `$screen-{xs,sm,md,lg,xl}-min` variables instead. +* `@screen-xs`, `@screen-xs-min`. The extra small breakpoint has no lower bound, so these variables were logically absurd. Reformulate your expression in terms of `$screen-xs-max` instead. +* `@grid-float-breakpoint` + ## Additional notes From ad5e724e5f6f2528a43a2bbeacfed4a429fedfa7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:28:12 -0800 Subject: [PATCH 11/15] add stub entry about new approach for skeuomorphic theming to the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index c5416b6634..6904a61238 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -19,6 +19,7 @@ For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK- - Refactored nearly all components to use more unnested classes instead of children selectors. - Non-responsive usage of Bootstrap is no longer supported. - Dropped the online Customizer in favor of more extensive setup documentation. +- Replaced the separate optional theme with... ## Major class changes From 5d76a6182a01fc3f520836020d1372fd2de69497 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:30:16 -0800 Subject: [PATCH 12/15] add stub entry for Tabs+Pills changes to the migration guide --- docs/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index 6904a61238..5b4c3e3fe4 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -30,6 +30,8 @@ This table shows the style changes between v3.x.x and v4.0.0. | Pager's `.previous` | `.pager-prev` | | Pager's `.next` | `.pager-next` | | Carousel's `.item` | `.carousel-item` | +| Tabs | | +| Pills | | ## What's new We've added new components and changed some existing ones. Here are the new or updated styles. From b6abac3e1ee91b115bfa39cff8af6d0ff6c251cb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:30:50 -0800 Subject: [PATCH 13/15] Document changes to nested tables in the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 5b4c3e3fe4..48ab9776fc 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -61,3 +61,4 @@ The following deprecated Less/SCSS variables have been removed in v4.0.0: * `@grid-float-breakpoint` ## Additional notes +- Removed support for styled nested tables (for now) From 27213cfb63760a77c82fb6ab1d6a610e48301a90 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:31:47 -0800 Subject: [PATCH 14/15] add stub entry about Buttons changes to the migration guide --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 48ab9776fc..d1b4686cb9 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -32,6 +32,7 @@ This table shows the style changes between v3.x.x and v4.0.0. | Carousel's `.item` | `.carousel-item` | | Tabs | | | Pills | | +| Buttons | | ## What's new We've added new components and changed some existing ones. Here are the new or updated styles. From 7c419a6b0faa577860b982e033bc4359620560dc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:35:46 -0800 Subject: [PATCH 15/15] add notes about high-level TODOs for the v3=>v4 migration guide --- docs/migration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index d1b4686cb9..745c7b7e76 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -45,6 +45,8 @@ We've added new components and changed some existing ones. Here are the new or u | New table variants | | | New utility classes | | +TODO: audit new classes that didn't exist in v3 + ## What's removed The following components have been removed in v4.0.0. @@ -55,11 +57,15 @@ 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 + The following deprecated Less/SCSS variables have been removed in v4.0.0: * `@screen-phone`, `@screen-tablet`, `@screen-desktop`, `@screen-lg-desktop`. Use the more abstract `$screen-{xs,sm,md,lg,xl}-*` variables instead. * `@screen-sm`, `@screen-md`, `@screen-lg`. Use the more clearly named `$screen-{xs,sm,md,lg,xl}-min` variables instead. * `@screen-xs`, `@screen-xs-min`. The extra small breakpoint has no lower bound, so these variables were logically absurd. Reformulate your expression in terms of `$screen-xs-max` instead. * `@grid-float-breakpoint` +TODO: audit list of stuff in v3 that was marked as deprecated + ## Additional notes - Removed support for styled nested tables (for now)