Skip to content

Release Tracking - #2039

Merged
jonrohan merged 22 commits into
mainfrom
changeset-release/next_major
Apr 29, 2022
Merged

Release Tracking#2039
jonrohan merged 22 commits into
mainfrom
changeset-release/next_major

Conversation

@primer-css

@primer-cssprimer-css commented Apr 20, 2022

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next_major, this PR will be updated.

Releases

@primer/css@20.0.0

Major Changes

Patch Changes

jonrohanand others added 13 commits November 4, 2021 09:29
* Remove unused pullquote style
* Create good-fireants-collect.md
* add pseudo selectors
* adjustments
* add stories, cleanup
* update mixin
* fix mixin
* lint
* add back overflow styles
* adjust focus for better overflow state, scrollsnap
* post test adjustments, move hacks to primer css
* Stylelint auto-fixes
* hover state desktop only
* document data-content hack
* Create nice-days-jog.md
* Use counter-border for LHC (#1792)
* Use counter-border for LHC
* Create orange-ties-sin.md
* Remove fallback
* Update nice-days-jog.md
Co-authored-by: langermank <langermank@github.com>
Co-authored-by: Actions Auto Build <actions@github.com>
Co-authored-by: simurai <simurai@github.com>
 Conflicts:
src/marketing/type/typography.scss
@primer-css
primer-css requested a review from a team as a code ownerApril 20, 2022 16:21
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from 645e2ab to 58040b8CompareApril 20, 2022 16:21
@github-actions

github-actionsBot commented Apr 20, 2022

Copy link
Copy Markdown
Contributor

Preparing for a release.

Checklist

Make sure these items are checked before merging.

  • Preview the docs change.
  • Preview npm release candidate.
  • CI passes on the release PR.

Selectors added/removed since latest release

--- before.txt	2022-04-29 17:24:20.035073046 +0000+++ after.txt	2022-04-29 17:24:20.123078464 +0000@@ -1,2 +1,4 @@
*
+*:focus+*:focus-visible
.ActionList
@@ -27,3 +29,5 @@
.ActionList-content.ActionList-content--sizeMedium
+.ActionList-content:focus
.ActionList-content:focus-visible
+.ActionList-content:focus:not(:focus-visible)
.ActionList-content:hover
@@ -374,2 +378,4 @@
.Link--secondary:hover [class*=color-fg]
+.Link:focus+.Link:focus-visible
.Link:hover
@@ -513,3 +519,2 @@
.SideNav-item:first-child
-.SideNav-item:focus
.SideNav-item:hover
@@ -521,3 +526,2 @@
.SideNav-subItem
-.SideNav-subItem:focus
.SideNav-subItem:hover
@@ -568,3 +572,2 @@
.Toast-dismissButton:active
-.Toast-dismissButton:focus
.Toast-dismissButton:hover
@@ -582,2 +585,3 @@
.UnderlineNav--full
+.UnderlineNav--full .UnderlineNav-body
.UnderlineNav--right
@@ -588,10 +592,13 @@
.UnderlineNav-item
+.UnderlineNav-item [data-content]::before
.UnderlineNav-item.selected
-.UnderlineNav-item.selected .UnderlineNav-octicon+.UnderlineNav-item.selected::after+.UnderlineNav-item::before
.UnderlineNav-item:focus
+.UnderlineNav-item:focus-visible
.UnderlineNav-item:hover
.UnderlineNav-item[aria-current]:not([aria-current=false])
-.UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon+.UnderlineNav-item[aria-current]:not([aria-current=false])::after
.UnderlineNav-item[role=tab][aria-selected=true]
-.UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon+.UnderlineNav-item[role=tab][aria-selected=true]::after
.UnderlineNav-octicon
@@ -623,2 +630,3 @@
.autocomplete-embedded-icon-wrap .form-control:focus
+.autocomplete-embedded-icon-wrap .form-control:focus-visible
.autocomplete-embedded-icon-wrap:focus-within
@@ -833,3 +841,2 @@
.btn-danger:disabled .octicon
-.btn-danger:focus
.btn-danger:hover
@@ -849,3 +856,2 @@
.btn-invisible:disabled
-.btn-invisible:focus
.btn-invisible:hover
@@ -859,2 +865,4 @@
.btn-link:hover
+.btn-link:not(.dropdown-item):focus+.btn-link:not(.dropdown-item):focus-visible
.btn-link[aria-disabled=true]
@@ -866,7 +874,4 @@
.btn-mktg.disabled
-.btn-mktg.focus
.btn-mktg.focus::before
-.btn-mktg.focus:disabled
.btn-mktg::before
-.btn-mktg:active
.btn-mktg:active .arrow-symbol-mktg
@@ -876,4 +881,6 @@
.btn-mktg:focus .arrow-symbol-mktg path:last-child
+.btn-mktg:focus-visible+.btn-mktg:focus-visible::before
.btn-mktg:focus::before
-.btn-mktg:focus:disabled+.btn-mktg:focus:not(:focus-visible)
.btn-mktg:hover
@@ -882,6 +889,4 @@
.btn-mktg:hover::before
-.btn-mktg:hover:disabled
.btn-mktg[disabled]
.btn-muted-mktg
-.btn-muted-mktg.focus
.btn-muted-mktg::before
@@ -889,3 +894,2 @@
.btn-muted-mktg:disabled
-.btn-muted-mktg:focus
.btn-muted-mktg:hover
@@ -895,2 +899,4 @@
.btn-octicon.disabled:hover
+.btn-octicon:focus+.btn-octicon:focus-visible
.btn-octicon:hover
@@ -903,6 +909,11 @@
.btn-outline.selected
+.btn-outline.selected:focus+.btn-outline.selected:focus-visible+.btn-outline.selected:focus:not(:focus-visible)
.btn-outline:active
+.btn-outline:active:focus+.btn-outline:active:focus-visible+.btn-outline:active:focus:not(:focus-visible)
.btn-outline:disabled
.btn-outline:disabled .Counter
-.btn-outline:focus
.btn-outline:hover
@@ -913,2 +924,5 @@
.btn-outline[aria-selected=true]
+.btn-outline[aria-selected=true]:focus+.btn-outline[aria-selected=true]:focus-visible+.btn-outline[aria-selected=true]:focus:not(:focus-visible)
.btn-primary
@@ -918,3 +932,2 @@
.btn-primary.disabled .octicon
-.btn-primary.focus
.btn-primary.hover
@@ -925,2 +938,4 @@
.btn-primary:focus
+.btn-primary:focus-visible+.btn-primary:focus:not(:focus-visible)
.btn-primary:hover
@@ -932,2 +947,4 @@
.btn-signup-mktg:focus
+.btn-signup-mktg:focus-visible+.btn-signup-mktg:focus:not(:focus-visible)
.btn-sm
@@ -936,5 +953,3 @@
.btn-subtle-mktg
-.btn-subtle-mktg .focus
.btn-subtle-mktg::before
-.btn-subtle-mktg:focus
.btn-subtle-mktg:hover
@@ -944,3 +959,2 @@
.btn.disabled .octicon
-.btn.focus
.btn.hover
@@ -950,3 +964,2 @@
.btn:disabled .octicon
-.btn:focus
.btn:hover
@@ -960,3 +973,2 @@
.close-button:active
-.close-button:focus
.close-button:hover
@@ -1140,6 +1152,19 @@
.details-overlay-dark[open]>summary::before
+.details-overlay>summary+.details-overlay>summary.btn-primary:focus+.details-overlay>summary.btn-primary:focus-visible+.details-overlay>summary.btn-primary:focus:not(:focus-visible)+.details-overlay>summary:focus+.details-overlay>summary:focus-visible+.details-overlay>summary:focus:not(:focus-visible)
.details-overlay[open]>summary::before
.details-reset>summary
+.details-reset>summary.btn-primary:focus+.details-reset>summary.btn-primary:focus-visible+.details-reset>summary.btn-primary:focus:not(:focus-visible)
.details-reset>summary::-webkit-details-marker
.details-reset>summary::before
+.details-reset>summary:focus+.details-reset>summary:focus-visible+.details-reset>summary:focus:not(:focus-visible)
.diffstat
@@ -1173,6 +1198,2 @@
.dropdown-item.btn-link
-.dropdown-item:focus-.dropdown-item:focus [class*=color-text-]-.dropdown-item:focus>.Label-.dropdown-item:focus>.octicon
.dropdown-item:hover
@@ -1231,5 +1252,14 @@
.filter-item.selected
+.filter-item.selected:focus+.filter-item.selected:focus-visible+.filter-item.selected:focus:not(:focus-visible)
.filter-item:hover
.filter-item[aria-current]:not([aria-current=false])
+.filter-item[aria-current]:not([aria-current=false]):focus+.filter-item[aria-current]:not([aria-current=false]):focus-visible+.filter-item[aria-current]:not([aria-current=false]):focus:not(:focus-visible)
.filter-item[aria-selected=true]
+.filter-item[aria-selected=true]:focus+.filter-item[aria-selected=true]:focus-visible+.filter-item[aria-selected=true]:focus:not(:focus-visible)
.filter-list
@@ -1453,2 +1483,3 @@
.float-xl-right
+.focus
.form-action-spacious
@@ -1467,4 +1498,7 @@
.form-control
-.form-control.focus+.form-control.border-0:focus+.form-control.border-0:focus-visible
.form-control:focus
+.form-control:focus-visible+.form-control:focus:not(:focus-visible)
.form-control[disabled]
@@ -1498,3 +1532,3 @@
.form-group.errored .error::before
-.form-group.errored .form-control+.form-group.errored .form-control:not(:focus,:focus-visible)
.form-group.errored .success
@@ -1528,3 +1562,3 @@
.form-group.warn .error::before
-.form-group.warn .form-control+.form-group.warn .form-control:not(:focus,:focus-visible)
.form-group.warn .success
@@ -1539,5 +1573,8 @@
.form-select
-.form-select.focus+.form-select.border-0:focus+.form-select.border-0:focus-visible
.form-select::-ms-expand
.form-select:focus
+.form-select:focus-visible+.form-select:focus:not(:focus-visible)
.form-select[disabled]
@@ -1638,2 +1675,3 @@
.input-group.inline
+.input-group:focus-within button
.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button
@@ -1765,8 +1803,8 @@
.link-mktg::after
-.link-mktg:active
.link-mktg:active .arrow-symbol-mktg
.link-mktg:active::after
+.link-mktg:focus
.link-mktg:focus .arrow-symbol-mktg
.link-mktg:focus .arrow-symbol-mktg path:last-child
-.link-mktg:focus::after+.link-mktg:focus-visible
.link-mktg:hover
@@ -1915,7 +1953,13 @@
.markdown-body summary h1
+.markdown-body summary h1 .anchor
.markdown-body summary h2
+.markdown-body summary h2 .anchor
.markdown-body summary h3
+.markdown-body summary h3 .anchor
.markdown-body summary h4
+.markdown-body summary h4 .anchor
.markdown-body summary h5
+.markdown-body summary h5 .anchor
.markdown-body summary h6
+.markdown-body summary h6 .anchor
.markdown-body table
@@ -2078,3 +2122,2 @@
.menu-item:first-child::before
-.menu-item:focus
.menu-item:hover
@@ -2974,3 +3017,2 @@
.pt-xl-9
-.pullquote
.px-0
@@ -3285,3 +3327,2 @@
.social-count:active
-.social-count:focus
.social-count:hover
@@ -3304,2 +3345,5 @@
.subnav-item.selected
+.subnav-item.selected:focus+.subnav-item.selected:focus-visible+.subnav-item.selected:focus:not(:focus-visible)
.subnav-item:first-child
@@ -3309,3 +3353,9 @@
.subnav-item[aria-current]:not([aria-current=false])
+.subnav-item[aria-current]:not([aria-current=false]):focus+.subnav-item[aria-current]:not([aria-current=false]):focus-visible+.subnav-item[aria-current]:not([aria-current=false]):focus:not(:focus-visible)
.subnav-item[aria-selected=true]
+.subnav-item[aria-selected=true]:focus+.subnav-item[aria-selected=true]:focus-visible+.subnav-item[aria-selected=true]:focus:not(:focus-visible)
.subnav-search
@@ -3354,2 +3404,3 @@
.tabnav-tab:focus
+.tabnav-tab:focus-visible
.tabnav-tab:hover
@@ -3612,4 +3663,6 @@
[open]>.btn-primary
-[type=button]:-moz-focusring-[type=button]::-moz-focus-inner+[role=button]+[role=button]:focus+[role=button]:focus-visible+[role=button]:focus:not(:focus-visible)
[type=checkbox]
@@ -3619,5 +3672,2 @@
[type=reset]
-[type=reset]:-moz-focusring-[type=reset]::-moz-focus-inner-[type=search]
[type=search]::-webkit-search-cancel-button
@@ -3625,4 +3675,2 @@
[type=submit]
-[type=submit]:-moz-focusring-[type=submit]::-moz-focus-inner
a
@@ -3630,5 +3678,12 @@
a.branch-name .octicon
+a.btn-primary:focus+a.btn-primary:focus-visible+a.btn-primary:focus:not(:focus-visible)
a.tabnav-extra:hover
-a:active+a:focus+a:focus-visible+a:focus:not(:focus-visible)
a:hover
+a:not([class]):focus+a:not([class]):focus-visible
abbr[title]
@@ -3645,4 +3700,5 @@
button
-button:-moz-focusring-button::-moz-focus-inner+button:focus+button:focus-visible+button:focus:not(:focus-visible)
canvas
@@ -3679,2 +3735,12 @@
input::-webkit-outer-spin-button
+input:not([type=radio],[type=checkbox]):focus+input:not([type=radio],[type=checkbox]):focus-visible+input[type=checkbox]+input[type=checkbox]:focus+input[type=checkbox]:focus-visible+input[type=checkbox]:focus:not(:focus-visible)+input[type=radio]+input[type=radio]:focus+input[type=radio]:focus-visible+input[type=radio]:focus:not(:focus-visible)
kbd
@@ -3701,2 +3767,4 @@
select
+select:focus+select:focus-visible
small
@@ -3712,2 +3780,4 @@
textarea.form-control
+textarea:focus+textarea:focus-visible
th

Bundles with a size change since latest release

nameselectors±gzip size±raw size±
primer4130+ 7558.01 kB+ 534 B705.49 kB+ 4.89 kB
core3065+ 7925.59 kB+ 620 B185.85 kB+ 6.07 kB
utilities1681+ 1310.1 kB+ 184 B85.54 kB+ 1.72 kB
product564+ 27.46 kB+ 1 B41.08 kB+ 140 B
forms270+ 73.94 kB+ 139 B19.81 kB+ 739 B
marketing453- 63.52 kB- 151 B20.09 kB- 476 B
actionlist137+ 22.45 kB+ 2 B16.19 kB- 3 B
navigation140+ 212.19 kB+ 345 B11.5 kB+ 2.14 kB
buttons186+ 102.12 kB+ 80 B12.93 kB+ 826 B
base157+ 241.83 kB+ 193 B5.45 kB+ 961 B
markdown147+ 61.78 kB+ 25 B7.98 kB+ 222 B
dropdown39- 4939 B- 28 B3.44 kB- 134 B
autocomplete36+ 1854 B+ 18 B3.3 kB+ 113 B
pagination390804 B- 33 B2.31 kB- 361 B
marketing-buttons28- 4786 B0 B2.76 kB- 71 B
toasts18- 1635 B- 13 B2.08 kB- 40 B
alerts250591 B- 6 B1.96 kB- 21 B
marketing-type47- 2566 B- 176 B3.44 kB- 411 B
marketing-links120368 B+ 10 B732 B+ 6 B
links14+ 2238 B+ 26 B749 B+ 49 B

@jonrohanjonrohan mentioned this pull request Apr 20, 2022
* setup base focus styles
* add feature stories
* add stories for focusable things, delete outline:0
* switch back to box-shadow
* support class
* stylelint
* fix theme viewer
* switch back to outline, address feedback
* lint
* temp stashing stories here
* Create giant-bees-talk.md
* I think we got it!
* address input directly
* checkbox/radio outline offset
* lint
* change actionlist to just use focus
* merge
* Update giant-bees-talk.md
* address marketing styles
* tabnav focus fix
* reach all buttons
* attempt windows hc selector
* Stylelint auto-fixes
* fixes
* add focus style testing page
* Stylelint auto-fixes
* add href for testing
* remove position relative to fix chrome bug
* fix details scenario
* add offset to WHC
* maintain offset specificity in whc
* inset tabnav focus
* switch offset to inset
* fix actionlist focus
* lint
* better scoping, handle forms for safari
* moving specific styles from dotcom
* address autocomplete
* cleanup
* cleanup
* selected focus states
* adjust marketing focus
* use offset instead for marketing
* Stylelint auto-fixes
* fix merge
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
Co-authored-by: Actions Auto Build <actions@github.com>
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from 4090e74 to cea7492CompareApril 20, 2022 17:02
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from cea7492 to e6f567eCompareApril 25, 2022 23:38
@primer-css
primer-css temporarily deployed to github-pages April 25, 2022 23:45 Inactive
@jonrohan
jonrohan changed the base branch from next_major to mainApril 26, 2022 00:18
@jonrohan
jonrohan changed the base branch from main to next_majorApril 26, 2022 00:54
* Upgrading to stylelint-config-12.4.0
* Create tame-clouds-shop.md
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from e6f567e to f7fbc78CompareApril 26, 2022 01:00
@primer-css
primer-css temporarily deployed to github-pages April 26, 2022 01:05 Inactive
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from f7fbc78 to 784a65bCompareApril 27, 2022 01:33
@primer-css
primer-css temporarily deployed to github-pages April 27, 2022 01:40 Inactive
* extra CSS found from cleaning up feat flag
* lint
* Create young-trainers-yell.md
* fix mixin
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from 784a65b to 7b88bc5CompareApril 27, 2022 18:25
@primer-css
primer-css temporarily deployed to github-pages April 27, 2022 18:30 Inactive
* fix selector (bad merge?)
* Create ninety-bobcats-do.md
* lint
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from 7b88bc5 to 04a33ecCompareApril 28, 2022 19:55
@primer-css
primer-css temporarily deployed to github-pages April 28, 2022 20:03 Inactive
* missing border-radius
* Create beige-horses-fetch.md
* lint
* you would think I would know these by now
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from 04a33ec to c0ed9d9CompareApril 28, 2022 22:18
@primer-css
primer-css temporarily deployed to github-pages April 28, 2022 22:23 Inactive
simuraiand others added 2 commits April 29, 2022 10:22
* Fix headings with an anchor in a summary
* Create hip-readers-press.md
* Lint
@primer-css
primer-cssforce-pushed the changeset-release/next_major branch from c0ed9d9 to 738c58eCompareApril 29, 2022 17:23
@jonrohan
jonrohan changed the base branch from next_major to mainApril 29, 2022 17:24
@jonrohan
jonrohan merged commit cc81c59 into mainApr 29, 2022
@jonrohan
jonrohan deleted the changeset-release/next_major branch April 29, 2022 17:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@primer-css@jonrohan@tobiasahlin@simurai