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

ActionBar: Move to main directory (experimental → alpha) #4574

Merged
merged 9 commits into from
May 21, 2024

Conversation

pksjce
Copy link
Collaborator

@pksjce pksjce commented May 9, 2024

Closes #https://github.com/github/primer/issues/3020

Changelog

Make the component be imported from @primer/react and drafts. In next major release, we need to remove it from drafts

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

@pksjce pksjce requested a review from a team as a code owner May 9, 2024 02:45
@pksjce pksjce requested a review from jonrohan May 9, 2024 02:45
Copy link

changeset-bot bot commented May 9, 2024

🦋 Changeset detected

Latest commit: f183b91

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

Copy link
Contributor

github-actions bot commented May 10, 2024

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 89.29 KB (+0.87% 🔺)
packages/react/dist/browser.umd.js 89.59 KB (+0.85% 🔺)

Fix imports
@github-actions github-actions bot temporarily deployed to storybook-preview-4574 May 10, 2024 11:52 Inactive
Copy link
Member

@jonrohan jonrohan left a comment

Choose a reason for hiding this comment

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

🎉

@@ -67,8 +67,7 @@ export * from './SelectPanel2'
export {default as TabPanels} from './TabPanels'
export type {TabPanelsProps, TabPanelsTabProps, TabPanelsPanelProps} from './TabPanels'
export * from '../TooltipV2'
export {default as ActionBar} from './ActionBar'
export * from './ActionBar'
export * from '../ActionBar'
Copy link
Member

Choose a reason for hiding this comment

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

Kudos for backward compatibility for imports!

"status": "draft",
"a11yReviewed": false,
"status": "alpha",
"a11yReviewed": true,
Copy link
Member

Choose a reason for hiding this comment

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

nice!

@siddharthkp siddharthkp changed the title ActionBar: Move to main directory ActionBar: Move to main directory (experimental → alpha) May 21, 2024
@github-actions github-actions bot temporarily deployed to storybook-preview-4574 May 21, 2024 08:40 Inactive
@siddharthkp siddharthkp added this pull request to the merge queue May 21, 2024
Merged via the queue into main with commit 9c01a93 May 21, 2024
30 checks passed
@siddharthkp siddharthkp deleted the actionbar-alpha branch May 21, 2024 09:51
@primer primer bot mentioned this pull request May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants