-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: ✨ add batch for selection #1399
Conversation
d18679d
to
7ff48ed
Compare
7ff48ed
to
43e5d52
Compare
Codecov Report
@@ Coverage Diff @@
## master #1399 +/- ##
=======================================
Coverage 39.21% 39.21%
=======================================
Files 601 601
Lines 33511 33511
Branches 6807 6807
=======================================
Hits 13143 13143
Misses 19574 19574
Partials 794 794
Flags with carried forward coverage won't be shown. Click here to find out more.
|
# @antv/x6 [1.28.0](https://github.com/antvis/x6/compare/@antv/x6@1.27.2...@antv/x6@1.28.0) (2021-10-02) ### Bug Fixes * 🐛 modify the font size even if the text does not change ([#1397](#1397)) ([f93c290](f93c290)) * 🐛 stop propagation when enable following ([#1398](#1398)) ([59cbe44](59cbe44)) ### Features * ✨ add batch for selection ([#1399](#1399)) ([276abac](276abac)) * ✨ add excludeHiddenNodes for manhattan router ([#1400](#1400)) ([c57908f](c57908f))
🎉 This PR is included in the following release 🎉
Thanks for being a part of the AntV community! 💪💯 |
🎉 This PR is included in the following release 🎉
Thanks for being a part of the AntV community! 💪💯 |
🎉 This PR is included in the following release 🎉
Thanks for being a part of the AntV community! 💪💯 |
🎉 This PR is included in the following release 🎉
Thanks for being a part of the AntV community! 💪💯 |
#1325 (comment)
Ralated: #1325, #1393
Description
添加
batch: boolean
选项,在选中时跳过select
unselect
流程,直接使用reset
重置collection
。 See #1393Motivation and Context
解决大量切换选中项目时的性能问题,see #1325
Types of changes
Self Check before Merge