-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Release Tracking #2352
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
Merged
Merged
Release Tracking #2352
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 2023-01-30 05:46:12.669892346 +0000
+++ after.txt 2023-01-30 05:46:12.745892450 +0000
@@ -904,2 +904,3 @@
.Truncate>.Truncate-text
+.Truncate>.Truncate-text+.Truncate-text
.Truncate>.Truncate-text.Truncate-text--expandable:active
@@ -921,2 +922,3 @@
.UnderlineNav-item.selected
+.UnderlineNav-item.selected:after
.UnderlineNav-item:before
@@ -926,3 +928,5 @@
.UnderlineNav-item[aria-current]:not([aria-current=false])
+.UnderlineNav-item[aria-current]:not([aria-current=false]):after
.UnderlineNav-item[role=tab][aria-selected=true]
+.UnderlineNav-item[role=tab][aria-selected=true]:after
.UnderlineNav-octicon
@@ -1142,4 +1146,6 @@
.breadcrumb-item-selected a
+.breadcrumb-item-selected:after
.breadcrumb-item:after
.breadcrumb-item:first-child
+.breadcrumb-item[aria-current]:not([aria-current=false]):after
.btn
@@ -2293,2 +2299,3 @@
.markdown-body table td
+.markdown-body table td>:last-child
.markdown-body table th
@@ -2444,2 +2451,3 @@
.menu-item.selected
+.menu-item.selected:before
.menu-item:active
@@ -2451,3 +2459,5 @@
.menu-item[aria-current]:not([aria-current=false])
+.menu-item[aria-current]:not([aria-current=false]):before
.menu-item[aria-selected=true]
+.menu-item[aria-selected=true]:before
.min-width-0
@@ -3724,2 +3734,3 @@
.tabnav-tab.selected
+.tabnav-tab.selected .octicon
.tabnav-tab:active
@@ -3729,3 +3740,5 @@
.tabnav-tab[aria-current]:not([aria-current=false])
+.tabnav-tab[aria-current]:not([aria-current=false]) .octicon
.tabnav-tab[aria-selected=true]
+.tabnav-tab[aria-selected=true] .octicon
.tabnav-tabs
@@ -3924,7 +3937,2 @@
:checked+.radio-label
-:is(.Truncate>.Truncate-text)+.Truncate-text
-:is(.UnderlineNav-item.selected,.UnderlineNav-item[role=tab][aria-selected=true],.UnderlineNav-item[aria-current]:not([aria-current=false])):after
-:is(.breadcrumb-item-selected,.breadcrumb-item[aria-current]:not([aria-current=false])):after
-:is(.menu-item.selected,.menu-item[aria-selected=true],.menu-item[aria-current]:not([aria-current=false])):before
-:is(.tabnav-tab.selected,.tabnav-tab[aria-selected=true],.tabnav-tab[aria-current]:not([aria-current=false])) .octicon
:not(.Stack--dir-inline-whenNarrow)>.Stack-divider |
5118418 to
c05c1c6
Compare
fa0a18a to
ab98436
Compare
ab98436 to
bcab99b
Compare
bcab99b to
9f17e1f
Compare
9f17e1f to
9a1df33
Compare
9a1df33 to
5c8a605
Compare
jonrohan
approved these changes
Jan 31, 2023
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 main, this PR will be updated.
Releases
@primer/css@20.8.1
Patch Changes
#2365
4b94fbb7Thanks @jackbrewer! - Remove trailing margin from last-child within a markdown table cell#2351
1b6694c4Thanks @jonrohan! - Updating to primer view components 0.0.117