wsfe / vue-tree

使用虚拟列表优化的 Vue 树组件 Vue tree component optimized using virtual list
https://wsfe.github.io/vue-tree/
MIT License
196 stars 38 forks source link

refactor: remove support for vue2 #92

Closed ChuChencheng closed 4 months ago

ChuChencheng commented 5 months ago

移除 @wsfe/vue-tree 对 Vue2 的支持,使用最新版 Vue3 开发

ChuChencheng commented 5 months ago

感觉 Vue3 问题也挺多的,TypeScript 支持不完全,Jest 测试也跑不通

ChuChencheng commented 4 months ago

4.0.0 新版本将有如下改动:

  1. Less/CSS 中 ctree 统一改为 vtree
  2. 新增展示连接线功能,使用 showLine Prop 即可开启 #79 #89
  3. 新增 Expand 展开收起动画,使用 animation Prop 开启 #79
  4. 新增 node Slot #71

4.0.0 版本将仅支持 Vue3

上述功能将在后续 PR 中提交到支持 Vue2 的 @wsfe/ctree 包中