Open
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
|
4d14a3c to
d5c143d
Compare
Contributor
|
d5c143d to
872d71d
Compare
872d71d to
db99a73
Compare
db99a73 to
f24ec25
Compare
f24ec25 to
1c64c7b
Compare
1c64c7b to
f1debc9
Compare
f1debc9 to
eff3299
Compare
eff3299 to
6c6ee0b
Compare
6c6ee0b to
6f6ee73
Compare
6f6ee73 to
25043b2
Compare
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.20.0
Minor Changes
#7723
ec6c88fThanks @liuliu-dev! - Add Card component with subcomponents: Card.Icon, Card.Image, Card.Heading, Card.Description, Card.Menu, and Card.Metadata#7733
b9211dbThanks @francinelucca! - Overlay: Graduateprimer_react_overlay_max_height_clamp_to_viewportfeature flagThe max-height of overlays is now clamped to the viewport height by default using
min(size, 100dvh). This prevents overlays from extending beyond the viewport on smaller screens.Patch Changes
#7738
f5f2869Thanks @francinelucca! - ActionMenu, Table: Fix component mutation issue whereObject.assignwas modifying original@primer/reactcomponents. Now uses wrapper components to avoid side effects.#7747
b7dfb78Thanks @copilot-swe-agent! - Fix IssueLabelToken text contrast in light theme by updating the lightness-switch formula to use a division-based approach that properly produces a binary switch value for selecting black vs white text#7746
30206c4Thanks @jonrohan! - Update TokenTextContainerline-heightto use primer primitives CSS variablevar(--base-text-lineHeight-normal)@primer/mcp@0.3.2
Patch Changes
#7710
e15db4cThanks @adierkens! - Removes fallback for legacy documentation for components usingget_componentUpdated dependencies [
ec6c88f,f5f2869,b7dfb78,b9211db,30206c4]:@primer/styled-react@1.0.6
Patch Changes
#7738
f5f2869Thanks @francinelucca! - ActionMenu, Table: Fix component mutation issue whereObject.assignwas modifying original@primer/reactcomponents. Now uses wrapper components to avoid side effects.#7728
6eb03b5Thanks @jonrohan! - Remove Overlay, CounterLabel, and ActionMenu from styled-react package#7743
8550be3Thanks @jonrohan! - Remove Token and Tooltip from@primer/styled-react#7726
2edb05aThanks @copilot-swe-agent! - Remove PageHeader from @primer/styled-react