UNPKG

8.14 kBMarkdownView Raw
1# Changelog
2
3## 3.4.3 (non-ruby only)
4
5* Fix malformed `math.div` expressions. [#1225](https://github.com/twbs/bootstrap-sass/pull/1225)
6
7## 3.4.2 (non-ruby only)
8
9* Compatibility with Sass 1.33. [#1221](https://github.com/twbs/bootstrap-sass/pull/1221)
10
11## 3.4.0
12
13* Bootstrap rubygem now depends on SassC instead of Sass.
14* Compass no longer supported.
15
16## 3.3.7
17
18* Allows jQuery 3.x in bower.json. [#1048](https://github.com/twbs/bootstrap-sass/issues/1048)
19* Adds the `style` and `sass` fields to package.json. [#1045](https://github.com/twbs/bootstrap-sass/issues/1045)
20* Adds Eyeglass support. [#1007](https://github.com/twbs/bootstrap-sass/pull/1007)
21
22## 3.3.6
23
24* Bumps Sass dependency to 3.3.4+ to avoid compatibility issues with @at-root.
25* Bumps node-sass dependency to ~3.4.2 for Node.js v5 compatibility. [#986](https://github.com/twbs/bootstrap-sass/issues/986)
26* Fixes breadcrumb content issues on libsass. [#919](https://github.com/twbs/bootstrap-sass/issues/919)
27* Fixes a Rails 5 compatibility issue. [#965](https://github.com/twbs/bootstrap-sass/pull/965)
28
29Framework version: Bootstrap **v3.3.6**
30
31## 3.3.5
32
33Fix for standalone Compass extension compatibility. [#914](https://github.com/twbs/bootstrap-sass/issues/914)
34
35Framework version: Bootstrap **v3.3.5**
36
37## 3.3.4
38
39No Sass-specific changes.
40
41Framework version: Bootstrap **v3.3.4**
42
43## 3.3.3
44
45This is a re-packaged release of 3.3.2.1 (v3.3.2+1).
46
47Versions are now strictly semver.
48The PATCH version may be ahead of the upstream.
49
50Framework version: Bootstrap **v3.3.2**.
51
52## 3.3.2.1
53
54* Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)
55
56## 3.3.2.0
57
58* Autoprefixer is now required, and `autoprefixer-rails` is now a dependency for the ruby gem. [#824](https://github.com/twbs/bootstrap-sass/issues/824)
59* Minimum precision reduced from 10 to 8 [#821](https://github.com/twbs/bootstrap-sass/issues/821)
60* Requiring bootstrap JS from npm now works [#812](https://github.com/twbs/bootstrap-sass/issues/812)
61* Fix Sass 3.4.x + IE10 compatibility issue [#803](https://github.com/twbs/bootstrap-sass/issues/803)
62* Provide minified JS bundle [#777](https://github.com/twbs/bootstrap-sass/issues/777)
63* Bower package is now at bootstrap-sass [#813](https://github.com/twbs/bootstrap-sass/issues/813)
64
65
66## 3.3.1.0
67
68* Variables override template at templates/project/_bootstrap-variables.sass
69* Readme: Bower + Rails configuration
70
71## 3.3.0.1
72
73* Fix loading issue with the ruby gem version
74
75## 3.3.0
76
77* Improve libsass compatibility
78* Support using Bower package with Rails
79
80## 3.2.0.2
81
82Main bootstrap file is now a partial (_bootstrap.scss), for compatibility with Compass 1+.
83
84Fixed 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).
85
86## 3.2.0.1
87
88Fixed 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).
89
90## 3.2.0.0
91
92- Assets (Sass, JS, fonts) moved from `vendor/assets` to `assets`. `bootstrap.js` now contains concatenated JS.
93- Compass generator now copies JS and fonts, and provides a better default `styles.sass`.
94- Compass, Sprockets, and Mincer asset path helpers are now provided in pure Sass: `bootstrap-compass`, `bootstrap-sprockets`, and `bootstrap-mincer`.
95Asset path helpers must be imported before `bootstrap`, more in Readme.
96- Sprockets / Mincer JS manifest has been moved to `bootstrap-sprockets.js`.
97It can be required without adding Bootstrap JS directory to load path, as it now uses relative paths.
98- Sprockets: `depend_on_asset` (`glyphicons.scss`) has been changed to `depend_on` to work around an issue with `depend_on_asset`.
99[More information](https://github.com/twbs/bootstrap-sass/issues/592#issuecomment-46570286).
100
101## 3.1.1.0
102
103- Updated Bower docs
104
105## 3.1.0.2
106
107- #523: Rails 3.2 compatibility
108- Bugfixes from upstream up to 7eb532262fbd1112215b5a547b9285794b5360ab.
109
110## 3.1.0.1
111
112- #518: `scale` mixin Sass compatibility issue
113
114## 3.1.0.0
115
116* compiles with libsass master
117
118## 3.0.2.1
119
120* fix vendor paths for compass
121
122## 3.0.0.0
123
124* Fully automated (lots of string juggling) LESS -> Sass conversion. - *Gleb Mazovetskiy*
125* Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson*
126* Moved javascripts to us `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
127
128## 2.3.2.2
129
130* Allow sass-rails `>= 3.2` - *Thomas McDonald*
131
132## 2.3.2.1
133
134## 2.3.2.0
135
136* Update to Bootstrap 2.3.2 - *Dan Allen*
137
138## 2.3.1.3
139
140* Find the correct Sprockets context for the `image_path` function - *Tristan Harward, Gleb Mazovetskiy*
141
142## 2.3.1.2
143
144* Fix changes to image url - *Gleb Mazovetskiy*
145* Copy _variables into project on Compass install - *Phil Thompson*
146* Add `bootstrap-affix` to the Compass template file - *brief*
147
148## 2.3.1.1 (yanked)
149
150* Change how image_url is handled internally - *Tristan Harward*
151* Fix some font variables not having `!default` - *Thomas McDonald*
152
153## 2.3.0.0
154* [#290] Update to Bootstrap 2.3.0 - *Tristan Harward*
155* Fix `rake:debug` with new file locations - *Thomas McDonald*
156* Add draft contributing document - *Thomas McDonald*
157* [#260] Add our load path to the global Sass load path - *Tristan Harward*
158* [#275] Use GitHub notation in Sass head testing gemfile - *Timo Schilling*
159* [#279, #283] Readme improvements - *theverything, Philip Arndt*
160
161## 2.2.2.0
162* [#270] Update to Bootstrap 2.2.2 - *Tristan Harward*
163* [#266] Add license to gemspec - *Peter Marsh*
164
165## 2.2.1.1
166* [#258] Use `bootstrap` prefix for `@import`ing files in `bootstrap/bootstrap.scss` - *Umair Siddique*
167
168## 2.2.1.0
169* [#246] Update to Bootstrap 2.2.1 - *Tristan Harward*
170* [#246] Pull Bootstrap updates from jlong/sass-twitter-bootstrap - *Tristan Harward*
171
172## 2.1.1.0
173* Update to Bootstrap 2.1.1
174* [#222] Remove 100% multiplier in vertical-three-colours
175* [#227] Fix IE component animation collapse
176* [#228] Fix variables documentation link
177* [#231] Made .input-block-level a class as well as mixin
178
179## 2.1.0.1
180* [#219] Fix expected a color. Got: transparent.
181* [#207] Add missing warning style for table row highlighting
182* [#208] Use grid-input-span for input spans
183
184## 2.1.0.0
185* Updated to Bootstrap 2.1
186* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
187
188## 2.0.4.1
189* Fix `.row-fluid > spanX` nesting
190* Small Javascript fixes for those staying on the 2.0.4 release
191* Add `!default` to z-index variables.
192
193## 2.0.4.0
194* Updated to Bootstrap 2.0.4
195* Switched to Bootstrap 2.0.3+'s method of separating responsive files
196* [#149, #150] Fix off by one error introduced with manual revert of media query breakpoints
197* `rake debug` and `rake test` both compile bootstrap & bootstrap-responsive
198
199## 2.0.3.1
200* [#145, #146] Fix button alignment in collapsing navbar as a result of an incorrect variable
201
202## 2.0.3
203* Updated to Bootstrap 2.0.3
204* [#106] Support for Rails < 3.1 through Compass
205* [#132] Add CI testing
206* [#106] Support Rails w/Compass
207* [#134] Fix support for Rails w/Compass
208
209## 2.0.2
210* [#86] Updated to Bootstrap 2.0.2
211Things 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
212* [#62] Fixed asset compilation taking a *very* long time.
213* [#69, #79, #80] \(Hopefully) clarified README. Now with less cat humour.
214* [#91] Removed doubled up Sass extensions for Rails.
215* [#63, #73] Allow for overriding of image-path
216* [[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.
217
218## 2.0.1
219* Updated to Bootstrap 2.0.1
220* Modified `@mixin opacity()` to take an argument `0...1` rather than `0...100` to be consistent with Compass.
221
222## 2.0.0
223* Updated to Bootstrap 2.0.0