Skip to content

Releases: thoughtbot/bourbon

v4.3.3 - Denning’s Point

23 Feb 15:38
Compare
Choose a tag to compare

Fixed

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

v4.3.2 - Elijah Craig

10 Feb 15:25
Compare
Choose a tag to compare

Fixed

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

v4.3.1 - Knob Creek

08 Feb 00:47
Compare
Choose a tag to compare

Fixed

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

v4.3.0 - Buffalo Trace

03 Feb 18:51
Compare
Choose a tag to compare

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

03 Nov 12:59
Compare
Choose a tag to compare
v5.0.0.beta.7 Pre-release
Pre-release

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

06 Jun 13:31
Compare
Choose a tag to compare
v5.0.0.beta.6 Pre-release
Pre-release

Added

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

v4.2.7

15 Apr 21:03
Compare
Choose a tag to compare

Fixed

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

v5.0.0.beta.5

23 Mar 15:43
Compare
Choose a tag to compare
v5.0.0.beta.5 Pre-release
Pre-release

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

11 Mar 22:47
Compare
Choose a tag to compare
v5.0.0.beta.4 Pre-release
Pre-release

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

04 Mar 20:44
Compare
Choose a tag to compare
v5.0.0.beta.3 Pre-release
Pre-release

Added

  • Added pathname requirement to resolve install issues.

Full Changelog