Skip to content

Releases: primer/css

v10.6.0

21 Jun 06:44
0a11a2d
Compare
Choose a tag to compare

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 4

v10.5.0

11 May 17:13
ae5141a
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Committers: 7

v10.4.0

11 May 17:17
e9b7606
Compare
Choose a tag to compare

10.4.0 (2018-03-14)

🚀 Enhancement

📝 Documentation

Committers: 3

v10.3.0

18 Jan 00:50
81825ff
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

💅 Polish

📝 Documentation

  • #427 Adding stories from markdown for the other modules that didn't have any stories. (@jonrohan)

🏠 Internal

Committers: 4

v10.2.0

17 Jan 23:22
a09c657
Compare
Choose a tag to compare

🚀 Enhancement

📝 Documentation

  • #411 Updates to stylelint package links/docs for new structure. (@jonrohan)

Committers: 4

v10.1.0

19 Dec 04:08
6a90859
Compare
Choose a tag to compare

🚀 Enhancement

📝 Documentation

Committers: 5

v10.0.1

19 Dec 04:07
c865391
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixing peerDependencies to be greater than equal to versions. Fixing version mismatch with buttons and box.

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.