Skip to content

Release Tracking - #3081

Merged
jonrohan merged 1 commit into
mainfrom
changeset-release/main
Jun 17, 2026
Merged

Release Tracking#3081
jonrohan merged 1 commit into
mainfrom
changeset-release/main

Conversation

@primer

@primerprimerBot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

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@22.3.0

Minor Changes

  • #30805cb880b Thanks @jonrohan! - Adding a classnames export that has a list of all unique CSS classes in the library

Patch Changes

  • #3079d735d75 Thanks @copilot-swe-agent! - Replace the universal * subject in the .pagination responsive rules with tag-bucketed selectors (> a, > span, > em). A universal subject compound (.pagination > *) forces Blink to test the rule against every direct child on every style recalc; bucketing by the actual child tags lets the engine fast-reject it, reducing wasted selector-matching time without changing the rendered output.

@primer
primerBot requested review from a team as code ownersJune 17, 2026 16:30
@github-actions

github-actionsBot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Preparing for a release.

Checklist

Make sure these items are checked before merging.

  • Preview the docs change.
  • Preview npm release candidate.
  • CI passes on the release PR.

Selectors added/removed since latest release

--- before.txt	2026-06-17 17:52:15.016112289 +0000+++ after.txt	2026-06-17 17:52:15.043112493 +0000@@ -2297,3 +2297,2 @@
.pagination span:hover
-.pagination>*
.pagination>.current
@@ -2306,2 +2305,5 @@
.pagination>:nth-last-child(2)
+.pagination>a+.pagination>em+.pagination>span
.pb-0

Bundles with a size change since latest release

[ 'primer', 3542, 4, 153787, 7, 1006842, 64 ]
[
'core', 2783,
4, 21927,
9, 158930,
64
]
[ 'pagination', 43, 4, 868, 10, 2480, 64 ]

nameselectors±gzip size±raw size±
primer3542+ 4153.79 kB+ 7 B1.01 MB+ 64 B
core2783+ 421.93 kB+ 9 B158.93 kB+ 64 B
pagination43+ 4868 B+ 10 B2.48 kB+ 64 B

@jonrohan
jonrohan merged commit a59d1b9 into mainJun 17, 2026
17 checks passed
@jonrohan
jonrohan deleted the changeset-release/main branch June 17, 2026 18:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jonrohan