Skip to content

Releases: thoughtbot/bourbon

Bourbon v7.3.0

23 Jan 21:15
c3551e4
Compare
Choose a tag to compare

Update initializers so they only include assets for >=Rails 5. Dropped support for <Rails 5.

v7.2.0

22 Feb 17:58
Compare
Choose a tag to compare

What's Changed

  • Reverted:

Replace / with math.div per Dart Sass 2.0.0 updates. Thanks to @dkjensen for raising the issue and @jclusso for merging the migration."

For context see : #1106 (comment)

v7.1.0 - Wild Turkey

22 Feb 16:02
b3e2cc5
Compare
Choose a tag to compare

Changed

  • Replace / with math.div per Dart Sass 2.0.0 updates. Thanks to @dkjensen for raising the issue and @jclusso for merging the migration.

v7.0.0 - Catoctin Creek

09 Mar 19:47
Compare
Choose a tag to compare

Added

  • Improved error handling of unsupported font file formats in the font-face
    mixin (supported formats are woff2 and woff).
  • CSS var() and env() functions are now accepted as values in the
    position and size mixins.

Changed

  • Updated thor from 0.x to 1.x

Removed

  • The font-face mixin no longer supports ttf, svg, and eot
    font file formats.

v6.0.0 - Barrell

10 Jul 18:29
Compare
Choose a tag to compare

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

20 Jul 16:56
Compare
Choose a tag to compare

Added

  • $font-stack-system now includes the system-ui value.

Changed

  • The _gamma function will use a pow function, if available.

v5.0.1 - Bookers

08 Jun 14:20
Compare
Choose a tag to compare

Fixed

  • Fixed an issue that would cause Bourbon to not be found when using SassC.

v5.0.0 - Old Rip Van Winkle

05 Jan 20:14
Compare
Choose a tag to compare

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

26 Jun 17:13
Compare
Choose a tag to compare
Pre-release

Added

  • A style property has been added to our package.json, which makes for easy
    importing when using npm-sass, sass-module-importer and others.

Changed

  • 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.

v4.3.4 - Maker’s Mark

01 Apr 14:50
Compare
Choose a tag to compare

Changed

  • Updated deprecation warning message for strip-units. (#1016)