v2.0.2
Documentation updates
- All docs pages now have distinct titles, such as Scaffolding · Twitter Bootstrap.
- Updated the Apple touch icons (now black on black instead of the blue grid) and fixed the links to them in the docs.
- Added new global styles docs section to the Scaffolding page.
- Required use of HTML5 doctype
- Overview of global typographic and links details
- Mention of our embedded CSS reset via Normalize.css
- Added version number to the download button on the docs homepage.
- Updated progress bars section to simplify how the classes stack and more clearly indicate the available optional classes and styles.
- Added a new example, SoundReady.fm, to the homepage
- Added various sizes to the docs for button groups
Resolved bugs
- Removed all IE7 hacks and floats from
.input-prependand.input-append, however, this requires you to ensure there is no whitespace in your code between.add-onand theinput. - In
.input-prependand.input-append, added ability to use add-ons on both sides when you chain the selectors. - Updated lingering
.btn-darkreference to.btn-inverse. - Fixed issue with content being cut off in
.tab-contentfor tabbable sections. - Updated
.navbar .containerto usewidth: auto;to start and then reset the fixed widths via the#gridSystemmixin (it's a little dirty, but required to avoid adding another class). - Modal footer buttons are now aligned by their parent via
text-align: right;instead offloat: righton the button level. This was changed to allow the use of.pull-leftand.pull-rightto align buttons easily. Double check your button order with this change! - Fixed problem where default striped progress bar was green instead of blue.
- Fixed CSS selector used for
inputandtextareagrid sizes to properly apply the CSS (wasinput > .span*and now isinput.span*).
New features
- Horizontal dividers support added to nav lists
- Added basic version of badges
- Added visible/hidden classes for devices
- Added support for buttons in input-prepend/append component
- Added .navbar-fixed-bottom support
- Added .dropup support for dropdown menus to pop them upward instead of downward (this is automatically done for the newly added fixed bottom navbar).
- Added mixin for new image replacement technique
- Added pause on hover for the carousel
- Added tons of new variables for typography, buttons, forms, dropdowns, navbar, and more for the LESS pros out there. These variables have also been reflected on the Customize page.
- Added new horizontal description list variation
- Added
.disabledclass support to the pager component (also added a mention of this to the docs) - Added
.well-largeand.well-smallclasses for extending the well component