This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Releases: thoughtbot/bourbon
Releases · thoughtbot/bourbon
v3.2.4
v4.1.1
v4.1.0
- Added Bourbon’s version number to the main manifest partial (
_bourbon.scss
) for easy reference - Added a
text-decoration
mixin - Added a
selection
mixin - Fixed a bug in the
background
mixin when only passing a color - Fixed a bug in the
hide-text
mixin for non-English characters - Fixed
ellipsis
mixin to includedword-wrap
for IE8/9 - Fixed a bug in the Flexbox mixin to output
-ms-flex-pack: distribute;
instead of-ms-flex-pack: center;
- Flat style for the
button
add-on now accepts$padding
and$text-size
arguments - The
font-face
mixin now let’s you specify file formats, plus has WOFF2 support - The
modular-scale
function now let’s you set defaults - The
hide-text
add-on now accepts aheight
argument - The
position
mixin now supports thecalc()
CSS function - The
size
mixin now supportsauto
,inherit
,initial
values, unitless numbers, intrinsic sizing values and thecalc()
CSS function - The
word-wrap
mixin can now be reset tonormal
- Removed our
prefixer
function fromborder-radius
shorthand mixin - Deprecated the
button
mixin- Bitters now takes care of that
- Deprecated the grid functions (
flex-grid
,flex-gutter
,grid-width
), which were moved to Neat - Deprecated the
golden-ratio
function (use themodular-scale
function instead)
Bower Users:
We changed where Bower looks for Bourbon’s files. Instead of a dist
directory, which was just a duplicate of the entire Bourbon library for Bower to use, we now point Bower to app/assets/stylesheets
. You’ll need to update your bower.json
manifest file to reflect this change.
v4.1.0.pre
- Added the version number to the main manifest partial (
_bourbon.scss
) for easy reference - Added a
text-decoration
mixin - Added a
selection
mixin - Fixed a bug in the
background
mixin when only passing a color - Fixed a bug in the
hide-text
mixin for non-English characters - Fixed
ellipsis
mixin to includedword-wrap
for IE8/9 - Fixed a bug in the Flexbox mixin to output
-ms-flex-pack: distribute;
instead of-ms-flex-pack: center;
- Flat style for the
button
add-on now accepts$padding
and$text-size
arguments - The
font-face
mixin now let’s you specify file formats - The
modular-scale
function now let’s you set defaults - The
hide-text
add-on now accepts aheight
argument - Removed our
prefixer
function fromborder-radius
shorthand mixin - Removed the
dist
directory, which was a duplicate of the library for Bower (Bower now points toapp/assets/stylesheets
) - Deprecated the
button
mixin - Deprecated the grid functions (
flex-grid
,flex-gutter
,grid-width
), which were moved to Neat - Deprecated the
golden-ratio
function (use themodular-scale
function instead)
v4.0.2
- Added a global setting for Rails’ Asset Pipeline
- Fixed a bug with the
size
mixin not outputtingwidth
v3.2.3
v3.2.2
v4.0.1
v3.2.1
v4.0.0 stable
Official stable release for use with Sass 3.3.x
For a full list of features and changes, see the 4.0.0-RC.1 and the 4.0.0-RC.2 changelogs.
Install
gem install bourbon -v 4.0.0
Gemfile
gem 'bourbon', '~> 4.0.0'