Skip to content

Releases: kolarorz/vue-virt-list

v1.7.0

30 Dec 14:45

Choose a tag to compare

feat:

  • 去除minSize,改为itemPreSize(预估尺寸)。
  • 渲染个数不再依赖minSize,改为动态计算结束索引

fix:

  • 修复横向虚拟不支持itemGap的问题

v1.6.1

09 Sep 14:14

Choose a tag to compare

fix:
树组件拖拽元素对比方式
支持keep-alive,修复切换后的列表空白问题
优化文档内容

v1.6.0

25 Aug 16:50

Choose a tag to compare

feat:

  • 树组件支持禁用跨层级拖拽

v1.5.11

09 May 02:54

Choose a tag to compare

refactor

  • 优化触顶触底事件触发的时机,增加2px的buffer

v1.5.10

04 Mar 13:19

Choose a tag to compare

fix:

  • 修复clearCheckbox未清除半选状态
  • 添加removeConsole插件
  • 更新文档

v1.5.9

12 Jan 14:17

Choose a tag to compare

  • Enhanced VirtList component to accept more flexible class types and style types for itemClass props.
  • Added Vitest configuration and setup for testing.
  • Introduced mock ResizeObserver for testing purposes.
  • Add unit tests for VirtList to ensure proper rendering and class handling.

v1.5.8

31 Dec 15:23

Choose a tag to compare

ref:

  • VirtTree: 优化拖拽判定

v1.5.7

29 Dec 07:43

Choose a tag to compare

fix:

  • VirtTree组件:在filter后调用一次scrollToTop方法,以免造成滚动条的样式bug。
  • VirtTree组件:expand方法过滤掉leaf节点

feat:

  • VirtTree组件:优化drag功能,提供dragover位置判断

v1.5.6

17 Dec 13:05

Choose a tag to compare

feat:

  • 滚动到顶部&滚动到底部,添加最大计次,以免出现不可预估的原因导致死循环。

v1.5.5

28 Oct 11:53

Choose a tag to compare

fix:
更新VirtGrid的forceUpdate方法
优化VirtList的向上修正逻辑(节流)