Skip to content

Commit 48ec72b

Browse files
committed
Merge remote-tracking branch 'origin/develop' into 4935-bug-dimensionValue-null-indicatorValue
2 parents e7eccd7 + 25d74f9 commit 48ec72b

29 files changed

Lines changed: 1542 additions & 174 deletions

common/changes/@visactor/vtable/4942-bug-makeselectcellvisible-false_2026-01-21-06-50.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vtable/feat-cancelEdit_2026-01-21-00-59.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vtable/feat-pie_chart_linkage_2025-12-29-09-19.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vtable/feat-pie_chart_linkage_2026-01-07-09-55.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vtable/feat-pie_chart_linkage_2026-01-09-08-48.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vtable/fix-row-series-number-last-dimension-column-width_2026-01-22-03-29.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/config/rush/pnpm-lock.yaml

Lines changed: 24 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.11","mainProject":"@visactor/vtable","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.12","mainProject":"@visactor/vtable","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 45 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,50 @@
1+
# v1.22.12
2+
3+
2026-01-26
4+
5+
6+
**🆕 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
11+
12+
**🐛 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 [#4946](https://github.com/VisActor/VTable/issues/4946)
16+
17+
**🔨 Refactor**
18+
19+
- **@visactor/vtable**: optimize brush chart interaction
20+
21+
22+
23+
[more detail about v1.22.12](https://github.com/VisActor/VTable/releases/tag/v1.22.12)
24+
125
# v1.22.11
226

327
2026-01-20
428

529

630
**🐛 Bug fix**
7-
8-
- **@visactor/vtable**: prepareEdit occor error [#4871](https://github.com/VisActor/VTable/issues/4871)
9-
- **@visactor/vtable**: paste to table performance when has prepared edit cell [#4912](https://github.com/VisActor/VTable/issues/4912)
10-
- **@visactor/vtable**: distinguish null and empty string values in column dimensions
11-
- **scenegraph**: reset proxy row status when start exceeds end
12-
- **@visactor/vtable**: time unit computeCountToTimeScale month exactitude [#4909](https://github.com/VisActor/VTable/issues/4909)
13-
- **@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不生效问题
1438

1539
**🆕 New feature**
16-
17-
- **@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)
1842

1943
**🔨 Refactor**
20-
21-
- **@visactor/vtable**: when has merge cells to delete column [#4848](https://github.com/VisActor/VTable/issues/4848)
22-
- **@visactor/vtable**: update cell merge delete records logic [#4848](https://github.com/VisActor/VTable/issues/4848)
23-
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+
2448

2549

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

3256

3357
**🐛 Bug fix**
34-
35-
- **@visactor/vtable**: fix prepareEdit logic occor some bug
36-
- **@visactor/vtable-plugins**: fix delete and backbase key cann't delete cells
37-
- **@visactor/vtable**: rose pivotchart show indicator title problem
38-
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+
3963

4064
**🆕 New feature**
41-
42-
- **@visactor/vtable-gantt**: feat: support distanceToTaskBar config
43-
65+
66+
- **@visactor/vtable-gantt**: feat: support distanceToTaskBar config
67+
4468

4569

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

docs/assets/changelog/zh/release.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# v1.22.12
2+
3+
2026-01-26
4+
5+
6+
**🆕 新增功能**
7+
8+
- **@visactor/vtable**: 新增 cancelEditCell 方法到 ListTable 和 PivotTable APIs
9+
- **@visactor/vtable**: 新增 selectedStateFilter 方法到 pivotChart
10+
- **@visactor/vtable**: 新增 clearChartState 和 disableTooltip 方法
11+
12+
**🐛 功能修复**
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)
16+
17+
**🔨 功能重构**
18+
19+
- **@visactor/vtable**: 优化图表交互
20+
21+
22+
23+
[更多详情请查看 v1.22.12](https://github.com/VisActor/VTable/releases/tag/v1.22.12)
24+
125
# v1.22.11
226

327
2026-01-20

0 commit comments

Comments
 (0)