Releases: primer/css
Releases · primer/css
v12.3.1 (2019-05-09)
🐛 Bug Fix
- Add
aria-selected="true"
support to tabbed navigation styles to play nicely with<tab-container>
🏠 Internal
- Resolve the vulnerability alert with
tar@<4.4.2
in CVE-2018-20834
Committers
v12.3.0 (2019-05-01)
v12.2.3 (2019-04-16)
v12.2.2 (2019-04-08)
🐛 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)
v12.2.0 (2019-03-13)
🚀 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
Committers: 4
- Diana Mounter (broccolini)
- Max Stoiber (mxstbr)
- Shawn Allen (shawnbot)
- Simurai (simurai)
v12.1.1
v12.1.0 (2019-03-01)
🚀 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
(notprimer
!)
Committers: 3
- Catherine Bui (gladwearefriends)
- Shawn Allen (shawnbot)
- Tyson Rosage (trosage)
v12.0.2 (2019-02-27)
🐛 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
- Remove
postversion
script frompackage.json
and update the PR template - Rename InterUI font to "Inter", per inter v3.3 #696
Committers: 4
v12.0.1 (2019-02-20)
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 commitspackage.json
andpackage-lock.json
with consistent commit messages (chore: v<version>
)