Skip to content

Releases: Happy-Coding-Clans/vue-easytable

v2.19.1

15 Sep 13:27
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that after the header column is selected, the right click item in the non header selected area of the right-click menu is incorrect

Bug Fixes

  • 修复表头列选中后,右键菜单非头部的选中区域右键项不正确的问题

v2.19.0

13 Sep 12:48
Compare
Choose a tag to compare

Breaking Changes

  • Modify the non Chinese text in the right-click menu of the table, and convert the first lower case letter to upper case letter
  • Contextmenu of table, remove callback function callback({type, selection}) replace with afterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes }) refer to detail

Feature

  • Cell selection refer to detail

    • Add multi column selection feature
    • Add multi row selection feature
    • Cell selection feature, adding header and column indicator effects
    • Cell selection feature, add range selection instance method setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })
    • Cell selection feature, add cell select all instance methodsetAllCellSelection()
  • Table contextmenu refer to detail

    • Add table header contextmenu
    • Add table body contextmenu
    • Add table body contextmenu callback beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })
    • Add theme vars
      • @ve-table-head-indicator-active-text-color
      • @ve-table-body-indicator-active-text-color
      • @ve-table-header-cell-indicator-active-background-color
      • @ve-table-body-cell-indicator-active-background-color
  • Contextmenu comp adds instance method hideContextmenu()

Bug Fixes

  • Fixed the problem that the menu could not be expanded and collapsed after the right menu expansion node was clicked

Breaking Changes

  • 修改表格右键菜单的非中文文字,将开头小写字母转大写字母
  • 表格右键菜单功能,移除回调函数callback({type, selection}) 使用afterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes })替代 查看详情

Feature

  • 单元格选择功能 查看详情

    • 添加多列选择功能
    • 添加多行选择功能
    • 单元格选择功能,添加表头和列指示器效果
    • 单元格选择功能,添加区域选择实例方法 setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })
    • 单元格选择功能,添加单元格全选实例方法setAllCellSelection()
  • 表格右键菜单功能 查看详情

    • 表格 header 添加右键菜单功能
    • 表格 body 右键菜单功能增强
    • 表格 body 右键菜单功能添加回调方法 beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })
    • 添加主题变量
      • @ve-table-head-indicator-active-text-color
      • @ve-table-body-indicator-active-text-color
      • @ve-table-header-cell-indicator-active-background-color
      • @ve-table-body-cell-indicator-active-background-color
  • 右键菜单组件添加hideContextmenu()实例方法

Bug Fixes

  • 修复右侧菜单展开节点被点击后,菜单无法展开折叠的问题

v2.18.3

29 Aug 06:11
Compare
Choose a tag to compare

Bug Fixes

  • 修复非虚拟滚动表格,隐藏列时控制台报错的问题

Bug Fixes

  • Fixed the bug that the console of non virtual scrolling hidden columns report errors

v2.18.2

25 Aug 12:45
Compare
Choose a tag to compare

Bug Fixes

  • 修复单元格自动填充,当停止在起始单元格后报错的问题

Bug Fixes

  • Fixed the bug that cell autofilling error when stoppped at the starting cell

v2.18.0

21 Aug 03:39
Compare
Choose a tag to compare

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

v2.17.3

03 Jun 03:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that page number jump is not updated #483
  • Fix the bug that the edit cell position display error when drag scroll bar #485

Bug Fixes

  • 修复分页组件跳转页码没有更新的问题 #483
  • 修复拖动滚动条导致编辑单元格显示位置不正确的问题 #485

v2.17.2

19 May 16:02
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the contextment panel can't' be displayed after the dynamic modification of the contextment option
  • Fix the bug that incorrect positioning of edit text box in some browsers (QQ, Safari, etc.) #471

  • 修复右键菜单配置动态修改后,右键菜单功无法显示的问题
  • 修复在部分浏览器(QQ、Safari 等)编辑文本框定位不准确的问题 #471

v2.17.1

16 May 07:24
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the problem that the background color of dark theme virtual scrolling table row did not take effect

Bug Fixes

  • 修复暗黑主题虚拟滚动表格行背景色没生效的问题

v2.17.0

15 May 17:03
Compare
Choose a tag to compare

Feature

Bug Fixes

  • Fixed some problems under the dark theme

Feature

Bug Fixes

  • 修复暗黑主题下存在的一些问题

v2.16.3

26 Apr 14:27
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the right-click menu is combined with cell editing. After deleting a row, the header will disappear #477
  • Fix the bug that dynamically turn on or off virtual scrolling, table rendering error #478

Bug Fixes

  • 修复开启单元格编辑功能,当最后一行数据被删除,表头消失的问题 #477
  • 修复动态开启或关闭虚拟滚动,表格渲染异常的问题 #478