unignore bower_components
[bootswatch] / 2 / bower_components / bootstrap / CHANGELOG.md
1 ## 2.3.2 re-release (July 26, 2013)
2
3 Patch to update jQuery in Bower and bump Recess to 1.1.9.
4
5 ## 2.3.2 (May 17, 2013)
6
7 Fix dropdown for firefox (middleclick) and mobile.
8
9 ## 2.3.1 (February 28, 2013)
10
11 Patch release for @fat's n00bery
12
13 - fix missing event type in dropdown
14 - fix delegated data-attrs for popover/tooltip
15 - make carousel actually pause when you click cycle
16 - fix jshint ref in makefile
17 - fix trying to remove backdrop when no backdrop
18
19 ## 2.3.0 (February 7, 2013)
20
21 Minor release to add carousel indicators, improve tooltips, improve dev setup, and fix hella bugs.
22
23 - **Repository changes:**
24   - **Local instead of global dependencies** for our makefile and install process. Now getting started is way easier—just run `npm install`.
25   - Upgraded to jQuery 1.9. No changes were needed, but we did upgrade the included jQuery file to the latest release.
26   - Moved changelog to be within the repo instead of as a wiki page.
27 - **New and improved features:**
28   - **Added carousel indicators!** Add the HTML and it automagically works.
29   - **Added `container` option to tooltips.** The default option is still `insertAfter`, but now you may specify where to insert tooltips (and by extension, popovers) with the optional container parameter.
30   - Improved popovers now utilize `max-width` instead of `width`, have been widened from 240px to 280px, and will automatically hide the title if one has not been set via CSS `:empty` selector.
31   - Improved tooltip alignment on edges with [#6713](https://github.com/twbs/bootstrap/pull/6713).
32   - **Improved accessibility for links in all components.** After merging [#6441](https://github.com/twbs/bootstrap/pull/6441), link hover states now apply to the `:focus` state as well. This goes for basic `<a>` tags, as well as buttons, navs, dropdowns, and more.
33   - Added print utility classes to show and hide content between `screen` and `print` via CSS.
34   - Updated input groups to make them behave more like default form controls. Added `display: inline-block;`, increased `margin-bottom`, and added `vertical-align: middle;`  to match `<input>` styles.
35   - Added `.horizontal-three-colors()` gradient mixin (with example in the CSS tests file).
36   - Added `.text-left`, `.text-center`, and `.text-right` utility classes for easy typographic alignment.
37   - Added `@ms-viewport` so IE10 can use responsive CSS when in split-screen mode.
38 - **Docs changes:**
39   - Added [new justified navigation example](https://f.cloud.github.com/assets/98681/25869/5e2f812c-4afa-11e2-9293-501cd689232d.png).
40   - Added sticky footer with fixed navbar example.
41
42 See more on the [2.3.0 pull request](https://github.com/twbs/bootstrap/pull/6346).
43
44
45 ## 2.2.2 (December 8, 2012)
46
47 Bugfix release addressing docs, CSS, and some JavaScript issues. Key changes include:
48
49 - **Docs:**
50   - Assets (illustrations and examples) are now retina-ready.
51   - Replaced [Placehold.it](http://placehold.it) with [Holder.js](http://imsky.github.com/holder/), a client-side and retina-ready placeholder image tool.
52 - **Dropdowns:** Temporary fix added for dropdowns on mobile to prevent them from closing early.
53 - **Popovers:**
54   - No longer inherits `font-size: 0;` when placed in button groups.
55   - Arrows refactored to work in IE8, and use less code.
56   - Plugin no longer inserts popover content into a `<p>`, but rather directly into `.popover-content`.
57 - **Labels and badges:** Now [automatically collapse](https://github.com/twbs/bootstrap/commit/ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256) if they have no content.
58 - **Tables:** Nesting support with `.table-bordered` and `.table-striped` greatly improved.
59 - **Typeahead:**
60   - Now [inserts dropdown menu after the input](https://github.com/twbs/bootstrap/commit/1747caf19d59cad7fdc90ae56a00e0e2849f95f4) instead of at the close of the document.
61   - Hitting escape will place focus back on the `<input>`.
62 - Print styles, from HTML5 Boilerplate, have been added.
63
64 See more on the [2.2.2 milestone](https://github.com/twbs/bootstrap/issues?milestone=17&state=closed).
65
66
67 ## 2.2.1 (October 30, 2012)
68
69 Hotfix release to address the carousel bug reports.
70
71
72 ## 2.2.0 (October 29, 2012)
73
74 ### tl;dr
75
76 2.1.2 is now 2.2.0: four new example templates, added media component, new typographic scale, fixed that box-shadow mixin bug, fixed z-index issues, and [more](https://github.com/twbs/bootstrap/issues?milestone=15&page=1&state=closed).
77
78 ### Highlights
79
80 - **Added four new example templates** to the docs, including a narrow marketing page, sign in form, sticky footer, and a fancy carousel (created for an upcoming .net magazine article).
81 - **Added the media component**, to create larger common components like comments, Tweets, etc.
82 - **New variable-driven typographic scale** based on `@baseFontSize` and `@baseLineHeight`.
83 - Revamped mini, small, and large padding via new variables for inputs and buttons so everything is the same size.
84 - Reverted 2.1.1's `.box-shadow();` mixin change that caused compiler errors.
85 - Improved dropdown submenus to support dropups and left-aligned submenus.
86 - Fixed z-index issues with tooltips and popovers in modals.
87 - Hero unit now sets basic type styles for the entire component, rather than on `.hero-unit p { ... }`.
88 - Updated JavaScript plugins and docs to jQuery 1.8.1.
89 - Added Contributing.md file.
90 - Added support for installing Bootstrap via [Bower](http://twitter.github.com/bower).
91 - Miscellaneous variable improvements across the board.
92 - Miscellaneous documentation typos fixed.
93
94 For the full list of issues included in this release, visit the [2.2.0 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=15&page=1&state=closed)
95
96
97
98 ## 2.1.1 (September 4, 2012)
99
100 * New feature: alert text. We documented these new classes, like `.text-success`, at the bottom of the [Typography section](http://twbs.github.com/bootstrap/base-css.html#typography) along with the long undocumented `.muted`.
101 * Fixed a lot of typos in the docs. Spelling is hard.
102 * Made the `.box-shadow()` mixin more durable. It no longer requires escaping for multiple shadows, meaning you can easily use variables and functions in them once again.
103 * Widened `.dl-horizontal dt` and `.horizontal-form .control-group` to better handle the increased font-size.
104 * Dropdown submenus improved: now you only see the next level, not all levels, on hover of the submenu toggle.
105 * Clarified jQuery and Bootstrap template requirements in Getting Started section.
106 * `select` now utilizes `@inputBorder`.
107 * `.lead` now scales up from `@baseFontSize` instead of being a fixed font-size and line-height.
108 * Fixed the vertical three color gradient in latest Firefox.
109 * Reordered some variables that caused errors in certain Less compilers.
110
111 View all closed issues on the [2.1.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=14&state=closed).
112
113
114 ## 2.1.0 (August 20, 2012)
115
116 ### Key changes
117
118 * Submenu support on dropdowns
119 * Affix JavaScript plugin
120 * Block level buttons
121 * State classes on table rows
122 * Improved disabled states on navs and dropdowns
123 * The navbar component is now white by default, with an optional class to darken it
124 * Improved prepended and appended inputs
125 * New base font-size and line-height
126 * Added variable for navbar collapse trigger point
127 * Fluid grid offsets
128 * Fluid grid system variables are no longer fixed percentages
129 * Removed LESS docs page
130
131 For full set of changes, see the completed milestone: https://github.com/twbs/bootstrap/issues?milestone=7&page=1&state=closed
132
133 ## 2.0.4 (June 1, 2012)
134
135
136 ### Docs
137
138 - Added `type="button"` to all dismiss buttons in alerts and modals  to avoid a bug in which they prevent their parent's `form` from properly submitting.
139 - Added simple documentation to Base CSS for `.lead`.
140 - Added new CSS test to illustrate how the navbar, static and fixed, behaves.
141 - Clarified grid sizing copy to include mention of responsive variations.
142 - Reformatted the LESS docs page to prevent terrible table displays at smaller grid sizes.
143 - Miscellaneous typos and tweaks.
144
145 ### CSS
146
147 - Refactored forms.less to make our selectors more specific for fewer overrides and less code. Instead of a generic `input` selector and various resets, we target each type of input like `input[type="text"]`, `input[type="password"]`, etc.
148 - Form field state (e.g., success or error) now applies to checkbox and radio labels.
149 - Removed redundant CSS on `<p>` for `font-family`, `font-size`, and `line-height`.
150 - Removed redundant `color` declaration from the `<label>` element.
151 - Added variables for dropdown dividers border colors.
152 - `legend` and `.form-actions` share the same `border-color`, `#e5e5e5`.
153 - Fixed some responsive issues with input-prepend and -append, notably with the fluid grid.
154 - Added special CSS to prevent `max-width: 100%;` on images from messing up Google Maps rendering.
155 - Scope opened dropdowns to only immediate children to avoid unintended cascade.
156 - Similarly, scope floated-right dropdowns to immediate children with `.pull-right > .dropdown-menu`.
157 - Updated `.placeholder()` mixin to use `&` operator in Less for proper output when compiling.
158 - Added `-ms-input-placeholder` to `.placeholder()` mixin.
159 - Added CSS3 hyphens mixin.
160 - Fixed a bug in IE7/8 where certain form controls would not show text if the parent had a filter opacity set.
161
162
163 ## 2.0.3 (April 24, 2012)
164
165 Running makefile now require JSHint and Recess.
166
167 ### HTML and CSS
168
169 - Overhauled the responsive utility classes to simplify required CSS, add `!important` to all declarations, and use `display: inherit` in place of `display: block` to account for different types of elements.
170 - Removed `>` from fluid grid column selectors, meaning every element with a `.span*` class within a `.row-fluid` will use percentage widths instead of fixed-pixels.
171 - Fixed regression in responsive images support as of 2.0.1. We've re-added `max-width: 100%;` to images by default. We removed it in our last release since we had folks complaining about Google Maps integration and other projects, but we're taking a different stance now on these things and will require developers to make these tweaks on their end.
172 - Added variable `@navbarBrandColor` for the brand element in navbars, which defaults to `@navbarLinkColor`.
173 - Font-family mixins now use variables for their stacks.
174 - Fixed an unescaped `filter` on the `.reset-filter()` mixin that was causing some errors depending on your compiler.
175 - Fixed regression in `.form-actions` background, which was too dark, by adding a new variable `@formActionsBackground` and changing the color to `#f5f5f5` instead of `#eee`.
176 - Fixed an issue on button group dropdowns where the background color was not using the button's darker color when the dropdown is open.
177 - Generalized and simplified the open dropdown classes while adding smarter defaults. Instead of `.dropdown.open`, we now use just `.open`. On the defaults side, all dropdown menus now have rounded corners to start.
178 - Improved active `.dropdown-toggle` styles (for dropdown buttons) by darkening the background and sharpening the inset shadow to match the active state of buttons.
179 - Direction of animation on progress bars reversed.
180 - Fixed input-prepend/append issue with uneditable inputs: `.uneditable-input` was being floated and a missing comma meant its `border-radius` for the append option wasn't being applied properly.
181 - Removed `height: auto;` from `img` since it was overriding dimensions set via HTML attributes.
182 - Fixed an issue of double borders on the top of tables with captions or colgroups.
183 - Fixed issue with anchor buttons in the `.navbar-text`. Instead of a general styling on all anchors within an element with that class, we now have a new class to specifically apply appropriate link color.
184 - Added support for `@navbarHeight` on the brand/project name and nav links for complete navbar height customization.
185 - Fixed the black borders on buttons problem in IE7 by removing the border, increasing the line-height, and providing darker background colors.
186 - Removed excess padding on `.search-query` inputs in IE7 since it doesn't have border-radius.
187 - Updated alert messages in Components to use `button` elements as close icons instead of `a`. Both can be used, but an `a` will require `href="#"` for dismissal on iOS devices.
188 - Fixed an issue with prepended/appended inputs in Firefox where `select` elements required two clicks to toggle the dropdown. Resolved by moving the `position: relative` to the `select` by default instead of on `:focus`.
189 - Added a new mixin, `.backface-visibility`, to help refine CSS 3D tranforms. Examples and explanation of usage can be found on [CSS Tricks](http://css-tricks.com/almanac/properties/b/backface-visibility/).
190 - Changed specificity of grid classes in responsive layouts under 767px to accurately target `input`, `select`, and `textarea` elements that use `.span*` classes.
191 - Horizontal description lists, `.dl-horizontal`, now truncate terms that are too long to fit in their fixed-width column. In the < 767px responsive layout, they change to their default stacked layout.
192 - Changed tabbable tabs to prevent issues in left and right aligned tabs. `.tab-content` would not growing to its parent's full width due to `display: table`. We removed that and the `width: 100%` and instead just set `overflow: auto` to clear the left and right aligned tabs.
193 - Updated thumbnails to support fluid grid column sizing.
194 - Added `>` to most of the button group selectors
195 - Added new variable, `@inputBorderRadius`, to all form controls that previously made use of the static `3px` value everywhere.
196 - Changed the way we do `border-radius` for tables. Instead of the regular mixin that zeros out all other corners, we specify one corner only so they can be combined for use on single column table headers.
197 - Updated Glyphicons Halflings from 1.5 to 1.6, introducing 20 new icons.
198 - Added an `offset` paramater to the `.makeColumn`.
199 - Increased the specificity of all tabbable nav selectors to include `.nav-collapse` to appropriately scope the responsive navbar behavior.
200 - Fixed uneditable inputs: text now cuts off and does not wrap, making it behave just like a default `input`.
201 - Labels and badges are now `vertical-align: baseline;` so they line up with surrounding text.
202
203 ### Javascript
204
205 - Add jshint support
206 - Add travis-ci support w/ headless phantom integration
207 - Replace UA sniffing in bootstrap-transitions.js
208 - Add MSTransitionEnd event to transition plugin
209 - Fix pause method in carousel (shouldn't restart when hovering over controls)
210 - Fix crazy opera bug #1776
211 - Don't open dropdown if target element is disabled
212 - Always select last item in scrollspy if you've reached the bottom of the document or element
213 - Typeahead should escape regexp special chars
214 - If interval is false on carousel, do not auto-cycle
215 - Add preventDefault support for all initial event types (show, close, hide, etc.)
216 - Fix collapse bug in ie7+ for initial collapse in
217 - Fix nested collapse bug
218 - If transitioning collapse, don't start new transition
219 - Try to autodetect when to use html/text method in tooltip/popovers to help prevent xss
220 - Add bootstrap + bootstrap.min.js to gh-pages for @remy and jsbin support
221
222 ### Documentation and repo
223
224 - Combined badges and labels into a single LESS file, labels-badges.less, to reduce repeated CSS.
225 - Separated responsive features into multiple files. We now have a file for each grouping of media queries (tablets and down, tablets to desktops, and large desktops). Additionally, the visible/hidden utility classes and the responsive navbar are in their own files. The output is the same in the compiled CSS, but this should give folks a bit more flexibility.
226 - Added a new CSS Tests page in the docs (not in the top nav) for better testing of edge cases and extending the use of standard components.
227 - Removed the bootstrap.zip file from the repo and the make process for faster building and a lighter repo. From now on, the zip will only be in the documentation branch.
228 - Fixed incorrect use of class instead of ID for tabs example and added documentation for multiple ways of toggling tabs.
229 - Fixed required markup listed for the specialized navbar search field.
230 - Removed all mention of `@siteWidth`, a variable no longer in use.
231 - Removed mentions of unused `@buttonPrimaryBackground` variable, which is no longer in use.
232 - Updated LESS docs page to include all the new variables we added in previous releases.
233 - Removed broken "dropup" menus from tabs and pills examples (shouldn't have been there in the first place).
234 - Replaced `.badge-error` with `.badge-important`. The error option is not a valid class and was a typo in the docs.
235 - Fixed mention of how to add plain text to the navbar. Previously the docs stated you only needed a `p` tag, but the required HTML is any element with class `.navbar-text`.
236 - Clarified the use of `.tabbable` for tabs. The wrapping class is only required for left and right tabs to clear their floats. Also added mention of `.fade` to fade in tabs.
237 - Updated forms documentation:
238   - Remove unnecessary duplicate help text in first example
239   - Added mention of required `input` class, `.search-query`, for the search form variation
240   - Removed incorrect mention of form fields being `display: block;` to start as fields are `inline-block` to start.
241 - Added mention of `data-target` attribute for the dropdowns javascript plugin to show how to keep custom URLs intact on links with `.dropdown-toggle` class.
242 - Updated the Kippt screenshot on the homepage to reflect their recent responsive redesign and upgrade to 2.0.2.
243
244
245 ## 2.0.2 (March 12, 2012)
246
247 Overview of docs changes, bugfixes, and new features.
248
249 ### Documentation updates
250
251 - All docs pages now have distinct titles, such as <em>Scaffolding &middot; Twitter Bootstrap</em>.
252 - Updated the Apple touch icons (now black on black instead of the blue grid) and fixed the links to them in the docs.
253 - Added new global styles docs section to the Scaffolding page.
254   - Required use of HTML5 doctype
255   - Overview of global typographic and links details
256   - Mention of our embedded CSS reset via [Normalize.css](http://necolas.github.com/normalize.css/)
257 - Added version number to the download button on the docs homepage.
258 - Updated progress bars section to simplify how the classes stack and more clearly indicate the available optional classes and styles.
259 - Added a new example, [SoundReady.fm](http://soundready.fm), to the homepage
260 - Added various sizes to the docs for button groups
261
262 ### Resolved bugs
263
264 - Removed all IE7 hacks and floats from `.input-prepend` and `.input-append`, however, this requires you to **ensure there is no whitespace in your code** between `.add-on` and the `input`.
265 - In `.input-prepend` and `.input-append`, added ability to use add-ons on both sides when you chain the selectors.
266 - Updated lingering `.btn-dark` reference to `.btn-inverse`.
267 - Fixed issue with content being cut off in `.tab-content` for tabbable sections.
268 - Updated `.navbar .container` to use `width: auto;` to start and then reset the fixed widths via the `#gridSystem` mixin (it's a little dirty, but required to avoid adding another class).
269 - Modal footer buttons are now aligned by their parent via `text-align: right;` instead of `float: right` on the button level. This was changed to allow the use of `.pull-left` and `.pull-right` to align buttons easily. Double check your button order with this change!
270 - Fixed problem where default striped progress bar was green instead of blue.
271 - Fixed CSS selector used for `input` and `textarea` grid sizes to properly apply the CSS (was `input > .span*` and now is `input.span*`).
272
273 ### New features
274
275 - Horizontal dividers support added to nav lists
276 - Added basic version of badges
277 - Added visible/hidden classes for devices
278 - Added support for buttons in input-prepend/append component
279 - Added .navbar-fixed-bottom support
280 - Added .dropup support for dropdown menus to pop them upward instead of downward (this is automatically done for the newly added fixed bottom navbar).
281 - Added mixin for [new image replacement technique](http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/)
282 - Added pause on hover for the carousel
283 - 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.
284 - Added new horizontal description list variation
285 - Added `.disabled` class support to the pager component (also added a mention of this to the docs)
286 - Added `.well-large` and `.well-small` classes for extending the well component
287
288 For a full issue-by-issue rundown of the release, check out the now closed [2.0.2 milestone on GitHub](https://github.com/twbs/bootstrap/issues?sort=created&direction=desc&state=closed&page=1&milestone=9)
289
290 ## v2.0.1 (February 17, 2012)
291
292 Overview of changes:
293
294 - Previously the docs called for use of `.control-label` in the examples, but the CSS didn't make clear use of it. This class is required for horizontal forms and has been reflected in the CSS.
295 - We've tried our best to improve rendering of buttons and icons across all browsers. Some issues remain; Firefox throws an `!important`on `line-height` for inputs, so that's the big one.
296 - We refined the label component style to move away from uppercase.
297 - Added the black button option, `.btn-inverse`.
298 - Added a mini button class, `.btn-mini`.
299 - We had to re-add the protocol, `http:` to the HTML5 schim because IE7-8 wouldn't recognize it, dropping some HTML5 support for those browsers and introducing major performance issues.
300 - Resolved some issues with responsive layouts where media queries would overlap at 768px and 980px.
301 - Rearranged Scaffolding docs page to split fixed and fluid grid systems.
302 - Tons of docs updates for typos and language changes.
303
304 For full list of changes, see the now closed [v2.0.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=8&state=closed).
305
306 ## v2.0.0 (January 28, 2012)
307 Complete rewrite of the library. For full details, head to the upgrading doc at http://twbs.github.com/bootstrap/upgrading.html.
308
309 ## v1.4.0
310 ### Key bug fixes and changes
311 - **Updated tables** to make no border the default and add options for condensed and bordered versions
312 - **Updated form states** to expand on error styles and provide warning and success variations
313 - New javascript plugin for button states
314 - Switched to strict mode for Javascript plugins
315 - Added more data attribute controls to our plugins
316 - Full list of 25+ issues fixed: https://github.com/twbs/bootstrap/issues?milestone=6&state=closed
317
318 ## v1.3.0
319 ### New features
320 - **Javascript plugins** for modals, alerts, dropdowns, scrollspy, tabs, tooltips, and popovers that work with jQuery and Ender
321 - **Massively updated docs** for both the main page and for the new javascript plugins
322 - **Inline labels** for marking inline content with key visual flags
323 - Media thumbnails
324 - Breadcrumbs
325
326 ### Updated docs
327 - Added complete javascript page with detailed documentation for how to use plugins
328 - Three complete example pages of using Bootstrap, linked from main docs page with thumbnails
329 - Added section for compiling Less, for guidelines on how to recompile Bootstrap with Less
330 - Added section for customizing grid variables in Less to roll your own grid system
331 - Added section for code for using pre and code tags
332 - Added section for form field sizes that match grid column sizes
333
334 ### Key bug fixes and changes
335   - Updated table styles to be just a tad bit more refined
336   - Added new form input sizes based on the Bootstrap grid system (meaning now you can do `input.span5` for a 280px-wide input)
337   - Removed `:focus` states from `:active` links in Firefox
338   - Fixed unqualified `.clearfix` in forms.less that added bottom margin to all containers
339   - Updated `.container()` mixing to be `.fixed-container()` to prevent conflicts when compiling
340   - Added focus states (either `box-shadow` or `outline` on `:focus`) to all buttons, links, and inputs
341   - No longer require `h3` in topbar, but still support for backwards compatibility
342
343 ## v1.2.0
344 - **Dropdowns refactored** to be extensible (now work in ul.tabs)
345 - **Added HTML5 form support** by generalizing the form selectors (e.g., input instead of input[type=text|password])
346 - **Gradients back in IE**, but removed rounded corners in IE9 to prevent background bleed on buttons and alert messages
347 - **Simplified the grid CSS** by removing the static .span1-16 classes in favor of CSS-style regex for column styles in the grid
348 - **Added .one-third and .two-thirds columns** to the grid system
349 - Fixed bug in disabled buttons where they received :active styles
350 - Bug fixes
351
352 ## v1.1.1
353 - **Redesigned alerts** to be more readable
354 - **Refactored buttons and alerts CSS** to be simpler
355 - Updated grid system to be more specific and not require .column or columns
356 - Improved on specificity of CSS selectors by removing unnecessary tag and parent selectors
357 - Miscellaneous updates to docs
358 - Bug fixes
359
360 ## v1.1.0
361 - **Added support for IE7 and IE8**
362 - Added examples directory with first example usage of Bootstrap for a simple website
363 - Syntax fixes for gradients and color-stops
364 - Miscellaneous updates to docs
365 - Bug fixes
366
367 ## v1.0.0
368 - **Initial release**