-
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 #2312
Merged
Merged
Release Tracking #2312
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-11-18 23:52:38.979908283 +0000
+++ after.txt 2022-11-18 23:52:39.071913930 +0000
@@ -333,5 +333,5 @@
.FormControl-input.FormControl-warning
-.FormControl-input:focus-visible
.FormControl-input:not(:focus)[invalid]
.FormControl-input:not([type=checkbox]):not([type=radio]):focus
+.FormControl-input:not([type=checkbox]):not([type=radio]):focus-visible
.FormControl-input:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -360,5 +360,5 @@
.FormControl-select.FormControl-warning
-.FormControl-select:focus-visible
.FormControl-select:not(:focus)[invalid]
.FormControl-select:not([type=checkbox]):not([type=radio]):focus
+.FormControl-select:not([type=checkbox]):not([type=radio]):focus-visible
.FormControl-select:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -379,5 +379,5 @@
.FormControl-textarea.FormControl-warning
-.FormControl-textarea:focus-visible
.FormControl-textarea:not(:focus)[invalid]
.FormControl-textarea:not([type=checkbox]):not([type=radio]):focus
+.FormControl-textarea:not([type=checkbox]):not([type=radio]):focus-visible
.FormControl-textarea:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -1526,3 +1526,3 @@
.dropdown-item:hover
-.dropdown-item:hover [class*=color-text-]
+.dropdown-item:hover [class*=color-fg-]
.dropdown-item:hover>.Label
@@ -2259,2 +2259,4 @@
.markdown-body ol[type="1"]
+.markdown-body ol[type=A]
+.markdown-body ol[type=I]
.markdown-body ol[type=a]
@@ -4083,3 +4085,2 @@
input[type=checkbox].FormControl-checkbox:checked:disabled::before
-input[type=checkbox].FormControl-checkbox:focus
input[type=checkbox].FormControl-checkbox:focus-visible
@@ -4088,2 +4089,3 @@
input[type=checkbox].FormControl-checkbox:not([type=checkbox]):not([type=radio]):focus
+input[type=checkbox].FormControl-checkbox:not([type=checkbox]):not([type=radio]):focus-visible
input[type=checkbox].FormControl-checkbox:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -4097,16 +4099,10 @@
input[type=radio].FormControl-radio::after
-input[type=radio].FormControl-radio::before
input[type=radio].FormControl-radio:checked
-input[type=radio].FormControl-radio:checked::before
input[type=radio].FormControl-radio:checked:disabled
-input[type=radio].FormControl-radio:checked:disabled::before
-input[type=radio].FormControl-radio:focus
input[type=radio].FormControl-radio:focus-visible
-input[type=radio].FormControl-radio:indeterminate::before
input[type=radio].FormControl-radio:not(:focus)[invalid]
input[type=radio].FormControl-radio:not([type=checkbox]):not([type=radio]):focus
+input[type=radio].FormControl-radio:not([type=checkbox]):not([type=radio]):focus-visible
input[type=radio].FormControl-radio:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
input[type=radio].FormControl-radio[disabled]
-input[type=radio].FormControl-radio[disabled]~.FormControl-checkbox-labelWrap .FormControl-label
-input[type=radio].FormControl-radio[disabled]~.FormControl-radio-labelWrap .FormControl-label
input[type=radio]:focus Bundles with a size change since latest release
|
simurai
approved these changes
Nov 16, 2022
primer-css
force-pushed
the
changeset-release/main
branch
from
November 16, 2022 20:43
8a4d334
to
ff703ef
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 17, 2022 20:03
ff703ef
to
32df759
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 18, 2022 07:14
32df759
to
d22a941
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 18, 2022 23:51
d22a941
to
253d6f5
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.6.1
Patch Changes
#2305
12355f87
Thanks @vdepizzol! - Add upper-roman and upper-alpha list types#2307
0370244f
Thanks @jonrohan! - Bugfix: Addingwhite-space: normal
to Overlay compontn to reset wrapping.#2316
f3acb2b1
Thanks @langermank! - Increase Checkbox/Radio border contrast#2314
c8100be7
Thanks @langermank! - [Bug] Radio checked + focus state fixes#2310
551492eb
Thanks @jdanyow! - Update dropdown hover selector