Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bitters from 1.2.0 to 1.7.0 #17

Merged
merged 1 commit into from
Oct 30, 2017
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Oct 30, 2017

bitters has been updated to 1.7.0 by dependencies.io

1.7.0

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)

1.6.0

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)

1.5.0

Changed

  • Updated Bourbon dependency to 5.0.0.beta.7.

1.4.0

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

1.3.2

Added

  • Added ::placeholder styles for forms.

Fixed

  • Fixed file permissions on the core Sass files.

Changed

  • Update Bourbon dependency to 5.0.0.beta.6.

Full change log

1.3.1

Fixed

  • Fixed an issue with the Bitters executable which broke using the Bitters CLI
    to install the Bitters files.

Changed

  • Update Bourbon dependency to 5.0.0.beta.3.

Full change log

1.3.0

Added

  • Added margin: 0; to dl and dt elements in _lists.scss.
  • Set global box-sizing to border-box.
  • Added figure styles, setting margin: 0;.

Changed

  • Moved Bitters’ core Sass files from the app/assets/stylesheets/ directory to
    a core/ directory.
  • Un-nested dt and dd elements outside the dl declaration
    in _lists.scss.
  • Consolidated input styles and selectors.
  • Increased the font size on headings.
  • Update Bourbon dependency to 5.0.0.beta.1.
  • Changed $base-font-family from Helvetica to system fonts.
  • Moved img and picture styles to a _media.scss partial.
  • Changed the margin-bottom on select elements from $base-spacing to
    $small-spacing.

Removed

  • Removed grid settings for Neat, which includes removal of the following
    variables:
    • $medium-screen-up
    • $large-screen-up
    • $column
    • $gutter
    • $grid-columns
    • $max-width

Full change log

@DirtyF DirtyF merged commit 188cf30 into master Oct 30, 2017
@DirtyF DirtyF deleted the bitters-1.7.0-build-22.0.0 branch October 30, 2017 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants