Release tracking 38.29.0#7980
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 12, 2026 16:01
c8f1543 to
30acfb5
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 17:21
30acfb5 to
d35810c
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 18:13
d35810c to
23ae17b
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 18:32
23ae17b to
d7f4427
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 19:03
d7f4427 to
282c30c
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 19:26
282c30c to
dc2cb3e
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
June 12, 2026 19:52
ea9bd8c to
ee664b9
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 15, 2026 17:57
e2518b3 to
938698d
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
June 16, 2026 15:40
737eea9 to
1f3787a
Compare
liuliu-dev
removed their request for review
June 16, 2026 15:50
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 16, 2026 15:58
1f3787a to
c2875a8
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
June 17, 2026 14:59
e2fa16f to
34ad69e
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
June 17, 2026 16:02
139e72d to
68e1426
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 17, 2026 17:01
68e1426 to
050a46f
Compare
primer
Bot
force-pushed
the
changeset-release/main
branch
from
June 17, 2026 17:14
050a46f to
5c726e7
Compare
siddharthkp
approved these changes
Jun 18, 2026
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.29.0
Minor Changes
#8009
2cf75b5Thanks @joshblack! - Update CSS build options to compile down :is() selectors#7994
8cb7f6dThanks @TylerJDev! - ActionList: AddstooltipDirectionprop toActionList.TrailingAction#7867
4ec4248Thanks @llastflowers! - Add data-component attributes and associated tests for ActionMenu, AnchoredOverlay, Autocomplete, and NavList#7897
1f7b8afThanks @liuliu-dev! - Add support for theasprop onTreeView.Item. This enables rendering thetreeitem as a different element (e.g.
as="a"for native anchors, or a customrouter-link component) while preserving all existing keyboard, focus, and ARIA
behavior.
When
asis omitted, the existing markup is unchanged: an<li>is renderedas the
role="treeitem"element. Whenasis provided, the polymorphicelement is rendered as the treeitem and is wrapped in an
<li role="none">so the markup remains valid (a
<ul role="tree">may only directly contain<li>elements).Patch Changes
#7976
1fac927Thanks @copilot-swe-agent! - NavList: add a small gap between items for readability, including before expanded sub-navs, behind theprimer_react_action_list_item_gapfeature flag#7999
eada357Thanks @copilot-swe-agent! - Breadcrumbs: Improve rendering performance and refresh the overflow menu when breadcrumb content changes without changing the number of items.#7929
48c34caThanks @joshblack! - FilteredActionList: Make body skeleton widths stable for server rendering#7985
969c874Thanks @joshblack! - AnchoredOverlay: Render the popover target attribute correctly for popover anchors#7984
06fdad4Thanks @joshblack! - CircleBadge, ActionList: Prevent internal props from rendering on DOM elements#7978
e3f655cThanks @copilot-swe-agent! - PageHeader.ParentLink: Forward unknown props (e.g.to) to the underlying element, enabling client-side routing with polymorphicas.#7930
f32ac0fThanks @copilot-swe-agent! - Blankslate: reducesize="small"padding tovar(--base-size-16)for denser layouts