-
Notifications
You must be signed in to change notification settings - Fork 201
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
fix: 升级 G 版本, 修复超长文本中含有单词时换行异常 #3086
Conversation
你好 @lijinke666,非常感谢你的贡献. Hello, @lijinke666, Thanks for your contribution. In order to make the code more robust, please add the corresponding unit tests, and update the docs if there are API changes. |
Walkthrough此PR升级了G版本,修复了在超长文本中包含单测时的换行异常问题。此更改主要是为了修复与文本换行相关的错误,确保文本在特定情况下正确显示。 Changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3086 +/- ##
==========================================
+ Coverage 75.77% 79.80% +4.03%
==========================================
Files 257 211 -46
Lines 11994 11622 -372
Branches 2464 2617 +153
==========================================
+ Hits 9088 9275 +187
+ Misses 1398 783 -615
- Partials 1508 1564 +56 ☔ View full report in Codecov by Sentry. |
Size Change: +10 B (0%) Total Size: 619 kB
ℹ️ View Unchanged
|
🎉 This PR is included in version @antv/s2-v2.1.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
🔧 Chore
📝 Description
背景见: antvis/G#1896
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge