mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02:00
Updated Changelog (markdown)
33
Changelog.md
33
Changelog.md
@@ -1,4 +1,29 @@
|
|||||||
### v1.2.0
|
## v1.3.0
|
||||||
|
### New features
|
||||||
|
- **Javascript plugins** for modals, alerts, dropdowns, scrollspy, tabs, tooltips, and popovers that work with jQuery and Ender
|
||||||
|
- **Massively updated docs** for both the main page and for the new javascript plugins
|
||||||
|
- **Inline labels** for marking inline content with key visual flags
|
||||||
|
- Media thumbnails
|
||||||
|
- Breadcrumbs
|
||||||
|
|
||||||
|
### Updated docs
|
||||||
|
- Added complete javascript page with detailed documentation for how to use plugins
|
||||||
|
- Three complete example pages of using Bootstrap, linked from main docs page with thumbnails
|
||||||
|
- Added section for compiling Less, for guidelines on how to recompile Bootstrap with Less
|
||||||
|
- Added section for customizing grid variables in Less to roll your own grid system
|
||||||
|
- Added section for code for using pre and code tags
|
||||||
|
- Added section for form field sizes that match grid column sizes
|
||||||
|
|
||||||
|
### Key bug fixes and changes
|
||||||
|
- Updated table styles to be just a tad bit more refined
|
||||||
|
- Added new form input sizes based on the Bootstrap grid system (meaning now you can do `input.span5` for a 280px-wide input)
|
||||||
|
- Removed `:focus` states from `:active` links in Firefox
|
||||||
|
- Fixed unqualified `.clearfix` in forms.less that added bottom margin to all containers
|
||||||
|
- Updated `.container()` mixing to be `.fixed-container()` to prevent conflicts when compiling
|
||||||
|
- Added focus states (either `box-shadow` or `outline` on `:focus`) to all buttons, links, and inputs
|
||||||
|
- No longer require `h3` in topbar, but still support for backwards compatibility
|
||||||
|
|
||||||
|
## v1.2.0
|
||||||
- **Dropdowns refactored** to be extensible (now work in ul.tabs)
|
- **Dropdowns refactored** to be extensible (now work in ul.tabs)
|
||||||
- **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
|
- **Gradients back in IE**, but removed rounded corners in IE9 to prevent background bleed on buttons and alert messages
|
||||||
@@ -7,7 +32,7 @@
|
|||||||
- Fixed bug in disabled buttons where they received :active styles
|
- Fixed bug in disabled buttons where they received :active styles
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
|
|
||||||
### v1.1.1
|
## v1.1.1
|
||||||
- **Redesigned alerts** to be more readable
|
- **Redesigned alerts** to be more readable
|
||||||
- **Refactored buttons and alerts CSS** to be simpler
|
- **Refactored buttons and alerts CSS** to be simpler
|
||||||
- Updated grid system to be more specific and not require .column or columns
|
- Updated grid system to be more specific and not require .column or columns
|
||||||
@@ -15,12 +40,12 @@
|
|||||||
- Miscellaneous updates to docs
|
- Miscellaneous updates to docs
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
|
|
||||||
### v1.1.0
|
## v1.1.0
|
||||||
- **Added support for IE7 and IE8**
|
- **Added support for IE7 and IE8**
|
||||||
- Added examples directory with first example usage of Bootstrap for a simple website
|
- Added examples directory with first example usage of Bootstrap for a simple website
|
||||||
- Syntax fixes for gradients and color-stops
|
- Syntax fixes for gradients and color-stops
|
||||||
- Miscellaneous updates to docs
|
- Miscellaneous updates to docs
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
|
|
||||||
### v1.0.0
|
## v1.0.0
|
||||||
- **Initial release**
|
- **Initial release**
|
Reference in New Issue
Block a user