Release tracking#7925
Merged
Merged
Conversation
Contributor
❗ Pre-merge checklistPlease ensure these items are checked before merging: 🔎 Smoke test
🌏 Integration tests
✅ Peer Review
🤔 Sanity test
❗ Post-merge checklistPlease ensure these items are checked after merging: 🚢 Version upgrade, cleanup, and documentation
|
Contributor
|
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 5, 2026 19:20
1c2334f to
a3145d9
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 8, 2026 08:52
a3145d9 to
aaa3a89
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 8, 2026 13:42
aaa3a89 to
97fb929
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 8, 2026 15:15
97fb929 to
6642460
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 16:01
6642460 to
86258ee
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 17:33
86258ee to
81f5a98
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 20:50
81f5a98 to
d9fedaf
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 10, 2026 12:30
d9fedaf to
908b68e
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 10, 2026 14:39
908b68e to
5b1595e
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 10, 2026 20:37
5b1595e to
da8b564
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 10, 2026 20:52
da8b564 to
621ede0
Compare
jonrohan
removed their request for review
June 11, 2026 16:28
liuliu-dev
approved these changes
Jun 12, 2026
liuliu-dev
left a comment
Contributor
There was a problem hiding this comment.
Integration tests passed here https://github.com/github/github-ui/pull/22960
Approved by issues team https://github.com/github/issues/issues/22110
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/react@38.28.0
Minor Changes
#7888
45be31bThanks @TylerJDev! - AnchoredOverlay: ExtendcssAnchorPositioningSettingswith afallbackStrategy('default' | 'none' | 'opposite-side') to control CSS anchor positioning fallback behavior when native CSS anchor positioning is active.#7923
6a7e130Thanks @dylanatsmith! - Card: Addlayout="compact"prop for a compact card layout with tighter spacing, no icon background, and smaller title#7922
55b7b04Thanks @dylanatsmith! - InlineMessage: Makevariantprop optional, defaulting to the standard foreground color with an info icon#7889
3af5edcThanks @llastflowers! - Add data-component attributes and associated tests for PageHeader, PageLayout, Pagehead, Popover, Portal, and ProgressBar#7964
0f0f79fThanks @TylerJDev! - AnchoredOverlay: AddcssAnchorPositioningSettingsprop to allow opting out of native CSS anchor positioning (viadisable), and use it inSelectPanelso themodalvariant stays manually centered instead of being repositioned by CSS anchor positioning.Patch Changes
#7918
95986ceThanks @jonrohan! - Autocomplete: Keep the typed text instead of restoring the full inline suggestion when the input loses focus, matching the behavior of pressing Escape#7971
2087e87Thanks @francinelucca! - ThemeProvider: Skip rendering the SSR handoff script when theprimer_react_theme_provider_remove_ssr_handofffeature flag is enabled#7910
0c38cfaThanks @janmaarten-a11y! - Timeline: Addprimer_react_timeline_list_semanticsfeature flag to opt into list semanticsWhen the
primer_react_timeline_list_semanticsfeature flag is enabled,Timelinerenders as<ol role="list">andTimeline.Item/Timeline.Breakrender as<li>so screen reader users get list navigation (total item count, position in sequence). The default behavior is unchanged —Timelineand its subcomponents still render as<div>until the flag is opted into.Enable the flag with the
FeatureFlagsprovider:@primer/mcp@0.3.3
Patch Changes
#7965
53ea013Thanks @copilot-swe-agent! - MCP server: AddreadOnlyHintannotation to all tools, allowing them to run without human-in-the-loop approval in agentic environments such as Copilot cloud agent.Updated dependencies [
45be31b,95986ce,6a7e130,55b7b04,3af5edc,2087e87,0f0f79f,0c38cfa]: