-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Release Tracking #1816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Release Tracking #1816
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Preparing for a release. ChecklistMake sure these items are checked before merging.
Selectors added/removed since latest release--- before.txt 2022-04-20 16:24:14.627879574 +0000
+++ after.txt 2022-04-20 16:24:14.715886364 +0000
@@ -579,5 +579,4 @@
.UnderlineNav
-.UnderlineNav .Counter
-.UnderlineNav .Counter--primary
.UnderlineNav--full
+.UnderlineNav--full .UnderlineNav-body
.UnderlineNav--right
@@ -588,4 +587,9 @@
.UnderlineNav-item
+.UnderlineNav-item .Counter
+.UnderlineNav-item .Counter--primary
+.UnderlineNav-item [data-content]::before
+.UnderlineNav-item.focus
.UnderlineNav-item.selected
-.UnderlineNav-item.selected .UnderlineNav-octicon
+.UnderlineNav-item.selected::after
+.UnderlineNav-item::before
.UnderlineNav-item:focus
@@ -593,5 +597,5 @@
.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
@@ -2974,3 +2978,2 @@
.pt-xl-9
-.pullquote
.px-0Bundles with a size change since latest release
|
* Remove unused pullquote style * Create good-fireants-collect.md
c388216 to
5820505
Compare
5820505 to
8702fd9
Compare
8702fd9 to
3b4752c
Compare
3b4752c to
49a40ab
Compare
49a40ab to
1426757
Compare
* 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>
1426757 to
b5fee63
Compare
b5fee63 to
1924ae5
Compare
bca5e53 to
7668517
Compare
8d348ed to
f8eae02
Compare
|
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
Conflicts: src/marketing/type/typography.scss
645e2ab to
58040b8
Compare
|
closing in favor of #2039 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
#1767
7e01db97Thanks @tobiasahlin! - Marketing: Remove unused pullquote selector#1821
daa2685cThanks @langermank! - UnderlineNav:focusstylesRefactor selected state and spacing
Add selected bold state override from github/github