All Versions
27
Latest Version
Avg Release Cycle
132 days
Latest Release
766 days ago

Changelog History
Page 1

  • v7.2.0 Changes

    February 22, 2022

    πŸ”„ Changed

    • ⚑️ Revert "Replace / with math.div per Dart Sass 2.0.0 updates."
  • v7.1.0 Changes

    February 22, 2022

    πŸ”„ Changed

    • ⚑️ Replace / with math.div per Dart Sass 2.0.0 updates.
  • v7.0.0 Changes

    March 09, 2020

    βž• 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 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 the system-ui value.

    πŸ”„ Changed

    • The _gamma function will use a pow 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 our package.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.
  • v5.0.0-beta.7 Changes

    November 03, 2016

    βž• Added

    • βž• Added white-space: nowrap; to the hide-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 the position 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 the position 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 the word-wrap mixin and is no longer output.
    • πŸ“‡ Renamed the word-wrap mixin to overflow-wrap to align with the name change in the CSS spec.
  • v5.0.0-beta.6 Changes

    June 06, 2016

    βž• Added

    • βž• Added a value-prefixer mixin for generating vendor prefixes on values.