diff --git a/getting-started.html b/getting-started.html index 4ce4526c38..b359b596ca 100644 --- a/getting-started.html +++ b/getting-started.html @@ -334,56 +334,7 @@ bootstrap/
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.
- -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.
-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 Bootstrap theme example.
- -Nearly everything has been redesigned and rebuilt to start from your handheld devices and scale up.
- -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.
- -Everything in Bootstrap gets `box-sizing: border-box`, making for easier sizing options and an enhanced grid system.
- -With four tiers of grid classes—phones, tablets, desktops, and large desktops—you can do some super crazy awesome layouts.
- -All events are now namespaced, no conflict stuff works way better, and more.
- -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.
-It's now always responsive and comes with some super handy and re-arrangable subcomponents.
- -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.
- -New to the mix are panels and list groups.
- -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.)
- -Buttons, tables, forms, alerts, and more have been updated to have more consistent classes for easier customizer and extensibility.
- -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.
- -For Internet Explorer 8, you'll need to include Respond.js for all the media queries to work correctly.
-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, read the announcement blog post.