Skip to content

Commit a19e68b

Browse files
authored
Merge pull request #3783 from VisActor/release/1.18.1
[Auto release] release 1.18.1
2 parents 3c61988 + 6802ba1 commit a19e68b

File tree

22 files changed

+258
-113
lines changed

22 files changed

+258
-113
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 31 additions & 33 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.18.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.18.1","mainProject":"@visactor/vtable","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 73 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,51 @@
1+
# v1.18.0
2+
v1.17.7 same content
3+
4+
2025-04-17
5+
6+
**💥 Breaking change**
7+
8+
- **@visactor/vtable**: fix switch default direction [#3667](https://github.com/VisActor/VTable/issues/3667)
9+
- **@visactor/vtable-editors**: fix input editor default style
10+
11+
**🆕 New feature**
12+
13+
- **@visactor/vtable**: add onBeforeCacheChartImage event
14+
- **@visactor/vtable**: support customConfig disableBuildInChartActive
15+
- **@visactor/vtable**: add dynamicUpdateSelectionSize config in theme.selectionStyle
16+
17+
**🐛 Bug fix**
18+
19+
- **@visactor/vtable**: fix table size in getCellsRect() [#3681](https://github.com/VisActor/VTable/issues/3681)
20+
- **@visactor/vtable**: correct column index calculation when rowSeriesNumber is configured
21+
- **@visactor/vtable**: fix image flash problem [#3588](https://github.com/VisActor/VTable/issues/3588)
22+
- **@visactor/vtable**: fix row/column update problem in text-stick [#3744](https://github.com/VisActor/VTable/issues/3744)
23+
- **@visactor/vtable**: fix switch default direction [#3667](https://github.com/VisActor/VTable/issues/3667)
24+
25+
26+
27+
[more detail about v1.17.7](https://github.com/VisActor/VTable/releases/tag/v1.17.7)
28+
129
# v1.17.6
230

331
2025-04-10
432

533

634
**🆕 New feature**
7-
8-
- **@visactor/vtable**: listTable added tiggerEvent parameter to changeCellValue
9-
- **@visactor/vtable**: list table header support hierarchy
35+
36+
- **@visactor/vtable**: listTable added tiggerEvent parameter to changeCellValue
37+
- **@visactor/vtable**: list table header support hierarchy
1038

1139
**🐛 Bug fix**
12-
13-
- **@visactor/vtable**: when move tree node position code occor error [#3645](https://github.com/VisActor/VTable/issues/3645) [#3706](https://github.com/VisActor/VTable/issues/3706)
14-
- **@visactor/vtable**: frame border set array render bottom line position error [#3684](https://github.com/VisActor/VTable/issues/3684)
15-
- **@visactor/vtable**: mobile touch event resize column width [#3693](https://github.com/VisActor/VTable/issues/3693)
16-
- **@visactor/vtable**: when set frozen disableDragSelect not work [#3702](https://github.com/VisActor/VTable/issues/3702)
17-
- **@visactor/vtable**: fix flex layout update in react-custom-layout component [#3696](https://github.com/VisActor/VTable/issues/3696)
18-
- **@visactor/vtable**: updateTaskRecord api [#3639](https://github.com/VisActor/VTable/issues/3639)
19-
- **@visactor/vtable**: repeat call computeColsWidth adaptive mode result error
20-
40+
41+
- **@visactor/vtable**: when move tree node position code occor error [#3645](https://github.com/VisActor/VTable/issues/3645) [#3706](https://github.com/VisActor/VTable/issues/3706)
42+
- **@visactor/vtable**: frame border set array render bottom line position error [#3684](https://github.com/VisActor/VTable/issues/3684)
43+
- **@visactor/vtable**: mobile touch event resize column width [#3693](https://github.com/VisActor/VTable/issues/3693)
44+
- **@visactor/vtable**: when set frozen disableDragSelect not work [#3702](https://github.com/VisActor/VTable/issues/3702)
45+
- **@visactor/vtable**: fix flex layout update in react-custom-layout component [#3696](https://github.com/VisActor/VTable/issues/3696)
46+
- **@visactor/vtable**: updateTaskRecord api [#3639](https://github.com/VisActor/VTable/issues/3639)
47+
- **@visactor/vtable**: repeat call computeColsWidth adaptive mode result error
48+
2149

2250

2351
[more detail about v1.17.6](https://github.com/VisActor/VTable/releases/tag/v1.17.6)
@@ -28,23 +56,23 @@
2856

2957

3058
**🆕 New feature**
31-
32-
- **@visactor/vtable**: cell support marked function [#3583](https://github.com/VisActor/VTable/issues/3583)
33-
- **@visactor/vtable**: refactor pivotTable corner with no columns or rows case [#3653](https://github.com/VisActor/VTable/issues/3653)
59+
60+
- **@visactor/vtable**: cell support marked function [#3583](https://github.com/VisActor/VTable/issues/3583)
61+
- **@visactor/vtable**: refactor pivotTable corner with no columns or rows case [#3653](https://github.com/VisActor/VTable/issues/3653)
3462

3563
**🐛 Bug fix**
36-
37-
- **@visactor/vtable**: gantt scale set quarter parser problem [#3612](https://github.com/VisActor/VTable/issues/3612)
38-
- **@visactor/vtable**: gantt overscrollBehavior none work [#3638](https://github.com/VisActor/VTable/issues/3638)
39-
- **@visactor/vtable**: gantt chart updateRecords error when table is tree mode [#3639](https://github.com/VisActor/VTable/issues/3639)
40-
- **@visactor/vtable**: rowHeight error when set adaptive heightMode [#3640](https://github.com/VisActor/VTable/issues/3640)
41-
- **@visactor/vtable**: when set renderChartAsync setRecords api render error [#3661](https://github.com/VisActor/VTable/issues/3661)
42-
- **@visactor/vtable**: fix merge cell checkbox state update [#3668](https://github.com/VisActor/VTable/issues/3668)
64+
65+
- **@visactor/vtable**: gantt scale set quarter parser problem [#3612](https://github.com/VisActor/VTable/issues/3612)
66+
- **@visactor/vtable**: gantt overscrollBehavior none work [#3638](https://github.com/VisActor/VTable/issues/3638)
67+
- **@visactor/vtable**: gantt chart updateRecords error when table is tree mode [#3639](https://github.com/VisActor/VTable/issues/3639)
68+
- **@visactor/vtable**: rowHeight error when set adaptive heightMode [#3640](https://github.com/VisActor/VTable/issues/3640)
69+
- **@visactor/vtable**: when set renderChartAsync setRecords api render error [#3661](https://github.com/VisActor/VTable/issues/3661)
70+
- **@visactor/vtable**: fix merge cell checkbox state update [#3668](https://github.com/VisActor/VTable/issues/3668)
4371

4472
**🔨 Refactor**
45-
46-
- **@visactor/vtable**: fillHandle function [#3582](https://github.com/VisActor/VTable/issues/3582)
47-
73+
74+
- **@visactor/vtable**: fillHandle function [#3582](https://github.com/VisActor/VTable/issues/3582)
75+
4876

4977

5078
[more detail about v1.17.5](https://github.com/VisActor/VTable/releases/tag/v1.17.5)
@@ -55,15 +83,15 @@
5583

5684

5785
**🆕 New feature**
58-
59-
- **@visactor/vtable**: add barMarkInBar style config in progressbar [#3616](https://github.com/VisActor/VTable/issues/3616)
86+
87+
- **@visactor/vtable**: add barMarkInBar style config in progressbar [#3616](https://github.com/VisActor/VTable/issues/3616)
6088

6189
**🐛 Bug fix**
62-
63-
- **@visactor/vtable**: fix button style problem [#3614](https://github.com/VisActor/VTable/issues/3614)
64-
- **@visactor/vtable**: fix checkbox state order update [#3606](https://github.com/VisActor/VTable/issues/3606)
65-
- **@visactor/vtable**: add isCustom tag for merge cell range [#3504](https://github.com/VisActor/VTable/issues/3504)
66-
- **@visactor/vtable**: fix tree checkbox state update problem
90+
91+
- **@visactor/vtable**: fix button style problem [#3614](https://github.com/VisActor/VTable/issues/3614)
92+
- **@visactor/vtable**: fix checkbox state order update [#3606](https://github.com/VisActor/VTable/issues/3606)
93+
- **@visactor/vtable**: add isCustom tag for merge cell range [#3504](https://github.com/VisActor/VTable/issues/3504)
94+
- **@visactor/vtable**: fix tree checkbox state update problem
6795
- **@visactor/vtable**: disable group title editor
6896

6997
[more detail about v1.17.4](https://github.com/VisActor/VTable/releases/tag/v1.17.4)
@@ -74,21 +102,21 @@
74102

75103

76104
**🆕 New feature**
77-
78-
- **@visactor/vtable**: rowSeriesNumber support cell type radio [#3558](https://github.com/VisActor/VTable/issues/3558)
79-
- **@visactor/vtable**: add custom reactAttributePlugin in react-vtable
80-
- **@visactor/vtable**: add maintainedColumnCount config
105+
106+
- **@visactor/vtable**: rowSeriesNumber support cell type radio [#3558](https://github.com/VisActor/VTable/issues/3558)
107+
- **@visactor/vtable**: add custom reactAttributePlugin in react-vtable
108+
- **@visactor/vtable**: add maintainedColumnCount config
81109

82110
**🐛 Bug fix**
83-
84-
- **@visactor/vtable**: selection mergeCell extend range [#3529](https://github.com/VisActor/VTable/issues/3529)
85-
- **@visactor/vtable**: set cellInnerBorder false frame border render error [#3574](https://github.com/VisActor/VTable/issues/3574)
86-
- **@visactor/vtable**: fix cell border in cell with corner-radius
87-
- **@visactor/vtable**: fix axis label autosize computation
88-
- **@visactor/vtable**: fix small window size frozen column count
89-
- **@visactor/vtable**: columnWidthConfig match dimension error
90-
- **@visactor/vtable**: fix react component update [#3474](https://github.com/VisActor/VTable/issues/3474)
91-
- **@visactor/vtable**: fix right button select problem
111+
112+
- **@visactor/vtable**: selection mergeCell extend range [#3529](https://github.com/VisActor/VTable/issues/3529)
113+
- **@visactor/vtable**: set cellInnerBorder false frame border render error [#3574](https://github.com/VisActor/VTable/issues/3574)
114+
- **@visactor/vtable**: fix cell border in cell with corner-radius
115+
- **@visactor/vtable**: fix axis label autosize computation
116+
- **@visactor/vtable**: fix small window size frozen column count
117+
- **@visactor/vtable**: columnWidthConfig match dimension error
118+
- **@visactor/vtable**: fix react component update [#3474](https://github.com/VisActor/VTable/issues/3474)
119+
- **@visactor/vtable**: fix right button select problem
92120
- **@visactor/vtable**: fix row update range [#3468](https://github.com/VisActor/VTable/issues/3468)
93121

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

docs/assets/changelog/zh/release.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v1.18.0
2+
v1.17.7 版本相同内容
3+
4+
2025-04-17
5+
6+
**💥 Breaking change**
7+
8+
- **@visactor/vtable**: 修复 switch 默认方向问题 [#3667](https://github.com/VisActor/VTable/issues/3667)
9+
- **@visactor/vtable-editors**: 修改了input编辑器中的默认样式
10+
11+
**🆕 新增功能**
12+
- **@visactor/vtable-plugins**: 新增 行列新增 行列序号 excel键盘对齐等插件
13+
- **@visactor/vtable**: 新增 onBeforeCacheChartImage 事件
14+
- **@visactor/vtable**: 支持 customConfig disableBuildInChartActive 配置
15+
- **@visactor/vtable**: 在 theme.selectionStyle 中新增 dynamicUpdateSelectionSize 配置
16+
17+
**🐛 功能修复**
18+
19+
- **@visactor/vtable**: 修复 getCellsRect() 中表格大小问题 [#3681](https://github.com/VisActor/VTable/issues/3681)
20+
- **@visactor/vtable**: 修复配置 rowSeriesNumber 时列索引计算错误问题
21+
- **@visactor/vtable**: 修复图片闪烁问题 [#3588](https://github.com/VisActor/VTable/issues/3588)
22+
- **@visactor/vtable**: 修复 text-stick 中行/列更新问题 [#3744](https://github.com/VisActor/VTable/issues/3744)
23+
24+
25+
26+
[更多详情请查看 v1.17.7](https://github.com/VisActor/VTable/releases/tag/v1.17.7)
27+
128
# v1.17.6
229

330
2025-04-10

docs/assets/guide/en/search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The `@visactor/vtable-search` package is a component that encapsulates the VTabl
44

55
## Usage
66

7-
For demo, please refer to [demo](../../demo/search/search-component)
7+
For demo, please refer to [demo](/vtable/demo/search/search-component)
88

99
### Initialization
1010
First, you need to install the `@visactor/vtable` and `@visactor/vtable-search` packages in your application, and then introduce them in your code to generate a table instance and a search component instance:
@@ -105,4 +105,4 @@ Notice
105105
* clear clear search results
106106
```js
107107
clear(): void
108-
```
108+
```

0 commit comments

Comments
 (0)