UNPKG

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