Skip to content

Releases: primer/css

v2.7.0

19 Feb 18:47
Compare
Choose a tag to compare
  • #175: Styling changes for button.ellipsis-expander

v2.6.0

17 Feb 02:50
@mdo mdo
Compare
Choose a tag to compare
  • #166: Fix dependencies as devDependencies
  • #168: Removed note about aria-label requiring a or element
  • #169: Update GitHubbers section of the readme
  • #170: Add .ellipsis-expander to avoid targeting tag name (but still support the old selector for backward compatibility)
  • #171: Apply :hover to :focus as well
  • #172: Remove tab background-color for <button>s
  • #173: Small typo

v2.4.0

19 Oct 19:03
Compare
Choose a tag to compare
  • Killing the dark theme tooltip #155
  • Updating grunt-sass version #153
  • Adding a .text-small for smaller text #152

v2.3.3

05 Aug 16:25
@mdo mdo
Compare
Choose a tag to compare

Small patch fix to address #144, IE9 hacks for our custom select menus.

v2.3.2

29 Jul 17:27
@mdo mdo
Compare
Choose a tag to compare
  • Additional select menu tweaks.
  • Updated CSS guidelines for including files.
  • Updated roadmap page (removing finished tasks and punting the remaining from v2.x to v3.x).

v2.3.1

20 Jul 21:36
@mdo mdo
Compare
Choose a tag to compare

Hot fix for small selects. See #141.

v2.3.0

09 Jul 18:18
@mdo mdo
Compare
Choose a tag to compare

Docs

  • #123: Update Anchor.js dependency.

CSS

  • #127: New custom <select> styling.
  • #129: Fix counter styles in buttons.
  • #132: Redesign input error and warning tooltip styles.
  • #133: Add new .text-center utility class.
  • #137: Ensure transparent .child-avatars render on top of other avatars.

Tooling

  • #128: Move from grunt-autoprefixer to grunt-postcss.

v2.2.1

01 Jun 23:34
@mdo mdo
Compare
Choose a tag to compare

Simple update from #125 to change #666 closer to it's original with #767676.

Note: this release was republished to properly include the updated version numbers.

v2.2.0

01 Jun 18:35
@mdo mdo
Compare
Choose a tag to compare

CSS

  • #106: Darken the $brand-blue variable to make it AA compliant for contrast.
  • #112: Darken the $brand-orange variable to make it AA compliant for contrast.
  • #115: Removed obsolete -webkit-validation-bubble styles (unavailable since Chrome 28).
  • #118: Update SCSS lint properties.
  • #124: Darken $brand-gray from #999 to #666 for color contrast (and apply it to .text-muted).

Docs

  • #58: Minor grammar and spelling fixes.
  • #120: Update readme's installation method to use Bower's CLI install.
  • #122: Update bower.json to remove moot version field.

v2.1.0

16 Apr 18:22
@mdo mdo
Compare
Choose a tag to compare

Summary

  • Added new .centered utility class for grid columns and more
  • Removed a bunch of undocumented github/github-specific CSS
  • Updated to latest Normalize
  • Improved button states
  • Misc fixes to docs and build tools

CSS

  • #53, #104: Remove overrides to .btn's box-shadow when in button groups to avoid a broken :focus state
  • #55, #87: Improve behavior and styling for more button states
  • #56: Add utility layout class, .centered, to center content and grid columns
  • #64, #86: Remove the undocumented github/github-specific CSS
  • #83: Update Normalize.css to v3.0.3
  • #90: Document and fix the use of <form>s in button groups with .button_to.

Docs

  • #29: Add note on SCSS' overloaded rgba() function
  • #81: Add version to the docs footer
  • #82: Update @import guidelines in the readme
  • #89: Reiterate our CSS guidelines are for SCSS
  • #98: Add guideline about soft-tabs for HTML
  • #96, #97, #103: Update some typos, fix Markdown, and remove expletives from the docs
  • #101: Removed CLA text from the repository in favor of the CI service

Tooling

  • #91: Properly configure Hound CI
  • #99: Update our SCSS lint file to use the latest property order syntax and remove vendor prefixes