diff options
| author | Mark Otto <[email protected]> | 2014-12-18 18:19:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-18 18:19:55 -0800 |
| commit | 8a60a27efbc87faf7e5d2164f1ddde6edeed803a (patch) | |
| tree | 3abe27128b678edddef7b22b8368e5e27cedf43d /docs | |
| parent | e95b854301532245065d39915ff80a63eaf06c7a (diff) | |
| parent | ea9ce859aecd537829cf37fe1e2cdd3aaa629520 (diff) | |
| download | bootstrap-8a60a27efbc87faf7e5d2164f1ddde6edeed803a.tar.xz bootstrap-8a60a27efbc87faf7e5d2164f1ddde6edeed803a.zip | |
Merge pull request #37 from twbs/migration-stub
add stub v3 => v4 migration docs page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md new file mode 100644 index 000000000..9051b00b4 --- /dev/null +++ b/docs/migration.md @@ -0,0 +1,66 @@ +--- +layout: page +title: Migrating to v4.x.x +--- + +## Migrating from 3.x.x to 4.0.0 + +Bootstrap 4 is not backwards compatible with v3.x.x. Use this section as a general guide to upgrading from v3.x.x to v4.0.0. For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK-FIX-ME-PLEASE) in the v4.0.0 release announcement. + +## Major class changes +This table shows the style changes between v3.x.x and v4.0.0. + +<table> + <thead> + <tr> + <th>Bootstrap 3.x.x</th> + <th>Bootstrap 4.0.0</th> + </tr> + </thead> + <tbody> + <tr> + <td></td> + <td></td> + </tr> + </tbody> +</table> + +## What's new +We've added new components and changed some existing ones. Here are the new or updated styles. + +<table> + <thead> + <tr> + <th>Component</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td></td> + <td></td> + </tr> + </tbody> +</table> + +## What's removed +The following components have been removed in v4.0.0. + +<table> + <thead> + <tr> + <th>Component</th> + <th>Removed from 3.x.x</th> + <th>4.0.0 Equivalent</th> + </tr> + </thead> + <tbody> + <tr> + <td></td> + <td></td> + <td></td> + </tr> + </tbody> +</table> + +## Additional notes |
