Skip to content

Releases: primer/css

v9.5.0

Choose a tag to compare

@shawnbot shawnbot released this 04 Oct 22:57

Added

  • It's now possible to style <summary> elements as buttons and have them appear in the active/selected state when the enclosing <details> element is open. #346

Changes

  • Updates our release candidate versioning logic so that prerelease increments are done on a per-module basis.

v9.4.0

Choose a tag to compare

@shawnbot shawnbot released this 22 Sep 06:29

Added

  • Add v-align-baseline class to primer-utilities #324
  • Add deprecation warnings for primer-cards and primer-forms/lib/form-validation.scss #347 (these will be removed in v10.0.0)

Changes

  • Update npm metadata for primer-css, primer-core, primer-product, and primer-marketing #328
  • Remove HEAD heading from the changelog #327

v9.3.0

Choose a tag to compare

@shawnbot shawnbot released this 20 Sep 22:51

Added

  • Docs for primer-layout (grid), primer-support, primer-utilities, and primer-marketing-utilities
  • Primer keys for category and module_type to package.json (for use in documentation and gathering stats)

Changes

  • Removes docs from gitignore
  • Removes the ^ from all dependencies so that we can publish exact versions
  • Consolidates release notes from various sources into one changelog located in /modules/primer-css/CHANGELOG.md

v9.2.0

Choose a tag to compare

@shawnbot shawnbot released this 20 Sep 22:49

Added

  • Docs for primer-layout (grid), primer-support, primer-utilities, and primer-marketing-utilities
  • Primer keys for category and module_type to package.json (for use in documentation and gathering stats)

Changes

  • Removes docs from gitignore
  • Removes the ^ from all dependencies so that we can publish exact versions
  • Consolidates release notes from various sources into one changelog located in /modules/primer-css/CHANGELOG.md

v9.1.1

Choose a tag to compare

@shawnbot shawnbot released this 25 Jul 23:18

This patch release replaces static spacing values with our $spacer-* variables, and makes some tweaks to our release scripts.

v9.1.0

Choose a tag to compare

@shawnbot shawnbot released this 24 Jul 21:03

This release updates our stylelint config to v2.0.0, and to stylelint v7.13.0. Each module also now has a lint npm script, and there are top-level test and lint scripts that you can use to lint and test all modules in one go.

This release also includes major improvements to our Travis build scripts to automatically publish PR builds, release candidates, and the "final" versions to npm.

v2.7.0

Choose a tag to compare

@muan muan released this 19 Feb 18:47
  • #175: Styling changes for button.ellipsis-expander

v2.6.0

Choose a tag to compare

@mdo mdo released this 17 Feb 02:50
  • #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

Choose a tag to compare

@jonrohan jonrohan released this 19 Oct 19:03
  • Killing the dark theme tooltip #155
  • Updating grunt-sass version #153
  • Adding a .text-small for smaller text #152

v2.3.3

Choose a tag to compare

@mdo mdo released this 05 Aug 16:25

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