Skip to content

v2.18.0

Compare
Choose a tag to compare
@huangshuwei huangshuwei released this 21 Aug 03:39
· 359 commits to master since this release

Breaking Changes

  • Remove virtualScrollOption.bufferCount prop

Feature

  • Add header hidden feature detail #495
  • Add cell selection supports batch cell selection feature detail
  • Add operation column feature detail
  • Add cell autofill feature detail
  • Add clipboard feature detail
    • Add cell batch copy
    • Add cell batch paste
    • Add cell batch cut
    • Add cell batch delete
  • Add cell edit callback method: beforeCellValueChangeafterCellValueChangedetail
  • body、header、footer add mousemove、mouseover、mousedown、mouseup custom events detail
  • Add virtualScrollOption.bufferScale virtual scroll buffer scale prop
  • Add theme css variables
    • @ve-table-td-editing-font-color
    • @ve-table-td-editing-background-color
    • @ve-table-td-editing-box-shadow-color
    • @ve-table-selection-border-color
    • @ve-table-selection-autofill-border-color
    • @ve-table-selection-corner-border-color
    • @ve-table-selection-corner-background-color
    • @ve-table-selection-area-layer-background-color

Breaking Changes

  • 移除 virtualScrollOption.bufferCount 虚拟滚动缓冲数量 prop

Feature

  • 添加隐藏表头功能 详情 #495
  • 单元格选择支持批量单元格选择 详情
  • 添加操作列功能 详情
  • 添加单元格自动填充功能 详情
  • 添加剪贴板功能 详情
    • 添加单元格批量复制功能
    • 添加单元格批量粘贴功能
    • 添加单元格批量剪切功能
    • 添加单元格批量删除功能
  • 添加单元格编辑回调方法 beforeCellValueChangeafterCellValueChange 详情
  • body、header、footer 新增 mousemove、mouseover、mousedown、mouseup 自定义事件 详情
  • 添加 virtualScrollOption.bufferScale 虚拟滚动缓冲倍数 props
  • 添加主题变量
    • @ve-table-td-editing-font-color
    • @ve-table-td-editing-background-color
    • @ve-table-td-editing-box-shadow-color
    • @ve-table-selection-border-color
    • @ve-table-selection-autofill-border-color
    • @ve-table-selection-corner-border-color
    • @ve-table-selection-corner-background-color
    • @ve-table-selection-area-layer-background-color