1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

Updated Changelog (markdown)

markdotto
2011-09-02 13:44:18 -07:00
parent 82d7b64469
commit a2ad8781a2

@@ -1,17 +1,26 @@
### v1.2.0 ### v1.2.0
- Abstracted dropdowns to work in topbar and tabs with updated styles - **Dropdowns refactored** to be extensible (now work in ul.tabs)
- Renamed .topbar .fill to .topbar-inner to simplify CSS selector and avoid using a presentation-based class name - **Added HTML5 form support** by generalizing the form selectors (e.g., input instead of input[type=text|password])
- Added html5 form support by generalizing the form selectors (e.g., input instead of input[type=text|password]) - **Gradients back in IE**, but removed rounded corners in IE9 to prevent background bleed on buttons and alert messages
- Removed the fixed .span1-16 classes in favor of CSS-style regex for column styles in the grid - **Simplified the grid CSS** by removing the static .span1-16 classes in favor of CSS-style regex for column styles in the grid
- Added .one-third and .two-thirds to the grid system - **Added .one-third and .two-thirds columns** to the grid system
- Fixed bug in disabled buttons where they received :active styles - Fixed bug in disabled buttons where they received :active styles
- Brought back gradients to IE7-9, but removed rounded corners in IE9 to prevent background bleed - Bug fixes
### v1.1.1 ### v1.1.1
- - **Redesigned alerts** to be more readable
- **Refactored buttons and alerts CSS** to be simpler
- Updated grid system to be more specific and not require .column or columns
- Improved on specificity of CSS selectors by removing unnecessary tag and parent selectors
- Miscellaneous updates to docs
- Bug fixes
### v1.1.0 ### v1.1.0
- - **Added support for IE7 and IE8**
- Added examples directory with first example usage of Bootstrap for a simple website
- Syntax fixes for gradients and color-stops
- Miscellaneous updates to docs
- Bug fixes
### v1.0.0 ### v1.0.0
- Initial release - **Initial release**