-
Notifications
You must be signed in to change notification settings - Fork 199
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(layout): 单元格支持渲染多行文本 #2383
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Size Change: -10.8 kB (-3%) Total Size: 311 kB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2383 +/- ##
==========================================
+ Coverage 75.77% 77.85% +2.08%
==========================================
Files 257 270 +13
Lines 11994 12038 +44
Branches 2464 2442 -22
==========================================
+ Hits 9088 9372 +284
+ Misses 1398 1164 -234
+ Partials 1508 1502 -6 ☔ View full report in Codecov by Sentry. |
大佬们,合一下? |
@lijinke666 哈喽你好,请问这个特性计划在什么时候发布呢 |
预计年底发布正式版 |
🎉 This PR is included in version @antv/s2-v2.0.0-next.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
📝 Description
G 5.0
的多行文本特性, 主题配置增加相关配置, 可自由选择是否换行.maxLines
调整getEllipsisText
使用, 统一使用 G 5.0 的省略号绘制逻辑 (遵循 CSS 规则, 空间不足直接 clip, 而不是显示...
)🖼️ Screenshot
🔗 Related issue link
closes #1358 #2382 #2059 #1114 #1564
🔍 Self-Check before the merge