-
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 #1593
Release Tracking #1593
Conversation
Preparing for a release. ChecklistMake sure these items are checked before merging.
Selectors added/removed since latest release--- before.txt 2021-09-16 23:21:32.331962166 +0000
+++ after.txt 2021-09-16 23:21:32.411962650 +0000
@@ -829,2 +829,8 @@
.col-xl-9
+.color-bg-accent-emphasis
+.color-bg-accent-muted
+.color-bg-accent-subtle
+.color-bg-attention-emphasis
+.color-bg-attention-muted
+.color-bg-attention-subtle
.color-bg-canvas
@@ -833,5 +839,17 @@
.color-bg-danger
+.color-bg-danger-emphasis
.color-bg-danger-inverse
+.color-bg-danger-muted
+.color-bg-danger-subtle
+.color-bg-default
+.color-bg-done-emphasis
+.color-bg-done-muted
+.color-bg-done-subtle
.color-bg-info
.color-bg-info-inverse
+.color-bg-inset
+.color-bg-neutral-emphasis
+.color-bg-neutral-emphasis-plus
+.color-bg-neutral-muted
+.color-bg-neutral-subtle
.color-bg-overlay
@@ -839,4 +857,14 @@
.color-bg-secondary
+.color-bg-severe-emphasis
+.color-bg-severe-muted
+.color-bg-severe-subtle
+.color-bg-sponsors-emphasis
+.color-bg-sponsors-muted
+.color-bg-sponsors-subtle
+.color-bg-subtle
.color-bg-success
+.color-bg-success-emphasis
.color-bg-success-inverse
+.color-bg-success-muted
+.color-bg-success-subtle
.color-bg-tertiary
@@ -844,7 +872,15 @@
.color-bg-warning-inverse
+.color-border-accent
+.color-border-attention
.color-border-danger
+.color-border-default
+.color-border-done
.color-border-info
.color-border-inverse
+.color-border-muted
.color-border-primary
.color-border-secondary
+.color-border-severe
+.color-border-sponsors
+.color-border-subtle
.color-border-success
@@ -852,2 +888,14 @@
.color-border-warning
+.color-fg-accent
+.color-fg-attention
+.color-fg-danger
+.color-fg-default
+.color-fg-done
+.color-fg-inherit
+.color-fg-muted
+.color-fg-on-emphasis
+.color-fg-severe
+.color-fg-sponsors
+.color-fg-subtle
+.color-fg-success
.color-icon-danger
@@ -1693,2 +1741,3 @@
.mb-9
+.mb-auto
.mb-lg-0
@@ -1837,2 +1886,3 @@
.ml-6
+.ml-auto
.ml-lg-0
@@ -1902,2 +1952,3 @@
.mr-6
+.mr-auto
.mr-lg-0 Bundles with a size change since latest release
|
0644aa9
to
0da3d4d
Compare
0da3d4d
to
1757e1c
Compare
1757e1c
to
06edcc4
Compare
@simurai This is a big jump in size from @Juliusschaeper's PR. I wonder if we should revert and try and land it in the major version when the themes aren't bundled all together? Update: I'm reverting it, and we're going to push for shipping major next week. |
06edcc4
to
b2feba9
Compare
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.11.0
Minor Changes
#1580
4a1f09a7
Thanks @simurai! - Add V2 utilities#1595
5fb831cf
Thanks @jonrohan! - Adding directional margin classes to the margin utilities.Adding:
ml-auto, mb-auto, mr-auto
Patch Changes
2cf661c4
Thanks @jonrohan! - Loosening the primer/primitives dependency to any minor.patch version