-
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(components): 组件层更新时增加 loading 效果 close #1790 #2762
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +556 B (+0.17%) Total Size: 325 kB
ℹ️ View Unchanged
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2762 +/- ##
==========================================
+ Coverage 75.77% 80.12% +4.35%
==========================================
Files 257 176 -81
Lines 11994 10216 -1778
Branches 2464 2313 -151
==========================================
- Hits 9088 8186 -902
+ Misses 1398 600 -798
+ Partials 1508 1430 -78 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.24 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.23 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-vue-v2.0.0-next.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
🐛 Bugfix
📝 Description
render
场景未适配异步的问题 close 🐛@antv/s2-react 2.0.0-next.21版本, React组件内置重渲染render仍为同步模式,频繁更新组件导致渲染重影异常 #2752reBuildDataSet
更名为rebuildDataSet
(其实应该叫 rebuildDataset, 但是为了保持统一没改)onSheetUpdate
更名为onUpdate
, 和onMoutned, onDestroy
保持统一, 并新增onUpdateAfterRender
hook🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge