All Versions
27
Latest Version
Avg Release Cycle
132 days
Latest Release
941 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v7.2.0 Changes
February 22, 2022π Changed
- β‘οΈ Revert "Replace
/
withmath.div
per Dart Sass 2.0.0 updates."
- β‘οΈ Revert "Replace
-
v7.1.0 Changes
February 22, 2022π Changed
- β‘οΈ Replace
/
withmath.div
per Dart Sass 2.0.0 updates.
- β‘οΈ Replace
-
v7.0.0 Changes
March 09, 2020β Added
- π Improved error handling of unsupported font file formats in the
font-face
mixin (supported formats arewoff2
andwoff
). - CSS
var()
andenv()
functions are now accepted as values in theposition
andsize
mixins.
π Changed
- β‘οΈ Updated
thor
from 0.x to 1.x
β Removed
- π The
font-face
mixin no longer supportsttf
,svg
, andeot
font file formats.
- π Improved error handling of unsupported font file formats in the
-
v6.0.0 Changes
July 10, 2019β Removed
- π Installation through Bower is no longer supported.
- π The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.
-
v5.1.0 Changes
July 20, 2018β Added
- π»
$font-stack-system
now includes thesystem-ui
value.
π Changed
- The
_gamma
function will use apow
function, if available.
- π»
-
v5.0.1 Changes
June 08, 2018π Fixed
- π Fixed an issue that would cause Bourbon to not be found when using SassC.
-
v5.0.0 Changes
January 05, 2018π Bourbon 5.0.0 is a major release with lots of changes and removals, which are π documented below in each of the alpha and beta releases. There are no changes β¬οΈ between v5.0.0-beta.8 and v5.0.0. For information on how to upgrade from v4 to v5, read our [migrating guide][migrating-guide].
π [migrating-guide]: https://www.bourbon.io/docs/migrating-from-v4-to-v5/
-
v5.0.0-beta.8 Changes
June 26, 2017β Added
- π
A
style
property has been added to ourpackage.json
, which makes for easy importing when using npm-sass, sass-module-importer and others.
π Changed
- 0οΈβ£ The
triangle
mixin no longer has default argument values. The order of the arguments also changed:$width
and$height
now come before$color
.
π Fixed
- β‘οΈ The
bourbon update
CLI command now works when Bourbon is installed using a custom path. - π Fixed an issue that would cause Bourbon to not be found within Rails apps.
- π
A
-
v5.0.0-beta.7 Changes
November 03, 2016β 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.
- β Added
-
v5.0.0-beta.6 Changes
June 06, 2016β Added
- β Added a
value-prefixer
mixin for generating vendor prefixes on values.
- β Added a