Skip to content

Commit 4128eca

Browse files
committed
Update CHANGE-LOG.md
1 parent bcabca9 commit 4128eca

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

CHANGE-LOG.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,61 @@ V2.18.0
1111

1212
### Breaking Changes
1313

14-
- 移除 `virtualScrollOption.bufferCount` 虚拟滚动缓冲数量 props
14+
- 移除 `virtualScrollOption.bufferCount` 虚拟滚动缓冲数量 prop
1515

1616
### Feature
1717

18-
- 单元格选择支持批量单元格选择[详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
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)
1920
- 添加操作列功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/operation-column)
2021
- 添加单元格自动填充功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-autofill)
2122
- 添加剪贴板功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/clipboard)
2223
- 添加单元格批量复制功能
2324
- 添加单元格批量粘贴功能
2425
- 添加单元格批量剪切功能
2526
- 添加单元格批量删除功能
26-
- 添加隐藏表头功能
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 事件
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)
2929
- 添加 `virtualScrollOption.bufferScale` 虚拟滚动缓冲倍数 props
30-
- 添加主题变量 @ve-table-td-editing-font-color@ve-table-td-editing-background-color
30+
- 添加主题变量
31+
- @ve-table-td-editing-font-color
32+
- @ve-table-td-editing-background-color
33+
- @ve-table-td-editing-box-shadow-color
34+
- @ve-table-selection-border-color
35+
- @ve-table-selection-autofill-border-color
36+
- @ve-table-selection-corner-border-color
37+
- @ve-table-selection-corner-background-color
38+
- @ve-table-selection-area-layer-background-color
3139

3240
---
3341

3442
### Breaking Changes
3543

36-
- 移除 `virtualScrollOption.bufferCount` 虚拟滚动缓冲数量 props
44+
- Remove `virtualScrollOption.bufferCount` prop
3745

3846
### Feature
3947

40-
-
41-
42-
### Feature
43-
44-
add operation column [detail](https://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/operation-column)
45-
46-
### Bug Fixes
47-
48-
- 修复虚拟滚动过快,编辑单元格消失的问题
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
61+
- @ve-table-td-editing-font-color
62+
- @ve-table-td-editing-background-color
63+
- @ve-table-td-editing-box-shadow-color
64+
- @ve-table-selection-border-color
65+
- @ve-table-selection-autofill-border-color
66+
- @ve-table-selection-corner-border-color
67+
- @ve-table-selection-corner-background-color
68+
- @ve-table-selection-area-layer-background-color
4969

5070
V2.17.3
5171

0 commit comments

Comments
 (0)