Nuke the repeated blog stuff and just point people to the upcoming post

This commit is contained in:
Mark Otto 2013-08-18 23:51:24 -07:00
parent 0e61e8783b
commit 7dcfc44426
1 changed files with 1 additions and 50 deletions

View File

@ -334,56 +334,7 @@ bootstrap/
<div class="page-header">
<h1 id="migration">Migrating from 2.x to 3.0</h1>
</div>
<p class="lead">To help folks who are looking to upgrade to v3, we've put together a helpful guide that outlines some of the key changes since 2.x. We've outlined some of the major changes and provided tables that summarize additions, deletions, and changes in classes.</p>
<h2 id="migration-overview">Overview of changes</h2>
<p>With v3 being a near complete rewrite of all the things, it's important to call out a few of the big themes before diving into the specifics below.</p>
<div class="row bs-migration-overview">
<div class="col-sm-6">
<h4>New design and an optional theme!</h4>
<p>With v3 we've gone flat. Don't call it a trend—it's all about customization, folks. Since we simplified the aesthetics though, we thought it'd help to have an optional theme. To use it, check out the <a href="../examples/theme/">Bootstrap theme example</a>.</p>
<h4>Mobile first and always responsive!</h4>
<p>Nearly everything has been redesigned and rebuilt to start from your handheld devices and scale up.</p>
<h4>Brand new Customizer!</h4>
<p>It's been redesigned, is now compiled in the browser instead of Heroku, has better dependency support, and even has built-in error handling. Better yet, we now save your customizations to an anonymous Gist for easy reuse, sharing, and modifications.</p>
<h4>Better box model by default.</h4>
<p>Everything in Bootstrap gets `box-sizing: border-box`, making for easier sizing options and an enhanced grid system.</p>
<h4>Super-powered grid system.</h4>
<p>With four tiers of grid classes—phones, tablets, desktops, and large desktops—you can do some super crazy awesome layouts.</p>
<h4>Rewritten JavaScript plugins.</h4>
<p>All events are now namespaced, no conflict stuff works way better, and more.</p>
<h4>New Glyphicons icon font!</h4>
<p>While they were gone for awhile, we've since restored the Glyphicons to the main repo. In 2.x they were images, but now they're in font format and we've added 40 new glyphs.</p>
</div>
<div class="col-sm-6">
<h4>Overhauled navbar.</h4>
<p>It's now always responsive and comes with some super handy and re-arrangable subcomponents.</p>
<h4>Modals are way more responsive.</h4>
<p>We've overhauled the modal code to make it way more responsive on mobile devices. They now scroll the entire viewport instead of having a max-height.</p>
<h4>Added some components!</h4>
<p>New to the mix are panels and list groups.</p>
<h4>Removed some components!</h4>
<p>We've dropped the accordion (replaced with collapsible panels), submenus, typeahead, and a few more small items. (Worth celebrating as much as adding new ones.)</p>
<h4>More consistent base and sizing classes.</h4>
<p>Buttons, tables, forms, alerts, and more have been updated to have more consistent classes for easier customizer and extensibility.</p>
<h4>Docs have been blown up, yo.</h4>
<p>We've added a lot of new documentation, not only for our components, but for browser support (including gotchas and bugs), license FAQs, third party support (and workarounds), accessibility, and more.</p>
<h4>Dropped Internet Explorer 7 and Firefox 3.6 support.</h4>
<p>For Internet Explorer 8, you'll need to include Respond.js for all the media queries to work correctly.</p>
</div>
</div>
<p class="lead">Folks looking to upgrade to v3 should use this section as a general upgrade guide. We've outlined some of the major changes and provided tables that highlight key changes. For an overview, <a href="http://blog.getbootstrap.com/2013/08/19/bootstrap-3-released/">read the announcement blog post</a>.</p>
<h2 id="migration-classes">Major class changes</h2>