-
Notifications
You must be signed in to change notification settings - Fork 731
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/typography tooltip #1874
Feat/typography tooltip #1874
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 57c3156:
|
Passing run #1992 ↗︎
Details:
Review all test suite changes for PR #1874 ↗︎ |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## release #1874 +/- ##
===========================================
+ Coverage 88.03% 88.11% +0.08%
===========================================
Files 436 436
Lines 25503 25503
Branches 6438 6441 +3
===========================================
+ Hits 22452 22473 +21
+ Misses 3051 3030 -21
☔ View full report in Codecov by Sentry. |
* feat: [Typography] showTooltip API adds renderTooltip support for custom popup layer components * feat: Add a className to Popover in Typography * chore: change param name * chore: delete .only in e2e test cases * chore: add e2e test wait time, avoid online test error * docs: add param type defination for renderTooltip * docs: The colors used in the examples use Semi official theme colors * chore: ignore e2e test that work in local but not work in online --------- Co-authored-by: pointhalo <[email protected]>
中文模板 / Chinese Template
What kind of change does this PR introduce? (check at least one)
PR description
Fixes #1853
Changelog
🇨🇳 Chinese
🇺🇸 English
Checklist
Other
Additional information