Skip to content

chore(ActionList, NavList): Remove the CSS modules feature flag from ActionList and related components #6090

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

jonrohan
Copy link
Member

@jonrohan jonrohan commented May 20, 2025

Closes https://github.com/github/primer/issues/5173

Changelog

New

Changed

Removed

Remove the CSS modules feature flag from ActionList and related components

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; if selected, include a brief description as to why

Testing & Reviewing

Merge checklist

Copy link

changeset-bot bot commented May 20, 2025

🦋 Changeset detected

Latest commit: 7cae0b8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/react Minor

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

@github-actions github-actions bot added the staff Author is a staff member label May 20, 2025
Copy link
Contributor

👋 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!

@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 May 20, 2025
@github-actions github-actions bot temporarily deployed to storybook-preview-6090 May 20, 2025 21:36 Inactive
Copy link
Contributor

github-actions bot commented May 20, 2025

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 92.07 KB (-2.58% 🔽)
packages/react/dist/browser.umd.js 92.14 KB (-2.64% 🔽)

@github-actions github-actions bot requested a deployment to storybook-preview-6090 May 21, 2025 00:11 Abandoned
@github-actions github-actions bot temporarily deployed to storybook-preview-6090 May 21, 2025 00:25 Inactive
@@ -53,6 +53,9 @@ export type ActionListItemProps = {
*/
_PrivateItemWrapper?: React.FC<React.PropsWithChildren<MenuItemProps>>
className?: string
groupId?: string
renderItem?: (item: React.FC<React.PropsWithChildren<MenuItemProps>>) => React.ReactNode
handleAddItem?: (item: React.FC<React.PropsWithChildren<MenuItemProps>>) => void
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wanted to highlight this as something I'm unsure of? @joshblack I had to add these here because of the props I added on the item to satisfy the type errors

@github-actions github-actions bot added integration-tests: failing Changes in this PR cause breaking changes in gh/gh and removed integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm labels May 21, 2025
@github-actions github-actions bot requested a deployment to storybook-preview-6090 June 3, 2025 16:52 Abandoned
@primer-integration
Copy link

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

@primer-integration
Copy link

🟢 golden-jobs completed with status success.

@github-actions github-actions bot added integration-tests: passing Changes in this PR do NOT cause breaking changes in gh/gh and removed integration-tests: failing Changes in this PR cause breaking changes in gh/gh labels Jun 4, 2025
@hussam-i-am hussam-i-am marked this pull request as ready for review June 4, 2025 14:28
@hussam-i-am hussam-i-am requested a review from a team as a code owner June 4, 2025 14:28
@hussam-i-am hussam-i-am requested a review from hectahertz June 4, 2025 14:28
@hussam-i-am
Copy link
Contributor

Integration tests are now green, but the realease will need the changes in https://github.com/github/github/pull/381456 for them to pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration-tests: passing Changes in this PR do NOT cause breaking changes in gh/gh staff Author is a staff member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants