@@ -11,23 +11,23 @@ V2.18.0
1111
1212### Breaking Changes
1313
14- - 移除 ` virtualScrollOption.bufferCount ` 虚拟滚动缓冲数量 prop
14+ - Remove ` virtualScrollOption.bufferCount ` prop
1515
1616### Feature
1717
18- - 添加隐藏表头功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/header-hidden ) #495
19- - 单元格选择支持批量单元格选择 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/cell-selection )
20- - 添加操作列功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/operation-column )
21- - 添加单元格自动填充功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/cell-autofill )
22- - 添加剪贴板功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/clipboard )
23- - 添加单元格批量复制功能
24- - 添加单元格批量粘贴功能
25- - 添加单元格批量剪切功能
26- - 添加单元格批量删除功能
27- - 添加单元格编辑回调方法 ` beforeCellValueChange ` 和 ` afterCellValueChange ` [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/cell-edit )
28- - body、header、footer 新增 mousemove、mouseover、mousedown、mouseup 自定义事件 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/event-custom )
29- - 添加 ` virtualScrollOption.bufferScale ` 虚拟滚动缓冲倍数 props
30- - 添加主题变量
18+ - Add header hidden feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/header-hidden ) #495
19+ - Add cell selection supports batch cell selection feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/cell-selection )
20+ - Add operation column feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/operation-column )
21+ - Add cell autofill feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/cell-autofill )
22+ - Add clipboard feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/clipboard )
23+ - Add cell batch copy
24+ - Add cell batch paste
25+ - Add cell batch cut
26+ - Add cell batch delete
27+ - Add cell edit callback method: ` beforeCellValueChange ` 、 ` afterCellValueChange ` [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/cell-edit )
28+ - body、header、footer add mousemove、mouseover、mousedown、mouseup custom events [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/event-custom )
29+ - Add ` virtualScrollOption.bufferScale ` virtual scroll buffer scale prop
30+ - Add theme css variables
3131 - @ve-table-td-editing-font-color
3232 - @ve-table-td-editing-background-color
3333 - @ve-table-td-editing-box-shadow-color
@@ -41,23 +41,23 @@ V2.18.0
4141
4242### Breaking Changes
4343
44- - Remove ` virtualScrollOption.bufferCount ` prop
44+ - 移除 ` virtualScrollOption.bufferCount ` 虚拟滚动缓冲数量 prop
4545
4646### Feature
4747
48- - Add header hidden feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/header-hidden ) #495
49- - Add cell selection supports batch cell selection feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/cell-selection )
50- - Add operation column feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/operation-column )
51- - Add cell autofill feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/cell-autofill )
52- - Add clipboard feature [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/clipboard )
53- - Add cell batch copy
54- - Add cell batch paste
55- - Add cell batch cut
56- - Add cell batch delete
57- - Add cell edit callback method: ` beforeCellValueChange ` 、 ` afterCellValueChange ` [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/cell-edit )
58- - body、header、footer add mousemove、mouseover、mousedown、mouseup custom events [ detail ] ( https://happy-coding-clans.github.io/vue-easytable/#/en /doc/table/event-custom )
59- - Add ` virtualScrollOption.bufferScale ` virtual scroll buffer scale prop
60- - Add theme css variables
48+ - 添加隐藏表头功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/header-hidden ) #495
49+ - 单元格选择支持批量单元格选择 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/cell-selection )
50+ - 添加操作列功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/operation-column )
51+ - 添加单元格自动填充功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/cell-autofill )
52+ - 添加剪贴板功能 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/clipboard )
53+ - 添加单元格批量复制功能
54+ - 添加单元格批量粘贴功能
55+ - 添加单元格批量剪切功能
56+ - 添加单元格批量删除功能
57+ - 添加单元格编辑回调方法 ` beforeCellValueChange ` 和 ` afterCellValueChange ` [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/cell-edit )
58+ - body、header、footer 新增 mousemove、mouseover、mousedown、mouseup 自定义事件 [ 详情 ] ( https://happy-coding-clans.github.io/vue-easytable/#/zh /doc/table/event-custom )
59+ - 添加 ` virtualScrollOption.bufferScale ` 虚拟滚动缓冲倍数 props
60+ - 添加主题变量
6161 - @ve-table-td-editing-font-color
6262 - @ve-table-td-editing-background-color
6363 - @ve-table-td-editing-box-shadow-color
0 commit comments