This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Releases: thoughtbot/bourbon
Releases · thoughtbot/bourbon
v4.3.3 - Denning’s Point
Fixed
- Internal Bourbon deprecation warnings for
is-size
andis-length
will no
longer be thrown when using thesize
mixin.
v4.3.2 - Elijah Craig
Fixed
- Internal Bourbon deprecation warnings for
unpack
andis-length
will no
longer be thrown when using theposition
mixin. (#1004)
v4.3.1 - Knob Creek
Fixed
- Internal Bourbon deprecation warnings will no longer be thrown. (#1002)
v4.3.0 - Buffalo Trace
Added
- Added deprecation warnings for features that will be removed in 5.0.0. Please
reference our change log, which includes a list of these changes and
removals. (#891)
v5.0.0.beta.7
Added
- Added
white-space: nowrap;
to thehide-visually
mixin so that content
renders on one line and is correctly pronounced by screen readers. You can
read more about this in Jesse Beach’s article “Beware smushed off-screen
accessible text.”
Changed
- Removed the default values from the
$position
and$coordinates
arguments
for theposition
mixin. - Updated
contrast-switch
to calculate contrast based on the WCAG 2.0
specification. Please note that it is an approximation and we cannot guarantee
full compliance, though all of our manual testing passed. - Renamed the
$coordinates
argument in theposition
mixin
to$box-edge-values
. - Updated
$font-stack-system
to include Avenir Next, Avenir, Lucida
Grande, Helvetica, Noto, Franklin Gothic Medium, Century Gothic, and
Liberation Sans. This follows system-fonts by Adam Morse. - The
word-break
property was removed from theword-wrap
mixin and
is no longer output. - Renamed the
word-wrap
mixin tooverflow-wrap
to align with the
name change in the CSS spec.
v5.0.0.beta.6
Added
- Added a
value-prefixer
mixin for generating vendor prefixes on values.
v4.2.7
v5.0.0.beta.5
Fixed
- Fixed a Sass load path issue that would intermittently break the importing of
Bourbon in Rails apps.
Changed
- Swapped the order of the
$file-formats
and$asset-pipeline
arguments in
thefont-face
mixin, so that$asset-pipeline
is last (because it has a
default and is likely used the least).
v5.0.0.beta.4
Fixed
- We accidentally published 5.0.0.beta.3 as a stable release on npm, rather than a prerelease. We’ve unpublished that to go back to 4.2.6 on the stable channel.