react-component / tree Public
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: Tree support drag handler #490
Conversation
|
This pull request is being automatically deployed with Vercel (learn more).
|
Codecov Report
@@ Coverage Diff @@
## master #490 +/- ##
=======================================
Coverage 99.66% 99.66%
=======================================
Files 11 11
Lines 1205 1212 +7
Branches 356 359 +3
=======================================
+ Hits 1201 1208 +7
Misses 4 4
Continue to review full report at Codecov.
|
* refactor: Move code into unique checker * chore: support handler * refactor: Move drag out * chore: Patch more style info * test: Fix test case * docs: Update demo * chore: Coverage
…487) * feature: user can customized tree node style if selectable. * feat: Tree support drag handler (#490) * refactor: Move code into unique checker * chore: support handler * refactor: Move drag out * chore: Patch more style info * test: Fix test case * docs: Update demo * chore: Coverage * 5.1.0 * refactor: Merge draggable api (#491) * 5.2.0 * chore: Retry 10 times after failed (#493) * chore: add max retry ant-design/ant-design#32313 * test: test case * 5.2.1 * fix: field names failed for checkable (#498) * fix: fieldNames checked logic * test: test case * 5.2.2 * merge * 5.3.0 * docs: update README.md (#504) * chore: upgrade rc-util close #509 * fix(tree-type): fix generic type for onCheck (#510) * feat: Add internal mapping of fieldNames._title * 5.3.1 * fix: fieldNames should support 0 * 5.3.2 * resolve confilicts for rebase * add demo and test case for this feature * remove unnecessary code * resolve confilicts for rebase * add aria-selected prop and update snapshot * use aria-selected instead unseleactable prop ,also update demo and test case * add missing code * change aria-selected prop,just show it when prop exists Co-authored-by: 二货机器人 <smith3816@gmail.com> Co-authored-by: binyellow <571704908@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: bregonesi <rego_1994@hotmail.com>
No description provided.