-
Notifications
You must be signed in to change notification settings - Fork 649
Release tracking #7457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Release tracking #7457
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
|
|
👋 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 |
83bca07 to
725a69c
Compare
725a69c to
e67b3eb
Compare
e67b3eb to
480f85b
Compare
480f85b to
0ec169b
Compare
d3b27e5 to
1d3f5ef
Compare
1d3f5ef to
e1ad889
Compare
|
👋 Hi from github/github-ui! Your integration PR is ready: https://github.com/github/github-ui/pull/11282 |
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.8.0
Minor Changes
#7455
a86c183Thanks @HiroAgustin! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog#7438
160c1c4Thanks @francinelucca! - feat: make Spinner's delay customizable#7436
9a4e46cThanks @TylerJDev! - FilteredActionList: Adds new propscrollBehaviorto allow customization of scroll behavior#7448
838859dThanks @francinelucca! - feat(SkeletonBox): add customizable delayPatch Changes
#7427
4bb6620Thanks @barmo! - Change actionlist item inline description styling from flex to block to fix overflow#7451
0fc4523Thanks @daantosaurus! - UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for thedata-contentattribute.