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