Uh oh!
There was an error while loading. Please reload this page.
Release tracking - #7925
Conversation
❗ 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
|
|
1c2334f to
a3145d9Comparea3145d9 to
aaa3a89Compareaaa3a89 to
97fb929Compare97fb929 to
6642460Compare6642460 to
86258eeCompare86258ee to
81f5a98Compare81f5a98 to
d9fedafCompared9fedaf to
908b68eCompare908b68e to
5b1595eCompare5b1595e to
da8b564Compareda8b564 to
621ede0Compare
liuliu-dev
left a comment
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
Uh oh!
There was an error while loading. Please reload this page.
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]: