Skip to content

Releases: kolarorz/vue-virt-list

v1.5.9

12 Jan 14:17
Compare
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
Compare
Choose a tag to compare

ref:

  • VirtTree: 优化拖拽判定

v1.5.7

29 Dec 07:43
Compare
Choose a tag to compare

fix:

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

feat:

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

v1.5.6

17 Dec 13:05
Compare
Choose a tag to compare

feat:

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

v1.5.5

28 Oct 11:53
Compare
Choose a tag to compare

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

v1.5.4

18 Oct 12:00
Compare
Choose a tag to compare

fix: useVirtualList中没有给定itemGap默认值的问题
feat: VirtGrid VIrtTree 透传出 VirtList 的全部event
feat: 优化目录

v1.5.3

11 Oct 11:30
Compare
Choose a tag to compare

feat:

  • 优化tree组件拖拽

fix

  • 修复virt-grid中gridItems为0时页面卡住的问题

v1.5.2

01 Oct 06:08
Compare
Choose a tag to compare

bugfix

  • 修复Tree组件scrollTo展开后无法滚动到目标位置的问题
  • 修复Tree组件filter前后list.length没变化时无法更新列表的问题
  • 优化Tree组件forceUpdate方法

v1.5.1

26 Sep 11:11
Compare
Choose a tag to compare

bugfix:

  • 修复 fixed 模式下 少计算itemGap的问题
  • 修复 virt-tree 漏打包css的问题

v1.5.0

24 Sep 11:11
Compare
Choose a tag to compare

全新tree组件:功能更全、接口易用。
注意:和旧版本tree不兼容!