Bourbon Versions Save

A Lightweight Sass Tool Set

v4.3.3

7 years ago

Fixed

  • Internal Bourbon deprecation warnings for is-size and is-length will no longer be thrown when using the size mixin.

v4.3.2

7 years ago

Fixed

  • Internal Bourbon deprecation warnings for unpack and is-length will no longer be thrown when using the position mixin. (#1004)

v4.3.1

7 years ago

Fixed

  • Internal Bourbon deprecation warnings will no longer be thrown. (#1002)

v4.3.0

7 years ago

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

7 years ago

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

7 years ago

Added

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

v4.2.7

8 years ago

Fixed

  • Fixed a Sass deprecation warning when using the background and background-image mixins.

v5.0.0.beta.5

8 years ago

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 the font-face mixin, so that $asset-pipeline is last (because it has a default and is likely used the least).

v5.0.0.beta.4

8 years ago

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.

v5.0.0.beta.3

8 years ago

Added

  • Added pathname requirement to resolve install issues.

Full Changelog