Releases: thoughtbot/bitters
Releases · thoughtbot/bitters
v2.0.4 - Boston Bittahs
Changed
- Updated Bundler, Thor, Sass dependencies.
Removed
- Removed duplication of normalize.css body styles.
v2.0.3 - Bittercube Jamaican No. 2
Fixed
- Make button text accessible
Removed
- Remove Bourbon modular-scale function
v2.0.2 - Scrappy’s Peach Bitters
Removed
- Removed sass runtime dependency
v2.0.1 - Bittermens Hopped Grapefruit Bitters
Fixed
- Removed the bourbon runtime dependency
v2.0.0 - Mono
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
Added
- Added
$_form-background-colorfor setting thebackground-colorof text
inputs. (#296)
Changed
- Form text inputs now use
$_form-background-colorinstead of
$base-background-coloras theirbackground-color. (#296) $base-background-coloris now$viewport-background-colorand is used to
set thebackground-colorof thehtmlelement. (#296)- Updated Bourbon dependency from
5.0.0.beta.7to5.0. (#299)
Removed
$secondary-background-colorhas been removed (it was not used for setting
any values. (#296)
v1.7.0 - The Bitter End Mexican Mole Bitters
Changed
tablestyles have been improved with left text-alignment throughout the
whole table, bottom vertical-alignment within thethead, top
vertical-alignment within thetbody, right padding within each cell and
borders being set on thetrs. (#288)- The value of
$base-spacingis no longer derived from$base-line-height.
(#292) - The color of button text is now set using Bourbon's
contrast-switchfunction, to automatically ensure
sufficient contrast against the button's background color. (#294)
Removed
- Remove unused
$medium-screenand$large-screenbreakpoint
variables. (#285)
v1.6.0 - Bittermens Hellfire Habanero Shrub
Added
- Set
marginto0on thebodyelement. (#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
htmlelement, instead of thebody
element. (#279) aelements no longer havetext-decorationset tonone. They also now
havetext-decoration-skipset toink. (#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-sizein favor of more specific implimentations specific
to the particular object being modified. (#272)
v1.5.0 - Bittermens ’Elemakule Tiki Bitters
Changed
- Updated Bourbon dependency to
5.0.0.beta.7.
v1.4.0 - Scrappy’s Chocolate Bitters
Added
- Added
text-align: center;to buttons. - Added
width: 100%;toselectelements. - Added
appearance: none;to text inputs. - Added
height: 100%;tohtmlandbodyelements.
Changed
- Changed the text color for
::placeholderstyles to be based on
$base-font-colorinstead of using$medium-gray.
Removed
- Removed
select[multiple]selector.