Skip to content

Commit 12230b5

Browse files
committed
Update CHANGE-LOG.md
1 parent 6ae0ebd commit 12230b5

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

CHANGE-LOG.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,33 @@ V2.18.0
1515

1616
### Feature
1717

18-
- 事件自定义 body、header、footer 新增 mousemove、mouseover、mousedown、mouseup 事件
19-
- 添加 `virtualScrollOption.bufferScale` 虚拟滚动缓冲倍数 props
20-
- `cellSelectionOption` add props `autofillChange`
21-
- add operation column
22-
- add theme vars @ve-table-td-editing-font-color@ve-table-td-editing-background-color
23-
- 单元格编辑功能添加单元格内容变更前的回调方法 `beforeCellValueChange`
24-
- 添加剪贴板功能 [详情]()
18+
- 单元格选择支持批量单元格选择[详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
19+
- 添加操作列功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/operation-column)
20+
- 添加单元格自动填充功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-autofill)
21+
- 添加剪贴板功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/clipboard)
2522
- 添加单元格批量复制功能
2623
- 添加单元格批量粘贴功能
2724
- 添加单元格批量剪切功能
2825
- 添加单元格批量删除功能
2926
- 添加隐藏表头功能
27+
- 单元格编辑功能-添加编辑回调方法 `beforeCellValueChange``afterCellValueChange`[详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-edit?anchor=ji-ben-yong-fa)
28+
- 事件自定义 body、header、footer 新增 mousemove、mouseover、mousedown、mouseup 事件
29+
- 添加 `virtualScrollOption.bufferScale` 虚拟滚动缓冲倍数 props
30+
- 添加主题变量 @ve-table-td-editing-font-color@ve-table-td-editing-background-color
31+
32+
---
33+
34+
### Breaking Changes
35+
36+
- 移除 `virtualScrollOption.bufferCount` 虚拟滚动缓冲数量 props
37+
38+
### Feature
39+
40+
-
41+
42+
### Feature
43+
44+
add operation column [detail](https://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/operation-column)
3045

3146
### Bug Fixes
3247

0 commit comments

Comments
 (0)