Skip to content

Releases: thoughtbot/bitters

v2.0.4 - Boston Bittahs

24 Apr 20:26
c2347f0
Compare
Choose a tag to compare

Changed

  • Updated Bundler, Thor, Sass dependencies.

Removed

  • Removed duplication of normalize.css body styles.

v2.0.3 - Bittercube Jamaican No. 2

25 Oct 21:33
Compare
Choose a tag to compare

Fixed

  • Make button text accessible

Removed

  • Remove Bourbon modular-scale function

v2.0.2 - Scrappy’s Peach Bitters

08 Oct 17:59
Compare
Choose a tag to compare

Removed

  • Removed sass runtime dependency

v2.0.1 - Bittermens Hopped Grapefruit Bitters

03 Sep 21:07
Compare
Choose a tag to compare

Fixed

  • Removed the bourbon runtime dependency

v2.0.0 - Mono

05 Jul 18:12
Compare
Choose a tag to compare

Bitters v2.0.0 Mono transforms the code base in a number of ways. First of all, it removes bourbon as a dependency. It also moves much of the Sass variables and transitions them to CSS variables.

v1.8.0 - Dale DeGroff’s Pimento Aromatic Bitters

05 Feb 15:02
Compare
Choose a tag to compare

Added

  • Added $_form-background-color for setting the background-color of text
    inputs. (#296)

Changed

  • Form text inputs now use $_form-background-color instead of
    $base-background-color as their background-color. (#296)
  • $base-background-color is now $viewport-background-color and is used to
    set the background-color of the html element. (#296)
  • Updated Bourbon dependency from 5.0.0.beta.7 to 5.0. (#299)

Removed

  • $secondary-background-color has been removed (it was not used for setting
    any values. (#296)

v1.7.0 - The Bitter End Mexican Mole Bitters

30 Jun 14:17
Compare
Choose a tag to compare

Changed

  • table styles have been improved with left text-alignment throughout the
    whole table, bottom vertical-alignment within the thead, top
    vertical-alignment within the tbody, right padding within each cell and
    borders being set on the trs. (#288)
  • The value of $base-spacing is no longer derived from $base-line-height.
    (#292)
  • The color of button text is now set using Bourbon's
    contrast-switch function, to automatically ensure
    sufficient contrast against the button's background color. (#294)

Removed

  • Remove unused $medium-screen and $large-screen breakpoint
    variables. (#285)

v1.6.0 - Bittermens Hellfire Habanero Shrub

12 May 18:16
Compare
Choose a tag to compare

Added

  • Set margin to 0 on the body element. (#280)
  • Global variables for the styling of focus outlines. (#284)

Changed

  • Component/feature-specific variables have been moved into their respective
    partials, rather than in the global variables partial. They have also been
    prefixed with an underscore to indicate they are "private" to that
    partial. (#275)
  • Base typography is now styled off of the html element, instead of the body
    element. (#279)
  • a elements no longer have text-decoration set to none. They also now
    have text-decoration-skip set to ink. (#283)
  • The visual style of outlines on focused elements (a, $all-buttons,
    [type="checkbox"], [type="radio"], [type="file"], select) is now solid
    and offset from the element. (#284)

Removed

  • Removed $base-font-size in favor of more specific implimentations specific
    to the particular object being modified. (#272)

v1.5.0 - Bittermens ’Elemakule Tiki Bitters

08 Nov 15:39
Compare
Choose a tag to compare

Changed

  • Updated Bourbon dependency to 5.0.0.beta.7.

v1.4.0 - Scrappy’s Chocolate Bitters

10 Aug 16:39
Compare
Choose a tag to compare

Added

  • Added text-align: center; to buttons.
  • Added width: 100%; to select elements.
  • Added appearance: none; to text inputs.
  • Added height: 100%; to html and body elements.

Changed

  • Changed the text color for ::placeholder styles to be based on
    $base-font-color instead of using $medium-gray.

Removed

  • Removed select[multiple] selector.

Full change log