-
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 #1829
Merged
Merged
Release Tracking #1829
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 2021-12-16 19:42:28.058335854 +0000
+++ after.txt 2021-12-16 19:42:28.130336427 +0000
@@ -6,8 +6,14 @@
.ActionList--full
-.ActionList--subGroup .ActionList-item--subItem
+.ActionList--tree
+.ActionList--tree .ActionList-item--hasSubItem .ActionList-item--subItem:not(.ActionList-item--hasSubItem) .ActionList-content>span:first-child
+.ActionList--tree .ActionList-item--hasSubItem:not([aria-level="1"])>.ActionList--subGroup::before
+.ActionList--tree .ActionList-item--subItem>.ActionList-content
+.ActionList--tree .ActionList-item[aria-expanded=false] .ActionList-item-collapseIcon
+.ActionList--tree .ActionList-item[aria-expanded=true] .ActionList-item-collapseIcon
+.ActionList--tree .ActionList-item[aria-expanded] .ActionList--subGroup
+.ActionList--tree .ActionList-item[aria-expanded] .ActionList--subGroup .ActionList-content
+.ActionList--tree>[aria-level="1"].ActionList-item--hasSubItem>.ActionList--subGroup::before
.ActionList-content
-.ActionList-content--visual16+.ActionList--subGroup .ActionList-item--subItem
-.ActionList-content--visual20+.ActionList--subGroup .ActionList-item--subItem
-.ActionList-content--visual24+.ActionList--subGroup .ActionList-item--subItem
.ActionList-content.ActionList-content--blockDescription .ActionList-item-visual
+.ActionList-content.ActionList-content--fontSmall
.ActionList-content.ActionList-content--sizeLarge
@@ -29,2 +35,3 @@
.ActionList-item-label
+.ActionList-item-label--truncate
.ActionList-item-visual
@@ -76,2 +83,6 @@
.ActionList-item[aria-expanded=true].ActionList-item--hasActiveSubItem>.ActionList-content>.ActionList-item-label
+.ActionList-item[aria-expanded] .ActionList--subGroup .ActionList-content
+.ActionList-item[aria-expanded] .ActionList-content--visual16+.ActionList--subGroup .ActionList-content
+.ActionList-item[aria-expanded] .ActionList-content--visual20+.ActionList--subGroup .ActionList-content
+.ActionList-item[aria-expanded] .ActionList-content--visual24+.ActionList--subGroup .ActionList-content
.ActionList-item[aria-selected=false] .ActionList-item-multiSelectCheckmark Bundles with a size change since latest release
|
primer-css
force-pushed
the
changeset-release/main
branch
from
December 16, 2021 18:04
c6ca0fc
to
3214252
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 16, 2021 19:41
3214252
to
1f9b308
Compare
langermank
approved these changes
Dec 16, 2021
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
#1827
69e1fc53
Thanks @simurai! - Support fractional viewport sizes formax-width
media queries#1803
c46fe918
Thanks @langermank! - - Adds ActionList tree-view specific CSS#1827
69e1fc53
Thanks @simurai! - Support fractional viewport sizes for thehide
utilities