Release Tracking - #4098
Merged
Merged
Conversation
Contributor
❗ Pre-merge checklistPlease ensure these items are checked before merging. 🔎 Smoke test
🤔 Sanity test
🚢 Post ship reminders
Please also leave any testing notes as a comment on this pull request. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to maintainers. |
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 17, 2026 19:48
e63ea21 to
62fe3ab
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 17, 2026 20:40
62fe3ab to
bfc4df6
Compare
jonrohan
approved these changes
Jun 18, 2026
2 tasks
myabc
added a commit
to opf/primer_view_components
that referenced
this pull request
Jul 21, 2026
Syncs the fork with primer/view_components up to upstream commit 6733f3c (parent of Release Tracking primer#4098), the last release in this batch reaching v0.51.6. Notable upstream changes pulled in: - classnames.js Set export (primer#4096): static/classnames.{js,cjs,d.ts} plus the package.json exports subpath and files entries. - perf(css): removed universal `*` subjects and expanded merged `:is()` selector lists (primer#4095). Conflicts resolved keeping the fork's identity, scope and its higher dependency versions; upstream's new exports/files additions and the static class-name output were merged in and regenerated cleanly.
myabc
added a commit
to opf/primer_view_components
that referenced
this pull request
Jul 21, 2026
Syncs the fork with primer/view_components up to upstream commit 6733f3c (parent of Release Tracking primer#4098), reaching v0.51.6. Upstream changes pulled in: - classnames.js Set export (primer#4096): static/classnames.{js,cjs,d.ts}, the export-css-selectors collection logic, and the package.json exports subpath plus files entries. - perf(css): removed universal `*` subjects and expanded merged `:is()` selector lists (primer#4095). Conflict resolution kept the fork's identity, scope and its higher dependency versions; upstream's new exports were merged in. The recursive tsconfig include is re-applied here so nested component TS keeps experimentalDecorators under Vite 8/rolldown. All generated static files were regenerated from a clean tree.
myabc
added a commit
to opf/primer_view_components
that referenced
this pull request
Jul 21, 2026
Syncs the fork with primer/view_components up to upstream commit 6733f3c (parent of Release Tracking primer#4098), reaching v0.51.6. Upstream changes pulled in: - classnames.js Set export (primer#4096): static/classnames.{js,cjs,d.ts}, the export-css-selectors collection logic, and the package.json exports subpath plus files entries. - perf(css): removed universal `*` subjects and expanded merged `:is()` selector lists (primer#4095). Conflict resolution kept the fork's identity, scope and its higher dependency versions; upstream's new exports were merged in. The recursive tsconfig include is re-applied here so nested component TS keeps experimentalDecorators under Vite 8/rolldown. All generated static files were regenerated from a clean tree.
myabc
added a commit
to opf/primer_view_components
that referenced
this pull request
Jul 21, 2026
Syncs the fork with primer/view_components up to upstream commit 6733f3c (parent of Release Tracking primer#4098), reaching v0.51.6. Upstream changes pulled in: - classnames.js Set export (primer#4096): static/classnames.{js,cjs,d.ts}, the export-css-selectors collection logic, and the package.json exports subpath plus files entries. - perf(css): removed universal `*` subjects and expanded merged `:is()` selector lists (primer#4095). Conflict resolution kept the fork's identity, scope and its higher dependency versions; upstream's new exports were merged in. The recursive tsconfig include is re-applied here so nested component TS keeps experimentalDecorators under Vite 8/rolldown. All generated static files were regenerated from a clean tree. The upstream css change makes CI lint the whole text_field.pcss, which surfaced a pre-existing false positive: nesting-selector-no-missing- scoping-root fires on the & selectors inside the fork's FormControl-input-width @define-mixin (the & resolves at the @mixin include site). Silenced with a scoped stylelint-disable.
This file contains hidden or 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
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/view-components@0.52.0
Minor Changes
3ba48a2Thanks @jonrohan! - Addstatic/classnames.js, which default-exports aSetof every unique CSS class name in the library for consumers and tooling. It is available via the@primer/view-components/classnamesimport subpath.Patch Changes
6733f3cThanks @copilot-swe-agent! - Improve CSS style-recalc performance by removing selectors with universal subjects and expanding merged:is()selector lists so the browser can fast-reject them. Affectsautocomplete-item,Popover-message--*,breadcrumb-item, andFormControl-checkbox-wrap/FormControl-radio-wrapstyles.