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-color
for setting thebackground-color
of text
inputs. (#296)
Changed
- Form text inputs now use
$_form-background-color
instead of
$base-background-color
as theirbackground-color
. (#296) $base-background-color
is now$viewport-background-color
and is used to
set thebackground-color
of thehtml
element. (#296)- Updated Bourbon dependency from
5.0.0.beta.7
to5.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
Changed
table
styles 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 thetr
s. (#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
Added
- Set
margin
to0
on thebody
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 thebody
element. (#279) a
elements no longer havetext-decoration
set tonone
. They also now
havetext-decoration-skip
set 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-size
in 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%;
toselect
elements. - Added
appearance: none;
to text inputs. - Added
height: 100%;
tohtml
andbody
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.