From: Chris Rebert Date: Wed, 17 Dec 2014 04:31:36 +0000 (-0800) Subject: add stub v3 => v4 migration docs page X-Git-Tag: v4.0.0-alpha~474^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9ce859aecd537829cf37fe1e2cdd3aaa629520;p=thirdparty%2Fbootstrap.git add stub v3 => v4 migration docs page --- diff --git a/docs/migration.md b/docs/migration.md new file mode 100644 index 0000000000..9051b00b48 --- /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. + + + + + + + + + + + + + + +
Bootstrap 3.x.xBootstrap 4.0.0
+ +## What's new +We've added new components and changed some existing ones. Here are the new or updated styles. + + + + + + + + + + + + + + +
ComponentDescription
+ +## What's removed +The following components have been removed in v4.0.0. + + + + + + + + + + + + + + + + +
ComponentRemoved from 3.x.x4.0.0 Equivalent
+ +## Additional notes