Skip to content

Releases: primer/css

v10.0.0

19 Dec 04:06
1c44bfa
Compare
Choose a tag to compare

🙋 This release includes a name change from primer-css to primer. This is reflected in our GitHub repo and on npm.


💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

  • #360 Remove ::before ::after padding hack on markdown. (@jonrohan)
  • #320 Remove -webkit-text-decoration-skip override. (@antons)
  • #359 Change markdown li break to handle Safari 10.x user stylesheet bug. (@feministy)
  • #388 Button border-radius fix to override Chroma 62. (@broccolini)
  • #307 Do not suppress opacity transition for tooltipped-no-delay. (@astorije)

🏠 Internal

  • #396 Use lerna-changelog to generate a changelog. (@jonrohan)
  • #382 Update Button docs. (@JasonEtco)
  • #390 Updating storiesFromMarkdown to read in rails Octicons helper and replace with react component. (@jonrohan)
  • #389 Publish alpha release any time we're not on a release branch or master. (@jonrohan)
  • #384 Add test to check for the current year in the license and source. (@jonrohan)
  • #374 Improve Pull Request template. (@agisilaos)

Committers: 13

Special thanks to @shaharke for transferring ownership of the Primer npm package to us so that we could make the rename happen! ❤️

v9.6.0

24 Oct 22:54
Compare
Choose a tag to compare

Added

Changes

  • Deployment and publishing scripts refinements.

  • primer-alerts: 1.5.0 => 1.5.1

  • primer-avatars: 1.4.0 => 1.4.1

  • primer-base: 1.5.0 => 1.5.1

  • primer-blankslate: 1.4.0 => 1.4.1

  • primer-box: 2.5.0 => 2.5.1

  • primer-breadcrumb: 1.4.0 => 1.4.1

  • primer-buttons: 2.4.0 => 2.4.1

  • primer-cards: 0.5.0 => 0.5.1

  • primer-core: 6.4.0 => 6.4.1

  • primer-css: 9.5.0 => 9.6.0

  • primer-forms: 1.4.0 => 1.4.1

  • primer-labels: 1.5.0 => 1.5.1

  • primer-layout: 1.4.0 => 1.4.1

  • primer-markdown: 3.7.0 => 3.7.1

  • primer-marketing-support: 1.3.0 => 1.3.1

  • primer-marketing-type: 1.4.0 => 1.4.1

  • primer-marketing-utilities: 1.4.0 => 1.4.1

  • primer-marketing: 5.4.0 => 5.4.1

  • primer-navigation: 1.4.0 => 1.4.1

  • primer-page-headers: 1.4.0 => 1.4.1

  • primer-page-sections: 1.4.0 => 1.4.1

  • primer-product: 5.4.0 => 5.4.1

  • primer-support: 4.4.0 => 4.4.1

  • primer-table-object: 1.4.0 => 1.4.1

  • primer-tables: 1.4.0 => 1.4.1

  • primer-tooltips: 1.4.0 => 1.4.1

  • primer-truncate: 1.4.0 => 1.4.1

  • primer-utilities: 4.8.0 => 4.8.1

  • generator-primer-module: 0.1.0 => 1.0.0

  • stylelint-config-primer: 2.1.0 => 2.2.0

  • stylelint-selector-no-utility: 1.7.0 => 1.8.0

v9.5.0

04 Oct 22:57
Compare
Choose a tag to compare

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

22 Sep 06:29
Compare
Choose a tag to compare

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

20 Sep 22:51
Compare
Choose a tag to compare

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

20 Sep 22:49
Compare
Choose a tag to compare

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

25 Jul 23:18
Compare
Choose a tag to compare

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

v9.1.0

24 Jul 21:03
Compare
Choose a tag to compare

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

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