Skip to content

Commit 8a54701

Browse files
authored
Merge pull request #4892 from VisActor/release/1.22.10
[Auto release] release 1.22.10
2 parents 59d599b + 51c560d commit 8a54701

File tree

33 files changed

+280
-105
lines changed

33 files changed

+280
-105
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/vtable-gantt",
5+
"comment": "feat: support distanceToTaskBar config",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@visactor/vtable-gantt",
10+
"email": "shuguangnet@qq.com"
11+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.9","mainProject":"@visactor/vtable","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.10","mainProject":"@visactor/vtable","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 87 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,58 @@
1+
# v1.22.9
2+
3+
2025-12-28
4+
5+
6+
**🐛 Bug fix**
7+
8+
- **@visactor/vtable**: toggleSelectAll only in searched item. fix[#4838](https://github.com/VisActor/VTable/issues/4838)
9+
- **@visactor/vtable**: fix the issue with second-level display length
10+
- **@visactor/vtable**: pivot chart no left axis case
11+
- **@visactor/vtable**: show dimension tooltip delay logic error
12+
- **@visactor/vtable**: editor support keydown chinese [#4847](https://github.com/VisActor/VTable/issues/4847)
13+
- **@visactor/vtable**: fix filter plugin with sub header
14+
15+
**🔨 Refactor**
16+
17+
- **@visactor/vtable-gantt**: recognize millisecond for gantt taskbar
18+
- **@visactor/vtable**: when no axis compute col width logic
19+
- **@visactor/vtable**: when set editCellTrigger keydown input chinese first letter problem [#4847](https://github.com/VisActor/VTable/issues/4847)
20+
21+
[more detail about v1.22.9](https://github.com/VisActor/VTable/releases/tag/v1.22.9)
22+
123
# v1.22.8
224

325
2025-12-17
426

527

628
**🆕 New feature**
7-
8-
- **@visactor/vtable-sheet**: vtable-sheet support cross sheet calculate formula
9-
- **@visactor/vtable-sheet**: support import multiply sheets from excel file
10-
- **@visactor/vtable**: excel export multiply sheets
11-
- **@visactor/vtable-plugins**: add update styles api for filter plugin. close[#4790](https://github.com/VisActor/VTable/issues/4790)
12-
- **@visactor/vtable-plugins**: filter plugin support custom styles. close[#4720](https://github.com/VisActor/VTable/issues/4720)
13-
- **@visactor/vtable-plugins**: emit event when filter menu hide or show. close[#4784](https://github.com/VisActor/VTable/issues/4784)
14-
29+
30+
- **@visactor/vtable-sheet**: vtable-sheet support cross sheet calculate formula
31+
- **@visactor/vtable-sheet**: support import multiply sheets from excel file
32+
- **@visactor/vtable**: excel export multiply sheets
33+
- **@visactor/vtable-plugins**: add update styles api for filter plugin. close[#4790](https://github.com/VisActor/VTable/issues/4790)
34+
- **@visactor/vtable-plugins**: filter plugin support custom styles. close[#4720](https://github.com/VisActor/VTable/issues/4720)
35+
- **@visactor/vtable-plugins**: emit event when filter menu hide or show. close[#4784](https://github.com/VisActor/VTable/issues/4784)
36+
1537

1638
**🐛 Bug fix**
17-
18-
- **@visactor/vtable**: when pivot table set grid-tree subTotal value not show [#4815](https://github.com/VisActor/VTable/issues/4815)
19-
- **@visactor/vtable**: scroll bug when update option
20-
- **@visactor/vtable**: filter swtich enable erroe. fix[#4783](https://github.com/VisActor/VTable/issues/4783)
21-
- **@visactor/vtable**: apply filter after update table data. fix[#4785](https://github.com/VisActor/VTable/issues/4785)
22-
- **@visactor/vtable**: update filter state and keys when update data. fix[#4787](https://github.com/VisActor/VTable/issues/4787)
23-
- **@visactor/vtable**: select none not effect. fix[#4792](https://github.com/VisActor/VTable/issues/4792)
24-
- **@visactor/vtable**: empty line bug
25-
- **@visactor/vtable**: update checkbox state after update data. fix[#4795](https://github.com/VisActor/VTable/issues/4795)
26-
- **@visactor/vtable**: delete key down should not complete edit cell
27-
- **@visactor/vtable**: pivotChart linkage getAxis node occor error
28-
- **@visactor/vtable**: panel hide when press enter. fix[#4813](https://github.com/VisActor/VTable/issues/4813)
39+
40+
- **@visactor/vtable**: when pivot table set grid-tree subTotal value not show [#4815](https://github.com/VisActor/VTable/issues/4815)
41+
- **@visactor/vtable**: scroll bug when update option
42+
- **@visactor/vtable**: filter swtich enable erroe. fix[#4783](https://github.com/VisActor/VTable/issues/4783)
43+
- **@visactor/vtable**: apply filter after update table data. fix[#4785](https://github.com/VisActor/VTable/issues/4785)
44+
- **@visactor/vtable**: update filter state and keys when update data. fix[#4787](https://github.com/VisActor/VTable/issues/4787)
45+
- **@visactor/vtable**: select none not effect. fix[#4792](https://github.com/VisActor/VTable/issues/4792)
46+
- **@visactor/vtable**: empty line bug
47+
- **@visactor/vtable**: update checkbox state after update data. fix[#4795](https://github.com/VisActor/VTable/issues/4795)
48+
- **@visactor/vtable**: delete key down should not complete edit cell
49+
- **@visactor/vtable**: pivotChart linkage getAxis node occor error
50+
- **@visactor/vtable**: panel hide when press enter. fix[#4813](https://github.com/VisActor/VTable/issues/4813)
2951

3052
**📖 Site / documentation update**
31-
32-
- **@visactor/vtable**: supplement chartDimensionLinkage demo
33-
53+
54+
- **@visactor/vtable**: supplement chartDimensionLinkage demo
55+
3456

3557

3658
[more detail about v1.22.8](https://github.com/VisActor/VTable/releases/tag/v1.22.8)
@@ -41,18 +63,18 @@
4163

4264

4365
**🆕 New feature**
44-
45-
- **@visactor/vtable**: resize support set canResizeColumn function [#4764](https://github.com/VisActor/VTable/issues/4764)
66+
67+
- **@visactor/vtable**: resize support set canResizeColumn function [#4764](https://github.com/VisActor/VTable/issues/4764)
4668

4769
**🐛 Bug fix**
48-
49-
- **@visactor/vtable**: pivotChart axis should change zero when has range
70+
71+
- **@visactor/vtable**: pivotChart axis should change zero when has range
5072

5173
**🔨 Refactor**
52-
53-
- **@visactor/vtable**: optimize linkage pivotChart tooltip
54-
- **@visactor/vtable-plugins**: filter auto update item when change table records
55-
74+
75+
- **@visactor/vtable**: optimize linkage pivotChart tooltip
76+
- **@visactor/vtable-plugins**: filter auto update item when change table records
77+
5678

5779

5880
[more detail about v1.22.7](https://github.com/VisActor/VTable/releases/tag/v1.22.7)
@@ -63,17 +85,17 @@
6385

6486

6587
**🆕 New feature**
66-
67-
- **@visactor/vtable-sheet**: support copy formula to paste cell
68-
- **@visactor/vtable-sheet**: support formula auto fill
88+
89+
- **@visactor/vtable-sheet**: support copy formula to paste cell
90+
- **@visactor/vtable-sheet**: support formula auto fill
6991

7092
**🐛 Bug fix**
71-
72-
- **@visactor/vtable**: excel keyboard plugin when use key of delete and back to delete not work
73-
- **@visactor/vtable**: distinguish null and empty string values in row/column dimensions
74-
- **@visactor/vtable**: the filter plugin cannot be opened normally when clicked [#4736](https://github.com/VisActor/VTable/issues/4736)
75-
- **@visactor/vtable**: clear the value of the searchInput when the filter plugin is displayed [#4736](https://github.com/VisActor/VTable/issues/4736)
76-
93+
94+
- **@visactor/vtable**: excel keyboard plugin when use key of delete and back to delete not work
95+
- **@visactor/vtable**: distinguish null and empty string values in row/column dimensions
96+
- **@visactor/vtable**: the filter plugin cannot be opened normally when clicked [#4736](https://github.com/VisActor/VTable/issues/4736)
97+
- **@visactor/vtable**: clear the value of the searchInput when the filter plugin is displayed [#4736](https://github.com/VisActor/VTable/issues/4736)
98+
7799

78100

79101
[more detail about v1.22.6](https://github.com/VisActor/VTable/releases/tag/v1.22.6)
@@ -84,14 +106,14 @@
84106

85107

86108
**🆕 New feature**
87-
88-
- **@visactor/vtable**: support right axis in pivotChart spec [#4723](https://github.com/VisActor/VTable/issues/4723)
89-
- **@visactor/vtable**: add chartDimensionLinkage for pivotChart
109+
110+
- **@visactor/vtable**: support right axis in pivotChart spec [#4723](https://github.com/VisActor/VTable/issues/4723)
111+
- **@visactor/vtable**: add chartDimensionLinkage for pivotChart
90112

91113
**🐛 Bug fix**
92-
93-
- **@visactor/vtable**: add null check for nodeChildren in matchDimensionPath
94-
114+
115+
- **@visactor/vtable**: add null check for nodeChildren in matchDimensionPath
116+
95117

96118

97119
[more detail about v1.22.5](https://github.com/VisActor/VTable/releases/tag/v1.22.5)
@@ -102,16 +124,16 @@
102124

103125

104126
**🐛 Bug fix**
105-
106-
- **@visactor/vtable**: fix backtracking issue in getCellAdressByHeaderPath matching algorithm
107-
- **pivot-table**: fix frozenColCount being invalid when set to 0
108-
- **@visactor/vtable**: the serial number cannot be edited [#4627](https://github.com/VisActor/VTable/issues/4627)
127+
128+
- **@visactor/vtable**: fix backtracking issue in getCellAdressByHeaderPath matching algorithm
129+
- **pivot-table**: fix frozenColCount being invalid when set to 0
130+
- **@visactor/vtable**: the serial number cannot be edited [#4627](https://github.com/VisActor/VTable/issues/4627)
109131

110132
**🔨 Refactor**
111-
112-
- **@visactor/vtable**: filter plugins update when filterState changes
113-
- **@visactor/vtable-plugins**: master sub table plugins refactor config
114-
133+
134+
- **@visactor/vtable**: filter plugins update when filterState changes
135+
- **@visactor/vtable-plugins**: master sub table plugins refactor config
136+
115137

116138

117139
[more detail about v1.22.4](https://github.com/VisActor/VTable/releases/tag/v1.22.4)
@@ -122,21 +144,21 @@
122144

123145

124146
**🆕 New feature**
125-
126-
- **@visactor/vtable-sheet**: add dragOrder to vtableSheet
127-
- **@visactor/vtable**: add api getCellRowHeaderFullPaths for pivotTable
128-
- **@visactor/vtable**: support boxPlot chart in pivotChart
147+
148+
- **@visactor/vtable-sheet**: add dragOrder to vtableSheet
149+
- **@visactor/vtable**: add api getCellRowHeaderFullPaths for pivotTable
150+
- **@visactor/vtable**: support boxPlot chart in pivotChart
129151

130152
**🐛 Bug fix**
131-
132-
- **@visactor/vtable-sheet**: vtable-sheet drag column position [#4645](https://github.com/VisActor/VTable/issues/4645)
133-
- **@visactor/vtable**: leftTop cornder render frame border line [#4677](https://github.com/VisActor/VTable/issues/4677)
134-
- **@visactor/vtable**: the getTargetGroup method of vue-vtable [#4663](https://github.com/VisActor/VTable/issues/4663)
153+
154+
- **@visactor/vtable-sheet**: vtable-sheet drag column position [#4645](https://github.com/VisActor/VTable/issues/4645)
155+
- **@visactor/vtable**: leftTop cornder render frame border line [#4677](https://github.com/VisActor/VTable/issues/4677)
156+
- **@visactor/vtable**: the getTargetGroup method of vue-vtable [#4663](https://github.com/VisActor/VTable/issues/4663)
135157

136158
**🔨 Refactor**
137-
138-
- **@visactor/vtable**: overscrollBehavior set none not scrollbar effect [#4675](https://github.com/VisActor/VTable/issues/4675)
139-
159+
160+
- **@visactor/vtable**: overscrollBehavior set none not scrollbar effect [#4675](https://github.com/VisActor/VTable/issues/4675)
161+
140162

141163

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

docs/assets/changelog/zh/release.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.22.9
2+
3+
2025-12-28
4+
5+
6+
**🐛 功能修复**
7+
8+
- **@visactor/vtable**: toggleSelectAll 应该只选中当前选项. fix[#4838](https://github.com/VisActor/VTable/issues/4838)
9+
- **@visactor/vtable**: 修复二级显示长度问题
10+
- **@visactor/vtable**: 修复透视图没有左侧轴的情况
11+
- **@visactor/vtable**: 修复维度提示延迟逻辑错误
12+
- **@visactor/vtable**: 修复编辑器中文输入法第一个字符识别问题 [#4847](https://github.com/VisActor/VTable/issues/4847)
13+
- **@visactor/vtable**: 修复过滤插件与子标题的问题
14+
15+
**🔨 功能重构**
16+
17+
- **@visactor/vtable-gantt**: 识别甘特图任务栏毫秒
18+
- **@visactor/vtable**: 修复没有轴时计算列宽逻辑
19+
- **@visactor/vtable**: 修复编辑器中文输入法第一个字符识别问题 [#4847](https://github.com/VisActor/VTable/issues/4847)
20+
21+
[更多详情请查看 v1.22.9](https://github.com/VisActor/VTable/releases/tag/v1.22.9)
22+
123
# v1.22.8
224

325
2025-12-17

docs/assets/demo/en/gantt/gantt-dependency-link-line.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gantt chart dependency lines are lines used in the Gantt chart to represent the
1717
- `Gantt#dependency.links` configures the data of the dependencies between task bars
1818
- `Gantt#dependency.linkLineStyle` configures the style of the dependency line
1919
- `Gantt#dependency.linkLineSelectedStyle` configures the style of the dependency line when it is selected
20+
- `Gantt#dependency.distanceToTaskBar` configures the distance between the dependency line corner and the task bar
2021

2122
## Code Demo
2223

docs/assets/demo/zh/gantt/gantt-dependency-link-line.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ option: Gantt#taskBar
1818
- `Gantt#dependency.links` 配置任务条之间前后依赖关系的数据
1919
- `Gantt#dependency.linkLineStyle` 配置依赖线的样式
2020
- `Gantt#dependency.linkLineSelectedStyle` 配置依赖线选中时的样式
21+
- `Gantt#dependency.distanceToTaskBar` 配置依赖线拐点与任务条的距离
2122

2223
## 代码演示
2324

docs/assets/option/en/common/gantt/dependency-line.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Specific definition:
1616
linkCreatingPointStyle?: IPointStyle;
1717
/** Create an operation line style for the association line */
1818
linkCreatingLineStyle?: ILineStyle;
19+
/** Distance between dependency line corner and task bar. Default 20 */
20+
distanceToTaskBar?: number;
1921
}
2022
```
2123

@@ -113,3 +115,9 @@ The style of the action line when creating a dependency line
113115
Not required
114116

115117
{{ use: common-gantt-line-style }}
118+
119+
${prefix} distanceToTaskBar(number)
120+
121+
The distance between the dependency line corner and the task bar, default is 20.
122+
123+
Not required

docs/assets/option/zh/common/gantt/dependency-line.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
linkCreatingPointStyle?: IPointStyle;
1717
/** 创建关联线的操作线样式 */
1818
linkCreatingLineStyle?: ILineStyle;
19+
/** 依赖关系线拐点与任务条的距离 默认20 */
20+
distanceToTaskBar?: number;
1921
}
2022
```
2123

@@ -113,3 +115,9 @@ ${prefix} linkCreatingLineStyle(ILineStyle)
113115
非必填
114116

115117
{{ use: common-gantt-line-style }}
118+
119+
${prefix} distanceToTaskBar(number)
120+
121+
依赖关系线拐点与任务条的距离,默认 20。
122+
123+
非必填

packages/openinula-vtable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/openinula-vtable",
3-
"version": "1.22.9",
3+
"version": "1.22.10",
44
"description": "The openinula version of VTable",
55
"keywords": [
66
"openinula",

packages/react-vtable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vtable",
3-
"version": "1.22.9",
3+
"version": "1.22.10",
44
"description": "The react version of VTable",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)