-
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 #2212
Merged
Merged
Release Tracking #2212
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-08-30 19:50:30.144299166 +0000
+++ after.txt 2022-08-30 19:50:30.224300293 +0000
@@ -131,2 +131,3 @@
.ActionList-item[aria-selected=true]:hover
+.ActionList-item[hidden]+.ActionList-sectionDivider
.ActionList-sectionDivider .ActionList-sectionDivider-title
@@ -323,2 +324,4 @@
.FormControl-input.FormControl-inset
+.FormControl-input.FormControl-inset:focus
+.FormControl-input.FormControl-inset:focus-visible
.FormControl-input.FormControl-large
@@ -335,2 +338,3 @@
.FormControl-input[disabled]::placeholder
+.FormControl-input[readonly]
.FormControl-label
@@ -347,2 +351,4 @@
.FormControl-select.FormControl-inset
+.FormControl-select.FormControl-inset:focus
+.FormControl-select.FormControl-inset:focus-visible
.FormControl-select.FormControl-large
@@ -359,2 +365,3 @@
.FormControl-select[disabled]::placeholder
+.FormControl-select[readonly]
.FormControl-textarea
@@ -363,2 +370,4 @@
.FormControl-textarea.FormControl-inset
+.FormControl-textarea.FormControl-inset:focus
+.FormControl-textarea.FormControl-inset:focus-visible
.FormControl-textarea.FormControl-large
@@ -375,2 +384,3 @@
.FormControl-textarea[disabled]::placeholder
+.FormControl-textarea[readonly]
.Header
@@ -554,2 +564,11 @@
.Overlay.Overlay--motion-scaleFade
+.Overlay.Overlay--size-auto
+.Overlay.Overlay--size-full
+.Overlay.Overlay--size-large
+.Overlay.Overlay--size-medium
+.Overlay.Overlay--size-medium-portrait
+.Overlay.Overlay--size-small
+.Overlay.Overlay--size-small-portrait
+.Overlay.Overlay--size-xlarge
+.Overlay.Overlay--size-xsmall
.Overlay.Overlay--width-auto
@@ -659,3 +678,2 @@
.SelectMenu-closeButton:active
-.SelectMenu-closeButton:focus
.SelectMenu-closeButton:hover Bundles with a size change since latest release
|
primer-css
force-pushed
the
changeset-release/main
branch
from
August 29, 2022 16:58
8a73ab2
to
cd7b894
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
August 30, 2022 04:06
cd7b894
to
af36729
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
August 30, 2022 19:46
af36729
to
47edd68
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
August 30, 2022 19:49
47edd68
to
ee2ee7f
Compare
langermank
approved these changes
Aug 30, 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/css@20.4.4
Patch Changes
#2218
6205337b
Thanks @langermank! - - Adding readonly styles#2211
8e5f6224
Thanks @imjohnbo! - Remove outline reset of.SelectMenu-closeButton
#2220
1a8e7db5
Thanks @reeceatkinson! - Update Marketing Typography (marketing-type.md)#2229
8a4c0878
Thanks @jonrohan! - ActionList hide the first divider if there's hidden items in front of it.#2225
56ea4ab1
Thanks @langermank! - Overlay updates for Alpha::Dialog