Hours
Hours copied to clipboard
Bump bitters from 0.10.0 to 2.0.3
Bumps bitters from 0.10.0 to 2.0.3.
Release notes
Sourced from bitters's releases.
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)#296: thoughtbot/bitters#296 #299: thoughtbot/bitters#299
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
][contrast-switch] function, to automatically ensure sufficient contrast against the button's background color. (#294)Removed
... (truncated)
Changelog
Sourced from bitters's changelog.
2.0.3 - 2019-10-25
Fixed
- Make button text accessible
Removed
- Remove Bourbon modular-scale function
2.0.2 - 2019-10-08
Removed
- Removed sass runtime dependency
2.0.1 - 2019-09-03
Fixed
- Removed the bourbon runtime dependency
[2.0.0] - 2019-07-05
Added
- Added variables for all font weights
- Added CSS to make
input[type="search"]
behave as a textfield in SafariChanged
- Changed project Sass variables to native CSS variables
- Changed variables name structures:
- Remove "
base
" from CSS vars (--base-font-family
to--font-family
)- Placing the modifier after the noun instead of before. Example:
--font-family--heading
- Separating the modifier and noun with 2 dashes. Example:
--font-weight--extra-light
- Changed the default border to use
currentColor
- Changed remaining pixel (
px
) values torem
sRemoved
... (truncated)
- Removed unused
base-z-index
variable- Removed unused
medium-gray
variable- Removed unused
gray-light
variable
Commits
f94df26
Bitters v2.0.3e1a95eb
Make button text accessible9646664
Remove Bourbon modular-scale function029445e
Use Ruby 2.6.5 in CircleCIcbfa319
Remove Bourbon Family section from readme12f6a26
Update to text-decoration-skip-ink propertyc71730f
Switch to Dart Sass for contributing site0eddbe6
Add and configure ESLint31ae606
Update node.js from 10.16.0 to 10.16.33ad41ff
Update ruby from 2.6.3 to 2.6.5- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now
in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2
config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.