This repository was archived by the owner on Sep 13, 2024. It is now read-only.
Releases: thoughtbot/bourbon
Releases · thoughtbot/bourbon
Bourbon v7.3.0
v7.2.0
v7.1.0 - Wild Turkey
v7.0.0 - Catoctin Creek
Added
- Improved error handling of unsupported font file formats in the
font-face
mixin (supported formats arewoff2andwoff). - CSS
var()andenv()functions are now accepted as values in the
positionandsizemixins.
Changed
- Updated
thorfrom 0.x to 1.x
Removed
- The
font-facemixin no longer supportsttf,svg, andeot
font file formats.
v6.0.0 - Barrell
Removed
- Installation through Bower is no longer supported.
- The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.
v5.1.0 - Widow Jane
Added
$font-stack-systemnow includes thesystem-uivalue.
Changed
- The
_gammafunction will use apowfunction, if available.
v5.0.1 - Bookers
Fixed
- Fixed an issue that would cause Bourbon to not be found when using SassC.
v5.0.0 - Old Rip Van Winkle
Bourbon 5.0.0 is a major release with lots of changes and removals, which are documented in the change log 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.
v5.0.0.beta.8 - W.L. Weller
Added
- A
styleproperty has been added to ourpackage.json, which makes for easy
importing when using npm-sass, sass-module-importer and others.
Changed
- The
trianglemixin no longer has default argument values. The order of the
arguments also changed:$widthand$heightnow come before$color.
Fixed
- The
bourbon updateCLI 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.
v4.3.4 - Maker’s Mark
Changed
- Updated deprecation warning message for
strip-units. (#1016)