Skip to content
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

feat(KeybindingHint): Convert to CSS modules behind feature flag #5326

Merged
merged 5 commits into from
Nov 27, 2024

Conversation

hussam-i-am
Copy link
Collaborator

Changelog

New

Changed

  • Convert KeybindingHint to CSS modules behind feature flag

Removed

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

@hussam-i-am hussam-i-am self-assigned this Nov 22, 2024
@hussam-i-am hussam-i-am requested a review from a team as a code owner November 22, 2024 16:08
Copy link

changeset-bot bot commented Nov 22, 2024

🦋 Changeset detected

Latest commit: d216fc3

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 integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Nov 22, 2024
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!

Copy link
Contributor

github-actions bot commented Nov 22, 2024

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 102.77 KB (+0.09% 🔺)
packages/react/dist/browser.umd.js 103.1 KB (+0.01% 🔺)

return (
<Text
as={'kbd' as 'span'}
className={enabled ? classes.KeybindingHint : undefined}
Copy link
Member

Choose a reason for hiding this comment

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

Should we include ability to pass in className?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added

@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 Nov 26, 2024
@primer-integration
Copy link

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

@primer-integration
Copy link

🔴 golden-jobs completed with status failure.

@hussam-i-am hussam-i-am added this pull request to the merge queue Nov 27, 2024
Merged via the queue into main with commit 1d79cc5 Nov 27, 2024
43 checks passed
@hussam-i-am hussam-i-am deleted the hussam-i-am/css-modules-keybinding-hint branch November 27, 2024 16:46
@primer primer bot mentioned this pull request Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration-tests: failing Changes in this PR cause breaking changes in gh/gh
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants