Skip to content

Release tracking#7925

Open
primer[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Release tracking#7925
primer[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@primer

@primer primer Bot commented Jun 5, 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/react@38.28.0

Minor Changes

  • #7923 6a7e130 Thanks @dylanatsmith! - Card: Add layout="compact" prop for a compact card layout with tighter spacing, no icon background, and smaller title

  • #7922 55b7b04 Thanks @dylanatsmith! - InlineMessage: Make variant prop optional, defaulting to the standard foreground color with an info icon

  • #7889 3af5edc Thanks @llastflowers! - Add data-component attributes and associated tests for PageHeader, PageLayout, Pagehead, Popover, Portal, and ProgressBar

Patch Changes

  • #7918 95986ce Thanks @jonrohan! - Autocomplete: Keep the typed text instead of restoring the full inline suggestion when the input loses focus, matching the behavior of pressing Escape

  • #7910 0c38cfa Thanks @janmaarten-a11y! - Timeline: Add primer_react_timeline_list_semantics feature flag to opt into list semantics

    When the primer_react_timeline_list_semantics feature flag is enabled, Timeline renders as <ol role="list"> and Timeline.Item / Timeline.Break render as <li> so screen reader users get list navigation (total item count, position in sequence). The default behavior is unchanged — Timeline and its subcomponents still render as <div> until the flag is opted into.

    Enable the flag with the FeatureFlags provider:

    import {FeatureFlags} from '@primer/react/experimental'
    
    ;<FeatureFlags flags={{primer_react_timeline_list_semantics: true}}>
      <Timeline></Timeline>
    </FeatureFlags>

@primer primer Bot requested a review from a team as a code owner June 5, 2026 17:27
@primer primer Bot requested a review from jonrohan June 5, 2026 17:27
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

❗ Pre-merge checklist

Please ensure these items are checked before merging:

🔎 Smoke test

  • All CI checks pass on this pull request
  • Docs and Storybook open in a browser

🌏 Integration tests

  • Successful integration test with github/github-ui as a primary consumer of primer/react (automated pull request)
    • Verify all CI checks have passed on automated pull request
    • Manually test critical paths in preview
    • Manually test release-specific bugfixes and/or feature work as described in preview

✅ Peer Review

  • Create release review issue for Issues team (example)
  • Wait for approval from Issues team before merging

🤔 Sanity test

  • All bugfixes in this release have resolved their corresponding issues
  • The issues for any reverted PRs have been re-opened and commented on with a link to the reverted PR
  • No noticeable regressions have been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

❗ Post-merge checklist

Please ensure these items are checked after merging:

🚢 Version upgrade, cleanup, and documentation

  • Upgrade @primer/react version at github/github-ui
  • Close Integration test PR and delete branch
  • Leave a /short-report comment on quarterly release conductor tracking issue summarizing time spent on release activities and any challenges encountered
  • Leave any testing notes on the automated per-shift release tracking issue. In particular, describe any issues encountered during your testing. This is helpful in providing historical context to the next release conductor as well as other maintainers.

@github-actions github-actions Bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Jun 5, 2026
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

⚠️ Action required

👋 Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Check the integration testing docs for step-by-step instructions. Or, apply the integration-tests: skipped manually label to skip these checks.

To publish a canary release for integration testing, apply the Canary Release label to this PR.

@github-actions github-actions Bot requested a review from liuliu-dev June 5, 2026 17:28
@github-actions github-actions Bot temporarily deployed to storybook-preview-7925 June 5, 2026 17:39 Inactive
@primer primer Bot force-pushed the changeset-release/main branch from 1c2334f to a3145d9 Compare June 5, 2026 19:20
@github-actions github-actions Bot temporarily deployed to storybook-preview-7925 June 5, 2026 19:28 Inactive
@primer primer Bot force-pushed the changeset-release/main branch from a3145d9 to aaa3a89 Compare June 8, 2026 08:52
@github-actions github-actions Bot temporarily deployed to storybook-preview-7925 June 8, 2026 09:04 Inactive
@primer primer Bot force-pushed the changeset-release/main branch from aaa3a89 to 97fb929 Compare June 8, 2026 13:42
@github-actions github-actions Bot temporarily deployed to storybook-preview-7925 June 8, 2026 13:53 Inactive
@primer primer Bot force-pushed the changeset-release/main branch from 97fb929 to 6642460 Compare June 8, 2026 15:15
@github-actions github-actions Bot temporarily deployed to storybook-preview-7925 June 8, 2026 15:26 Inactive
@primer primer Bot force-pushed the changeset-release/main branch from 6642460 to 86258ee Compare June 9, 2026 16:01
@github-actions github-actions Bot temporarily deployed to storybook-preview-7925 June 9, 2026 16:15 Inactive
@primer primer Bot force-pushed the changeset-release/main branch from 86258ee to 81f5a98 Compare June 9, 2026 17:33
@github-actions github-actions Bot temporarily deployed to storybook-preview-7925 June 9, 2026 17:43 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant