Skip to content

Releases: primer/css

v12.3.1 (2019-05-09)

09 May 20:24
7b1f954
Compare
Choose a tag to compare

🐛 Bug Fix

  • Add aria-selected="true" support to tabbed navigation styles to play nicely with <tab-container>

🏠 Internal

Committers

v12.3.0 (2019-05-01)

01 May 20:37
734a15a
Compare
Choose a tag to compare

🚀 Enhancement

🏠 Internal

📝 Documentation

🏠 Internal

Committers

v12.2.3 (2019-04-16)

16 Apr 20:35
6a8733e
Compare
Choose a tag to compare

🐛 Bug Fix

  • Remove references to a non-existent Progress-value class #751

🏠 Internal

  • Upgrade stylelint config #753

v12.2.2 (2019-04-08)

08 Apr 18:19
ea356c4
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix hide utilities when toggling between breakpoints #746

🏠 Internal

  • Prevent Storybook publish failures from breaking builds on master #728
  • Upgrade to cssstats v3.3.0, which fixes our selector stats JSON files

Committers: 2

v12.2.1 (2019-03-22)

22 Mar 05:03
09674e3
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fix source order of directional border utilities #727
  • Fix UnderlineNav selected border width #733

📝 Documentation

  • Fix changelog committers listings for versions 12.0.1 and 12.0.2 #729
  • Fix code examples from being cut off #725

Committers: 2

v12.2.0 (2019-03-13)

13 Mar 05:01
5e3f7eb
Compare
Choose a tag to compare

🚀 Enhancement

  • Add more .border-white-fade utilities #713

💅 Polish

  • Fix <details> spacing #675

🐛 Bug Fixes

  • Accessibility fixes for marketing buttons #716

📝 Documentation

  • Fix scrolling of code examples #717

🏠 Internal

  • Fix npm link (#715) by removing prepare npm script #718

Committers: 4

v12.1.1

07 Mar 23:24
bc95000
Compare
Choose a tag to compare

12.1.1

🐛 Bug Fix

  • Remove UI from font file path #709

📝 Documentation

  • Removes sync functionality from docs #710

🏠 Internal

Committers: 3

v12.1.0 (2019-03-01)

01 Mar 19:18
c06950e
Compare
Choose a tag to compare

🚀 Enhancement

  • Per-axis overflow utilities #701
  • Add 0 to responsive marketing positioning utilities (top-lg-0, et al) #697
  • Add negative offset utilities to marketing/utilities/layout #639

📝 Documentation

  • Fix changelog committers list for 12.0.2 (accidentally listed under 12.0.1)

🏠 Internal

  • Remove a bunch of unused dev dependencies #703
  • Update script/selector-diff-report to compare against @primer/css (not primer!)

Committers: 3

v12.0.2 (2019-02-27)

28 Feb 01:57
bb89144
Compare
Choose a tag to compare

🐛 Bug fix

  • Restore missing marketing padding utilities #695

📝 Documentation

  • Explain why .tooltipped should be used sparingly #676
  • Fix trailing slash errors in Next.js #681
  • Add static assets to Now deployments #687
  • Shiny new social and README header by @ashygee #689

🏠 Internal

Committers: 4

v12.0.1 (2019-02-20)

21 Feb 00:44
05b66d8
Compare
Choose a tag to compare

This is a maintenance release that fixes two outstanding issues, and one introduced in 12.0.0:

🐛 Bug Fix

  • Add missing h000-mktg class #667
  • Fix UnderlineNav overflow issues #684
  • Fix double borders on Box-header #686

🏠 Internal

  • Add postversion npm script that commits package.json and package-lock.json with consistent commit messages (chore: v<version>)