aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-19 20:35:46 -0800
committerChris Rebert <[email protected]>2014-12-19 20:35:46 -0800
commit7c419a6b0faa577860b982e033bc4359620560dc (patch)
tree5df4929be8dce27c27e410f3e1d5659940295d02 /docs
parent27213cfb63760a77c82fb6ab1d6a610e48301a90 (diff)
downloadbootstrap-7c419a6b0faa577860b982e033bc4359620560dc.tar.xz
bootstrap-7c419a6b0faa577860b982e033bc4359620560dc.zip
add notes about high-level TODOs for the v3=>v4 migration guide
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index d1b4686cb..745c7b7e7 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)