2012-02-17 10:05:26 +00:00
# Changelog
2013-05-30 00:35:33 -07:00
## 3.0.0.0
2013-10-24 19:32:25 +02:00
* Fully automated (lots of string juggling) LESS -> Sass conversion. - *Gleb Mazovetskiy*
2013-05-30 00:35:33 -07:00
* Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson*
2013-10-24 19:32:25 +02:00
* Moved javascripts to us `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
2013-05-30 00:35:33 -07:00
2013-08-28 18:25:12 +01:00
## 2.3.2.2
* Allow sass-rails `>= 3.2` - *Thomas McDonald*
## 2.3.2.1
2013-06-01 00:21:28 +01:00
## 2.3.2.0
2013-04-26 19:13:21 +01:00
2013-06-01 00:21:28 +01:00
* Update to Bootstrap 2.3.2 - *Dan Allen*
2013-05-31 23:43:11 +01:00
## 2.3.1.3
* Find the correct Sprockets context for the `image_path` function - *Tristan Harward, Gleb Mazovetskiy*
2013-05-24 15:15:44 +01:00
## 2.3.1.2
2013-04-26 19:13:21 +01:00
2013-05-24 15:15:44 +01:00
* Fix changes to image url - *Gleb Mazovetskiy*
* Copy _variables into project on Compass install - *Phil Thompson*
* Add `bootstrap-affix` to the Compass template file - *brief*
## 2.3.1.1 (yanked)
* Change how image_url is handled internally - *Tristan Harward*
2013-04-26 19:13:21 +01:00
* Fix some font variables not having `!default` - *Thomas McDonald*
2013-04-13 16:32:50 +02:00
## 2.3.0.0
* [#290 ] Update to Bootstrap 2.3.0 - *Tristan Harward*
* Fix `rake:debug` with new file locations - *Thomas McDonald*
* Add draft contributing document - *Thomas McDonald*
* [#260 ] Add our load path to the global Sass load path - *Tristan Harward*
* [#275 ] Use GitHub notation in Sass head testing gemfile - *Timo Schilling*
* [#279 , #283 ] Readme improvements - *theverything, Philip Arndt*
## 2.2.2.0
* [#270 ] Update to Bootstrap 2.2.2 - *Tristan Harward*
* [#266 ] Add license to gemspec - *Peter Marsh*
## 2.2.1.1
* [#258 ] Use `bootstrap` prefix for `@import` ing files in `bootstrap/bootstrap.scss` - *Umair Siddique*
## 2.2.1.0
* [#246 ] Update to Bootstrap 2.2.1 - *Tristan Harward*
* [#246 ] Pull Bootstrap updates from jlong/sass-twitter-bootstrap - *Tristan Harward*
## 2.1.1.0
2012-10-31 14:44:07 +00:00
* Update to Bootstrap 2.1.1
* [#222 ] Remove 100% multiplier in vertical-three-colours
* [#227 ] Fix IE component animation collapse
* [#228 ] Fix variables documentation link
* [#231 ] Made .input-block-level a class as well as mixin
2013-04-13 16:32:50 +02:00
## 2.1.0.1
2012-09-30 13:24:26 +01:00
* [#219 ] Fix expected a color. Got: transparent.
* [#207 ] Add missing warning style for table row highlighting
* [#208 ] Use grid-input-span for input spans
2012-09-01 17:45:06 +01:00
## 2.1.0.0
* Updated to Bootstrap 2.1
* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
2012-08-28 08:29:41 +01:00
## 2.0.4.1
* Fix `.row-fluid > spanX` nesting
* Small Javascript fixes for those staying on the 2.0.4 release
* Add `!default` to z-index variables.
2012-06-04 12:10:37 +01:00
## 2.0.4.0
* Updated to Bootstrap 2.0.4
* Switched to Bootstrap 2.0.3+'s method of separating responsive files
* [#149 , #150 ] Fix off by one error introduced with manual revert of media query breakpoints
* `rake debug` and `rake test` both compile bootstrap & bootstrap-responsive
2012-05-22 11:15:59 +01:00
## 2.0.3.1
* [#145 , #146 ] Fix button alignment in collapsing navbar as a result of an incorrect variable
## 2.0.3
2012-04-25 23:19:05 +01:00
* Updated to Bootstrap 2.0.3
2012-05-13 21:15:17 +01:00
* [#106 ] Support for Rails < 3.1 through Compass
* [#132 ] Add CI testing
* [#106 ] Support Rails w/Compass
* [#134 ] Fix support for Rails w/Compass
2012-04-25 23:19:05 +01:00
2012-03-28 15:38:25 +01:00
## 2.0.2
* [#86 ] Updated to Bootstrap 2.0.2
Things of note: static navbars now have full width. (to be fixed in 2.0.3) `.navbar-inner > .container { width:940px; }` seems to work in the meanwhile
* [#62 ] Fixed asset compilation taking a *very* long time.
2012-05-13 21:15:17 +01:00
* [#69 , #79 , #80 ] \(Hopefully) clarified README. Now with less cat humour.
2012-03-28 15:38:25 +01:00
* [#91 ] Removed doubled up Sass extensions for Rails.
* [#63 , #73 ] Allow for overriding of image-path
* [[SO ](http://stackoverflow.com/a/9909626/241212 )] Added makeFluidColumn mixin for defining fluid columns. Fluid rows must use `@extend .row-fluid` , and any column inside it can use `@include makeFluidColumn(num)` , where `num` is the number of columns. Unfortunately, there is a rather major limitation to this: margins on first-child elements must be overriden. See the attached Stack Overflow answer for more information.
2012-02-17 10:05:26 +00:00
## 2.0.1
* Updated to Bootstrap 2.0.1
* Modified `@mixin opacity()` to take an argument `0...1` rather than `0...100` to be consistent with Compass.
## 2.0.0
2013-04-13 16:32:50 +02:00
* Updated to Bootstrap 2.0.0