-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Release Tracking #2257
Merged
Merged
Release Tracking #2257
Conversation
This file contains 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-09-26 17:29:30.874644538 +0000
+++ after.txt 2022-09-26 17:29:30.954646567 +0000
@@ -85,3 +85,3 @@
.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover+.ActionList-item .ActionList-item-label::before
-.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive)
+.ActionList-item.ActionList-item--hasSubItem>.ActionList-content:hover:not(.ActionList-item--navActive):not(:focus-visible)
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)
@@ -105,3 +105,3 @@
.ActionList-item:not(.ActionList-item--hasSubItem):hover+.ActionList-item .ActionList-item-label::before
-.ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive)
+.ActionList-item:not(.ActionList-item--hasSubItem):hover:not(.ActionList-item--navActive):not(:focus-visible)
.ActionList-item[aria-checked=false] .ActionList-item-multiSelectCheckmark
@@ -520,17 +520,17 @@
.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-bottom-whenNarrow
-.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-bottom-whenNarrow .Overlay-whenNarrow
+.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-bottom-whenNarrow>.Overlay-whenNarrow
.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-left-whenNarrow
-.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-left-whenNarrow .Overlay-whenNarrow
+.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-left-whenNarrow>.Overlay-whenNarrow
.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-right-whenNarrow
-.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-right-whenNarrow .Overlay-whenNarrow
+.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-right-whenNarrow>.Overlay-whenNarrow
.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-top-whenNarrow
-.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-top-whenNarrow .Overlay-whenNarrow
+.Overlay-backdrop--side-whenNarrow.Overlay-backdrop--placement-top-whenNarrow>.Overlay-whenNarrow
.Overlay-backdrop--side.Overlay-backdrop--placement-bottom
-.Overlay-backdrop--side.Overlay-backdrop--placement-bottom .Overlay
+.Overlay-backdrop--side.Overlay-backdrop--placement-bottom>.Overlay
.Overlay-backdrop--side.Overlay-backdrop--placement-left
-.Overlay-backdrop--side.Overlay-backdrop--placement-left .Overlay
+.Overlay-backdrop--side.Overlay-backdrop--placement-left>.Overlay
.Overlay-backdrop--side.Overlay-backdrop--placement-right
-.Overlay-backdrop--side.Overlay-backdrop--placement-right .Overlay
+.Overlay-backdrop--side.Overlay-backdrop--placement-right>.Overlay
.Overlay-backdrop--side.Overlay-backdrop--placement-top
-.Overlay-backdrop--side.Overlay-backdrop--placement-top .Overlay
+.Overlay-backdrop--side.Overlay-backdrop--placement-top>.Overlay
.Overlay-body Bundles with a size change since latest release
|
primer-css
force-pushed
the
changeset-release/main
branch
from
September 16, 2022 17:43
996d9e9
to
ecd602e
Compare
primer-css
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 26, 2022 01:40
8f38ab6
to
1510bcd
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
September 26, 2022 07:24
1510bcd
to
2b3b1b3
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
September 26, 2022 17:27
2b3b1b3
to
c40139e
Compare
jonrohan
approved these changes
Sep 26, 2022
langermank
approved these changes
Sep 26, 2022
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/[email protected]
Patch Changes
#2266
c28cdf7e
Thanks @langermank! - Remove scrollbar CSS property from Overlay#2255
1a9a6689
Thanks @jdrush89! - Fixing ActionList Item hover focus style#2249
81083778
Thanks @koddsson! - Increase specificy for Overlay styles as they relate to the backdrop and positioning options