Skip to content

Commit 6eb5091

Browse files
committed
docs: update release change log
1 parent a3836e2 commit 6eb5091

2 files changed

Lines changed: 41 additions & 41 deletions

File tree

docs/assets/changelog/en/release.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55

66
**🆕 New feature**
7-
8-
- **@visactor/vtable**: add cancelEditCell method to ListTable and PivotTable APIs
9-
- **@visactor/vtable**: add selectedStateFilter for pivotChart
10-
- **@visactor/vtable**: add clearChartState and disableTooltip api
7+
8+
- **@visactor/vtable**: add cancelEditCell method to ListTable and PivotTable APIs
9+
- **@visactor/vtable**: add selectedStateFilter for pivotChart
10+
- **@visactor/vtable**: add clearChartState and disableTooltip api
1111

1212
**🐛 Bug fix**
13-
14-
- **@visactor/vtable**: makeSelectCellVisible set false when click row series number [#4942](https://github.com/VisActor/VTable/issues/4942)
15-
- **@visactor/vtable**: fix last row dimension column width when row series number is enabled
13+
14+
- **@visactor/vtable**: makeSelectCellVisible set false when click row series number [#4942](https://github.com/VisActor/VTable/issues/4942)
15+
- **@visactor/vtable**: fix last row dimension column width when row series number is enabled [#4946](https://github.com/VisActor/VTable/issues/4946)
1616

1717
**🔨 Refactor**
18-
19-
- **@visactor/vtable**: optimize brush chart interaction
20-
18+
19+
- **@visactor/vtable**: optimize brush chart interaction
20+
2121

2222

2323
[more detail about v1.22.12](https://github.com/VisActor/VTable/releases/tag/v1.22.12)
@@ -28,23 +28,23 @@
2828

2929

3030
**🐛 Bug fix**
31-
32-
- **@visactor/vtable**: prepareEdit occor error [#4871](https://github.com/VisActor/VTable/issues/4871)
33-
- **@visactor/vtable**: paste to table performance when has prepared edit cell [#4912](https://github.com/VisActor/VTable/issues/4912)
34-
- **@visactor/vtable**: distinguish null and empty string values in column dimensions
35-
- **scenegraph**: reset proxy row status when start exceeds end
36-
- **@visactor/vtable**: time unit computeCountToTimeScale month exactitude [#4909](https://github.com/VisActor/VTable/issues/4909)
37-
- **@visactor/vtable**: 修复theme配置theme.headerStyle.textStickBaseOnAlign不生效问题
31+
32+
- **@visactor/vtable**: prepareEdit occor error [#4871](https://github.com/VisActor/VTable/issues/4871)
33+
- **@visactor/vtable**: paste to table performance when has prepared edit cell [#4912](https://github.com/VisActor/VTable/issues/4912)
34+
- **@visactor/vtable**: distinguish null and empty string values in column dimensions
35+
- **scenegraph**: reset proxy row status when start exceeds end
36+
- **@visactor/vtable**: time unit computeCountToTimeScale month exactitude [#4909](https://github.com/VisActor/VTable/issues/4909)
37+
- **@visactor/vtable**: 修复theme配置theme.headerStyle.textStickBaseOnAlign不生效问题
3838

3939
**🆕 New feature**
40-
41-
- **@visactor/vtable**: add showSubTotalsOnTreeNode to dataConfig [#4850](https://github.com/VisActor/VTable/issues/4850)
40+
41+
- **@visactor/vtable**: add showSubTotalsOnTreeNode to dataConfig [#4850](https://github.com/VisActor/VTable/issues/4850)
4242

4343
**🔨 Refactor**
44-
45-
- **@visactor/vtable**: when has merge cells to delete column [#4848](https://github.com/VisActor/VTable/issues/4848)
46-
- **@visactor/vtable**: update cell merge delete records logic [#4848](https://github.com/VisActor/VTable/issues/4848)
47-
44+
45+
- **@visactor/vtable**: when has merge cells to delete column [#4848](https://github.com/VisActor/VTable/issues/4848)
46+
- **@visactor/vtable**: update cell merge delete records logic [#4848](https://github.com/VisActor/VTable/issues/4848)
47+
4848

4949

5050
[more detail about v1.22.11](https://github.com/VisActor/VTable/releases/tag/v1.22.11)
@@ -55,16 +55,16 @@
5555

5656

5757
**🐛 Bug fix**
58-
59-
- **@visactor/vtable**: fix prepareEdit logic occor some bug
60-
- **@visactor/vtable-plugins**: fix delete and backbase key cann't delete cells
61-
- **@visactor/vtable**: rose pivotchart show indicator title problem
62-
58+
59+
- **@visactor/vtable**: fix prepareEdit logic occor some bug
60+
- **@visactor/vtable-plugins**: fix delete and backbase key cann't delete cells
61+
- **@visactor/vtable**: rose pivotchart show indicator title problem
62+
6363

6464
**🆕 New feature**
65-
66-
- **@visactor/vtable-gantt**: feat: support distanceToTaskBar config
67-
65+
66+
- **@visactor/vtable-gantt**: feat: support distanceToTaskBar config
67+
6868

6969

7070
[more detail about v1.22.10](https://github.com/VisActor/VTable/releases/tag/v1.22.10)

docs/assets/changelog/zh/release.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55

66
**🆕 新增功能**
7-
8-
- **@visactor/vtable**: add cancelEditCell method to ListTable and PivotTable APIs
9-
- **@visactor/vtable**: add selectedStateFilter for pivotChart
10-
- **@visactor/vtable**: add clearChartState and disableTooltip api
7+
8+
- **@visactor/vtable**: 新增 cancelEditCell 方法到 ListTable PivotTable APIs
9+
- **@visactor/vtable**: 新增 selectedStateFilter 方法到 pivotChart
10+
- **@visactor/vtable**: 新增 clearChartState disableTooltip 方法
1111

1212
**🐛 功能修复**
13-
14-
- **@visactor/vtable**: makeSelectCellVisible set false when click row series number [#4942](https://github.com/VisActor/VTable/issues/4942)
15-
- **@visactor/vtable**: fix last row dimension column width when row series number is enabled
13+
14+
- **@visactor/vtable**: 修复当点击行系列号时 makeSelectCellVisible 设置为 false [#4942](https://github.com/VisActor/VTable/issues/4942)
15+
- **@visactor/vtable**: 修复当行系列号启用时最后一行维度列宽问题 [#4946](https://github.com/VisActor/VTable/issues/4946)
1616

1717
**🔨 功能重构**
18-
19-
- **@visactor/vtable**: optimize brush chart interaction
20-
18+
19+
- **@visactor/vtable**: 优化图表交互
20+
2121

2222

2323
[更多详情请查看 v1.22.12](https://github.com/VisActor/VTable/releases/tag/v1.22.12)

0 commit comments

Comments
 (0)