-
Notifications
You must be signed in to change notification settings - Fork 536
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
Tooltip: Do not export all types publicly in the experimental bundle #5064
Conversation
🦋 Changeset detectedLatest commit: fa0b38a 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 |
size-limit report 📦
|
.changeset/eight-avocados-lick.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
"@primer/react": patch |
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.
This is technically a breaking change since we remove export but there is no usage internally at dotcom. Should we release potentially major? Or should we just do major and include in the major release?
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.
@broccolinisoup I think since tooltip is behind experimental/next it doesn't fall under semver so should be fine 👍 I would personally do minor
since this is more around changing APIs than it would be fixing a bug but I don't know how important that is for these kind of "unstable" components 🤷
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.
You are totally right!
.changeset/eight-avocados-lick.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
"@primer/react": patch |
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.
@broccolinisoup I think since tooltip is behind experimental/next it doesn't fall under semver so should be fine 👍 I would personally do minor
since this is more around changing APIs than it would be fixing a bug but I don't know how important that is for these kind of "unstable" components 🤷
👋 Hi from github/github! Your integration PR is ready: https://github.com/github/github/pull/345879 |
🟢 golden-jobs completed with status |
Changelog
New
Changed
TriggerPropsType
since it is only used in Tooltip component.Removed
TriggerPropsType
,TooltipContext
,TooltipDirection
from the experimental exportRollout strategy
Testing & Reviewing