-
Notifications
You must be signed in to change notification settings - Fork 645
chore(ActionList): Remove the CSS modules feature flag from the ActionList.Group component #6023
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
Conversation
🦋 Changeset detectedLatest commit: c5e20ed The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
|
👋 Hi from github/github! Your integration PR is ready: https://github.com/github/github/pull/377006 |
|
🟢 golden-jobs completed with status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Remove the CSS modules feature flag from the ActionList.Group component and streamline its implementation.
- Always render Group using BoxWithFallback and CSS modules (no runtime flag branches)
- Define new
.Groupand.GroupListstyles in Group.module.css - Refresh NavList snapshot tests to match updated class names
- Add a changeset for a minor release
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/react/src/NavList/snapshots/NavList.test.tsx.snap | Updated snapshot to reflect new CSS module class names |
| packages/react/src/ActionList/Group.tsx | Removed feature-flag branches, replaced Box with BoxWithFallback |
| packages/react/src/ActionList/Group.module.css | Added .Group and .GroupList selectors, removed old flag styles |
| .changeset/fair-hands-glow.md | Created changeset for minor version bump |
|
👋 Hi, there are new commits since the last successful integration test. We recommend running the integration workflow once more, unless you are sure the new changes do not affect github/github. Thanks! |
|
👋 Hi, there are new commits since the last successful integration test. We recommend running the integration workflow once more, unless you are sure the new changes do not affect github/github. Thanks! |
…nList.Group component (#6023) Co-authored-by: primer[bot] <119360173+primer[bot]@users.noreply.github.com>
Closes https://github.com/github/primer/issues/5171
Changelog
New
Changed
Removed
Remove the CSS modules feature flag from the ActionList.Group component
Rollout strategy
Testing & Reviewing
Merge checklist