Skip to content

Release tracking#7577

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

Release tracking#7577
primer[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@primer
Copy link
Contributor

@primer primer bot commented Feb 20, 2026

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.14.0

Minor Changes

  • #7531 0cfb938 Thanks @hectahertz! - SelectPanel: Add built-in client-side list virtualization via a new virtualized prop. When enabled, only the visible items plus a small overscan buffer are rendered in the DOM, dramatically improving performance for large lists.

Patch Changes

  • #7497 931740b Thanks @hectahertz! - Remove render phase setStates on SelectPanel

  • #7532 39a2151 Thanks @hectahertz! - PageLayout: Eliminate forced reflow (~614ms) on mount by replacing getComputedStyle call with a pure JS viewport width check for the --pane-max-width-diff CSS variable.

  • #7555 64c2243 Thanks @hectahertz! - perf(useSlots): short-circuit iteration and skip filled slots

  • #7547 4943d67 Thanks @hectahertz! - perf(useScrollFlash): defer scroll read/write to requestAnimationFrame to avoid forced reflow

  • #7497 931740b Thanks @hectahertz! - Improve SelectPanel performance

  • #7551 2fbfc49 Thanks @hectahertz! - perf(Text): remove unnecessary useRef and useImperativeHandle hooks

  • #7571 59ab235 Thanks @liuliu-dev! - AnchoredOverlay: changed overflow from hidden to auto to prevent content clipping at small viewports.

  • #7553 6225ba2 Thanks @hectahertz! - perf(useRefObjectAsForwardedRef): add dependency array to useImperativeHandle

@primer primer bot requested a review from a team as a code owner February 20, 2026 14:38
@primer primer bot requested a review from liuliu-dev February 20, 2026 14:38
@github-actions
Copy link
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 Feb 20, 2026
@github-actions
Copy link
Contributor

👋 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. Or, apply the integration-tests: skipped manually label to skip these checks.

@primer primer bot force-pushed the changeset-release/main branch 2 times, most recently from c10c9c4 to fe095b4 Compare February 20, 2026 14:43
@github-actions github-actions bot requested a deployment to storybook-preview-7577 February 20, 2026 14:47 Abandoned
@primer primer bot force-pushed the changeset-release/main branch from fe095b4 to 8e84264 Compare February 20, 2026 14:49
@github-actions github-actions bot requested a deployment to storybook-preview-7577 February 20, 2026 14:54 Abandoned
@github-actions github-actions bot temporarily deployed to storybook-preview-7577 February 20, 2026 15:02 Inactive
@llastflowers llastflowers removed the request for review from liuliu-dev February 20, 2026 17:34
@primer primer bot force-pushed the changeset-release/main branch from 8e84264 to 0f1ef06 Compare February 20, 2026 18:08
@github-actions github-actions bot temporarily deployed to storybook-preview-7577 February 20, 2026 18:21 Inactive
@primer primer bot force-pushed the changeset-release/main branch from 0f1ef06 to e4102f2 Compare February 21, 2026 00:17
@github-actions github-actions bot temporarily deployed to storybook-preview-7577 February 21, 2026 00:32 Inactive
@primer primer bot force-pushed the changeset-release/main branch from e4102f2 to e6052d6 Compare February 23, 2026 09:36
@github-actions github-actions bot temporarily deployed to storybook-preview-7577 February 23, 2026 09:47 Inactive
@primer primer bot force-pushed the changeset-release/main branch from e6052d6 to 783706c Compare February 23, 2026 17:32
@github-actions github-actions bot assigned TylerJDev and unassigned llastflowers Feb 23, 2026
@github-actions github-actions bot requested a review from TylerJDev February 23, 2026 17:34
@github-actions github-actions bot temporarily deployed to storybook-preview-7577 February 23, 2026 17:43 Inactive
@primer-integration
Copy link

👋 Hi from github/github-ui! Your integration PR is ready: https://github.com/github/github-ui/pull/14515

@primer-integration
Copy link

Integration test results from github/github-ui:

Passed  CI   Passed
Passed  VRT   Passed
Passed  Projects   Passed

All checks passed!

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.

2 participants