-
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 #2173
Merged
Merged
Release Tracking #2173
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-07-28 01:16:42.473480579 +0000
+++ after.txt 2022-07-28 01:16:42.553481640 +0000
@@ -122,2 +122,3 @@
.ActionList-item[aria-selected=false] .ActionList-item-singleSelectCheckmark
+.ActionList-item[aria-selected=true]
.ActionList-item[aria-selected=true] .ActionList-item-multiSelectCheckmark
@@ -126,2 +127,6 @@
.ActionList-item[aria-selected=true] .ActionList-item-singleSelectCheckmark
+.ActionList-item[aria-selected=true]+.ActionList-item::before
+.ActionList-item[aria-selected=true]::after
+.ActionList-item[aria-selected=true]::before
+.ActionList-item[aria-selected=true]:hover
.ActionList-sectionDivider .ActionList-sectionDivider-title
@@ -667,2 +672,3 @@
.SegmentedControl-leadingVisual
+.SegmentedControl-text
.SegmentedControl-text[data-content]::before
@@ -722,2 +728,88 @@
.SideNav-subItem[aria-selected=true]
+.Stack
+.Stack--align-baseline-whenNarrow
+.Stack--align-baseline-whenRegular
+.Stack--align-baseline-whenWide
+.Stack--align-center-whenNarrow
+.Stack--align-center-whenRegular
+.Stack--align-center-whenWide
+.Stack--align-end-whenNarrow
+.Stack--align-end-whenRegular
+.Stack--align-end-whenWide
+.Stack--align-start-whenNarrow
+.Stack--align-start-whenRegular
+.Stack--align-start-whenWide
+.Stack--alignWrap-center-whenNarrow
+.Stack--alignWrap-center-whenRegular
+.Stack--alignWrap-center-whenWide
+.Stack--alignWrap-distribute-whenNarrow
+.Stack--alignWrap-distribute-whenRegular
+.Stack--alignWrap-distribute-whenWide
+.Stack--alignWrap-distributeEvenly-whenNarrow
+.Stack--alignWrap-distributeEvenly-whenRegular
+.Stack--alignWrap-distributeEvenly-whenWide
+.Stack--alignWrap-end-whenNarrow
+.Stack--alignWrap-end-whenRegular
+.Stack--alignWrap-end-whenWide
+.Stack--alignWrap-start-whenNarrow
+.Stack--alignWrap-start-whenRegular
+.Stack--alignWrap-start-whenWide
+.Stack--dir-block-whenNarrow
+.Stack--dir-block-whenRegular
+.Stack--dir-block-whenWide
+.Stack--dir-inline-whenNarrow
+.Stack--dir-inline-whenNarrow>.Stack-divider
+.Stack--dir-inline-whenNarrow>.Stack-item>.Stack-divider
+.Stack--dir-inline-whenRegular
+.Stack--dir-inline-whenRegular>.Stack-divider
+.Stack--dir-inline-whenRegular>.Stack-item>.Stack-divider
+.Stack--dir-inline-whenWide
+.Stack--dir-inline-whenWide>.Stack-divider
+.Stack--dir-inline-whenWide>.Stack-item>.Stack-divider
+.Stack--gap-condensed-whenNarrow
+.Stack--gap-condensed-whenRegular
+.Stack--gap-condensed-whenWide
+.Stack--gap-none-whenNarrow
+.Stack--gap-none-whenRegular
+.Stack--gap-none-whenWide
+.Stack--gap-normal-whenNarrow
+.Stack--gap-normal-whenRegular
+.Stack--gap-normal-whenWide
+.Stack--gap-spacious-whenRegular
+.Stack--gap-spacious-whenWide
+.Stack--nowrap-whenNarrow
+.Stack--nowrap-whenRegular
+.Stack--nowrap-whenWide
+.Stack--showDividers-whenNarrow>.Stack-divider
+.Stack--showDividers-whenNarrow>.Stack-item>.Stack-divider
+.Stack--showDividers-whenRegular>.Stack-divider
+.Stack--showDividers-whenRegular>.Stack-item>.Stack-divider
+.Stack--showDividers-whenWide>.Stack-divider
+.Stack--showDividers-whenWide>.Stack-item>.Stack-divider
+.Stack--spread-center-whenNarrow
+.Stack--spread-center-whenRegular
+.Stack--spread-center-whenWide
+.Stack--spread-distribute-whenNarrow
+.Stack--spread-distribute-whenRegular
+.Stack--spread-distribute-whenWide
+.Stack--spread-distributeEvenly-whenNarrow
+.Stack--spread-distributeEvenly-whenRegular
+.Stack--spread-distributeEvenly-whenWide
+.Stack--spread-end-whenNarrow
+.Stack--spread-end-whenRegular
+.Stack--spread-end-whenWide
+.Stack--spread-start-whenNarrow
+.Stack--spread-start-whenRegular
+.Stack--spread-start-whenWide
+.Stack--wrap-whenNarrow
+.Stack--wrap-whenRegular
+.Stack--wrap-whenWide
+.Stack-divider
+.Stack-item
+.Stack-item--expand-whenNarrow
+.Stack-item--expand-whenRegular
+.Stack-item--expand-whenWide
+.Stack-item--keepSize-whenNarrow
+.Stack-item--keepSize-whenRegular
+.Stack-item--keepSize-whenWide
.State
@@ -3840,2 +3932,8 @@
:checked+.radio-label
+:not(.Stack--dir-inline-whenNarrow)>.Stack-divider
+:not(.Stack--dir-inline-whenNarrow)>.Stack-item>.Stack-divider
+:not(.Stack--dir-inline-whenRegular)>.Stack-divider
+:not(.Stack--dir-inline-whenRegular)>.Stack-item>.Stack-divider
+:not(.Stack--dir-inline-whenWide)>.Stack-divider
+:not(.Stack--dir-inline-whenWide)>.Stack-item>.Stack-divider
:root Bundles with a size change since latest release
|
primer-css
force-pushed
the
changeset-release/main
branch
from
July 25, 2022 21:10
a6dbd98
to
9f04cb0
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
July 26, 2022 04:03
9f04cb0
to
0dd47cd
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
July 28, 2022 00:21
0dd47cd
to
bc84801
Compare
langermank
approved these changes
Jul 28, 2022
primer-css
force-pushed
the
changeset-release/main
branch
from
July 28, 2022 01:07
bc84801
to
f3d266b
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
July 28, 2022 01:15
f3d266b
to
6b06556
Compare
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.4.0
Minor Changes
edac9edb
Thanks @vdepizzol! - Add Stack componentPatch Changes
#2177
add769c9
Thanks @langermank! - Autocomplete item selected state#2174
97f178d7
Thanks @simurai! - PreventSegmentedControl-text
from wrapping#2168
a52afe7e
Thanks @owenniblock! - Increases z-index for .show-on-focus#2176
d8c218ab
Thanks @langermank! - Addaria-selected
to ActionList-item for Autocomplete#2090
8016e3c5
Thanks @Luckz! - Remove article