-
Notifications
You must be signed in to change notification settings - Fork 224
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
chore: Release v4.0.0-beta.1 #565
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Tooltip now uses React Portals and has been completely updated to make attaching tooltips much | ||
easier. |
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.
Tooltip now uses React Portals and has been completely updated to make attaching tooltips much | |
easier. | |
Tooltip now uses our Popper component and has been completely updated to make attaching tooltips | |
much easier. |
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.
Should we add an example of the new usage?
Like:
<Tooltip title="Add">
<IconButton variant={IconButton.Variant.Circle} icon={xIcon} aria-label="Add" />
</Tooltip>
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.
Planning to convert this migration guide into a 4.0 guide before the final release with notes about all the new features. Definitely want to include this, but was thinking it belonged there 👍
Using
yarn bump prerelease --preid beta
Infrastructure
Components