-
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 #1426
Merged
Merged
Release Tracking #1426
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-05-27 00:20:16.407961701 +0000
+++ after.txt 2021-05-27 00:20:16.479967264 +0000
@@ -166,3 +166,6 @@
.Layout-sidebar
+.Layout.Layout--divided
.Layout.Layout--divided .Layout-divider
+.Layout.Layout--divided .Layout-divider.Layout-divider--flowRow-hidden
+.Layout.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow
.Layout.Layout--divided .Layout-main
@@ -172,2 +175,11 @@
.Layout.Layout--flowRow-until-lg .Layout-sidebar
+.Layout.Layout--flowRow-until-lg.Layout--divided
+.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider
+.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider.Layout-divider--flowRow-hidden
+.Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow
+.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end .Layout-main
+.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end .Layout-sidebar
+.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-none .Layout-sidebar
+.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start .Layout-main
+.Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start .Layout-sidebar
.Layout.Layout--flowRow-until-md
@@ -176,2 +188,11 @@
.Layout.Layout--flowRow-until-md .Layout-sidebar
+.Layout.Layout--flowRow-until-md.Layout--divided
+.Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider
+.Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider.Layout-divider--flowRow-hidden
+.Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider.Layout-divider--flowRow-shallow
+.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end .Layout-main
+.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end .Layout-sidebar
+.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-none .Layout-sidebar
+.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start .Layout-main
+.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start .Layout-sidebar
.Layout.Layout--gutter-condensed
@@ -184,2 +205,7 @@
.Layout.Layout--sidebarPosition-end .Layout-sidebar
+.Layout.Layout--sidebarPosition-flowRow-end .Layout-main
+.Layout.Layout--sidebarPosition-flowRow-end .Layout-sidebar
+.Layout.Layout--sidebarPosition-flowRow-none .Layout-sidebar
+.Layout.Layout--sidebarPosition-flowRow-start .Layout-main
+.Layout.Layout--sidebarPosition-flowRow-start .Layout-sidebar
.Layout.Layout--sidebarPosition-start .Layout-main
@@ -1540,2 +1566,3 @@
.markdown-body details
+.markdown-body div>ol:not([type])
.markdown-body dl Bundles with a size change since latest release
|
0886f55
to
f48d221
Compare
f48d221
to
141e483
Compare
141e483
to
68f8030
Compare
68f8030
to
ba0acda
Compare
ba0acda
to
e803285
Compare
e803285
to
49bef9c
Compare
49bef9c
to
fbcd179
Compare
fbcd179
to
d345543
Compare
d345543
to
f8ccafd
Compare
f8ccafd
to
c465694
Compare
c465694
to
aa9c99f
Compare
simurai
approved these changes
May 27, 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/css@17.2.0
Minor Changes
90f95693
Thanks @simurai! - Support SF Mono font in Firefox & SafariPatch Changes
#1423
6f79bfaa
Thanks @jonrohan! - Properly calculating the variables computed value for dist folder#1427
6dad1784
Thanks @jonrohan! - Don't require direct version of primitives#1422
882c570f
Thanks @manuelpuyol! - Improve dividers and allow sidebar positioning whenLayout
is flowing as row.#1420
55302dc2
Thanks @hpalacio! - lists.scss: reset<ol>
without 'type' attr to "decimal"#1424
30597af9
Thanks @khiga8! - Ensures that the visual slash separator for breadcrumbs is not announced by screenreaders.