Skip to content

Commit a3caf1b

Browse files
author
zhanghao.gino
committed
docs: update changlog of rush
1 parent 90f5df5 commit a3caf1b

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "feat: 新增批量修改单元格值接口及优化筛选态数据同步\n\nrefactor: 重命名 changeCellValuesByIds 为 changeCellValuesByRanges\nfeat: 新增批量修改离散选区单元格值的接口 changeCellValuesByRanges\nfeat: 增加 syncRecordOperationsToSourceRecords 配置支持筛选态数据同步\nfeat: 新增 CHANGE_CELL_VALUES 聚合事件及相关文档\ndocs: 更新接口文档和指南说明新增功能\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vtable"
7+
}
8+
],
9+
"packageName": "@visactor/vtable",
10+
"email": "zhanghao.gino@bytedance.com"
11+
}

docs/assets/guide/en/plugin/excel-keyboard-alignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const generatePersons = count => {
120120
const tableInstance = new VTable.ListTable( document.getElementById(CONTAINER_ID),option);
121121
window.tableInstance = tableInstance;
122122

123-
123+
124124
```
125125

126126

0 commit comments

Comments
 (0)