Releases: primer/css
Releases · primer/css
Release list
v9.5.0
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
v9.3.0
Added
- Docs for
primer-layout(grid),primer-support,primer-utilities, andprimer-marketing-utilities - Primer keys for
categoryandmodule_typetopackage.json(for use in documentation and gathering stats)
Changes
- Removes
docsfromgitignore - 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
Added
- Docs for
primer-layout(grid),primer-support,primer-utilities, andprimer-marketing-utilities - Primer keys for
categoryandmodule_typetopackage.json(for use in documentation and gathering stats)
Changes
- Removes
docsfromgitignore - 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
v9.1.0
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
v2.6.0
- #166: Fix dependencies as devDependencies
- #168: Removed note about
aria-labelrequiring a or element - #169: Update GitHubbers section of the readme
- #170: Add
.ellipsis-expanderto avoid targeting tag name (but still support the old selector for backward compatibility) - #171: Apply
:hoverto:focusas well - #172: Remove tab
background-colorfor<button>s - #173: Small typo