1# Changelog
2
3## 3.1.1.0
4
5- Updated Bower docs
6
7## 3.1.0.2
8
9- #523: Rails 3.2 compatibility
10- Bugfixes from upstream up to 7eb532262fbd1112215b5a547b9285794b5360ab.
11
12## 3.1.0.1
13
14- #518: `scale` mixin Sass compatibility issue
15
16## 3.1.0.0
17
18* compiles with libsass master
19
20## 3.0.2.1
21
22* fix vendor paths for compass
23
24## 3.0.0.0
25
26* Fully automated (lots of string juggling) LESS -> Sass conversion. - *Gleb Mazovetskiy*
27* Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson*
28* Moved javascripts to us `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
29
30## 2.3.2.2
31
32* Allow sass-rails `>= 3.2` - *Thomas McDonald*
33
34## 2.3.2.1
35
36## 2.3.2.0
37
38* Update to Bootstrap 2.3.2 - *Dan Allen*
39
40## 2.3.1.3
41
42* Find the correct Sprockets context for the `image_path` function - *Tristan Harward, Gleb Mazovetskiy*
43
44## 2.3.1.2
45
46* Fix changes to image url - *Gleb Mazovetskiy*
47* Copy _variables into project on Compass install - *Phil Thompson*
48* Add `bootstrap-affix` to the Compass template file - *brief*
49
50## 2.3.1.1 (yanked)
51
52* Change how image_url is handled internally - *Tristan Harward*
53* Fix some font variables not having `!default` - *Thomas McDonald*
54
55## 2.3.0.0
56* [#290] Update to Bootstrap 2.3.0 - *Tristan Harward*
57* Fix `rake:debug` with new file locations - *Thomas McDonald*
58* Add draft contributing document - *Thomas McDonald*
59* [#260] Add our load path to the global Sass load path - *Tristan Harward*
60* [#275] Use GitHub notation in Sass head testing gemfile - *Timo Schilling*
61* [#279, #283] Readme improvements - *theverything, Philip Arndt*
62
63## 2.2.2.0
64* [#270] Update to Bootstrap 2.2.2 - *Tristan Harward*
65* [#266] Add license to gemspec - *Peter Marsh*
66
67## 2.2.1.1
68* [#258] Use `bootstrap` prefix for `@import`ing files in `bootstrap/bootstrap.scss` - *Umair Siddique*
69
70## 2.2.1.0
71* [#246] Update to Bootstrap 2.2.1 - *Tristan Harward*
72* [#246] Pull Bootstrap updates from jlong/sass-twitter-bootstrap - *Tristan Harward*
73
74## 2.1.1.0
75* Update to Bootstrap 2.1.1
76* [#222] Remove 100% multiplier in vertical-three-colours
77* [#227] Fix IE component animation collapse
78* [#228] Fix variables documentation link
79* [#231] Made .input-block-level a class as well as mixin
80
81## 2.1.0.1
82* [#219] Fix expected a color. Got: transparent.
83* [#207] Add missing warning style for table row highlighting
84* [#208] Use grid-input-span for input spans
85
86## 2.1.0.0
87* Updated to Bootstrap 2.1
88* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
89
90## 2.0.4.1
91* Fix `.row-fluid > spanX` nesting
92* Small Javascript fixes for those staying on the 2.0.4 release
93* Add `!default` to z-index variables.
94
95## 2.0.4.0
96* Updated to Bootstrap 2.0.4
97* Switched to Bootstrap 2.0.3+'s method of separating responsive files
98* [#149, #150] Fix off by one error introduced with manual revert of media query breakpoints
99* `rake debug` and `rake test` both compile bootstrap & bootstrap-responsive
100
101## 2.0.3.1
102* [#145, #146] Fix button alignment in collapsing navbar as a result of an incorrect variable
103
104## 2.0.3
105* Updated to Bootstrap 2.0.3
106* [#106] Support for Rails < 3.1 through Compass
107* [#132] Add CI testing
108* [#106] Support Rails w/Compass
109* [#134] Fix support for Rails w/Compass
110
111## 2.0.2
112* [#86] Updated to Bootstrap 2.0.2
113Things 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
114* [#62] Fixed asset compilation taking a *very* long time.
115* [#69, #79, #80] \(Hopefully) clarified README. Now with less cat humour.
116* [#91] Removed doubled up Sass extensions for Rails.
117* [#63, #73] Allow for overriding of image-path
118* [[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.
119
120## 2.0.1
121* Updated to Bootstrap 2.0.1
122* Modified `@mixin opacity()` to take an argument `0...1` rather than `0...100` to be consistent with Compass.
123
124## 2.0.0
125* Updated to Bootstrap 2.0.0
126