Skip to content

Commit 1554165

Browse files
committed
Update CHANGE-LOG.md
1 parent 0ea989b commit 1554165

File tree

1 file changed

+52
-14
lines changed

1 file changed

+52
-14
lines changed

CHANGE-LOG.md

Lines changed: 52 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,63 @@ V2.19.0
1111

1212
### Breaking Changes
1313

14+
- Modify the non Chinese text in the right-click menu of the table, and convert the first lower case letter to upper case letter
15+
- Contextmenu of table, remove callback function `callback({type, selection})` replace with `afterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes })` [detail](https://happy-coding-clans.github.io/vue-easytable/#/en/doc/table/contextmenu)
16+
17+
### Feature
18+
19+
- Cell selection [detail](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
20+
21+
- Add multi column selection feature
22+
- Add multi row selection feature
23+
- Cell selection feature, adding header and column indicator effects
24+
- Cell selection feature, add range selection instance method `setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })`
25+
- Cell selection feature, add cell select all instance method`setAllCellSelection()` [detail](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
26+
27+
- Table contextmenu [detail](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/contextmenu)
28+
29+
- Add table header contextmenu
30+
- Add table body contextmenu
31+
- Add table body contextmenu callback `beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })`
32+
- Add theme vars
33+
- @ve-table-head-indicator-active-text-color
34+
- @ve-table-body-indicator-active-text-color
35+
- @ve-table-header-cell-indicator-active-background-color
36+
- @ve-table-body-cell-indicator-active-background-color
37+
38+
- Contextmenu comp adds instance method `hideContextmenu()`
39+
40+
### Bug Fixes
41+
42+
- Fixed the problem that the menu could not be expanded and collapsed after the right menu expansion node was clicked
43+
44+
---
45+
46+
### Breaking Changes
47+
1448
- 修改表格右键菜单的非中文文字,将开头小写字母转大写字母
1549
- 表格右键菜单功能,移除回调函数`callback({type, selection})` 使用`afterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes })`替代 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/contextmenu)
1650

1751
### Feature
1852

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/cell-selection)
21-
- 单元格选择功能,添加表头和列指示器效果 [详情]
22-
- 单元格选择功能,添加区域选择实例方法`setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })` [详情]
23-
- 单元格选择功能,添加单元格全选实例方法`setAllCellSelection()` [详情]
24-
- 表格 header 添加右键菜单功能 [详情]
25-
- 表格 body 右键菜单功能增强 [详情]
26-
- 表格 body 右键菜单功能添加回调方法 `beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })` [详情]
27-
- 右键菜单组件添加`hideContextmenu()`实例方法
28-
- 添加主题变量
29-
- @ve-table-head-indicator-active-text-color
30-
- @ve-table-body-indicator-active-text-color
31-
- @ve-table-header-cell-indicator-active-background-color
32-
- @ve-table-body-cell-indicator-active-background-color
53+
- 单元格选择功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
54+
55+
- 添加多列选择功能
56+
- 添加多行选择功能
57+
- 单元格选择功能,添加表头和列指示器效果
58+
- 单元格选择功能,添加区域选择实例方法 `setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })`
59+
- 单元格选择功能,添加单元格全选实例方法`setAllCellSelection()` [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/cell-selection)
60+
61+
- 表格右键菜单功能 [详情](https://happy-coding-clans.github.io/vue-easytable/#/zh/doc/table/contextmenu)
62+
- 表格 header 添加右键菜单功能
63+
- 表格 body 右键菜单功能增强
64+
- 表格 body 右键菜单功能添加回调方法 `beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })`
65+
- 右键菜单组件添加`hideContextmenu()`实例方法
66+
- 添加主题变量
67+
- @ve-table-head-indicator-active-text-color
68+
- @ve-table-body-indicator-active-text-color
69+
- @ve-table-header-cell-indicator-active-background-color
70+
- @ve-table-body-cell-indicator-active-background-color
3371

3472
### Bug Fixes
3573

0 commit comments

Comments
 (0)