|
| 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 | + |
1 | 29 | # v1.17.6
|
2 | 30 |
|
3 | 31 | 2025-04-10
|
4 | 32 |
|
5 | 33 |
|
6 | 34 | **🆕 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 |
10 | 38 |
|
11 | 39 | **🐛 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 | + |
21 | 49 |
|
22 | 50 |
|
23 | 51 | [more detail about v1.17.6](https://github.com/VisActor/VTable/releases/tag/v1.17.6)
|
|
28 | 56 |
|
29 | 57 |
|
30 | 58 | **🆕 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) |
34 | 62 |
|
35 | 63 | **🐛 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) |
43 | 71 |
|
44 | 72 | **🔨 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 | + |
48 | 76 |
|
49 | 77 |
|
50 | 78 | [more detail about v1.17.5](https://github.com/VisActor/VTable/releases/tag/v1.17.5)
|
|
55 | 83 |
|
56 | 84 |
|
57 | 85 | **🆕 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) |
60 | 88 |
|
61 | 89 | **🐛 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 |
67 | 95 | - **@visactor/vtable**: disable group title editor
|
68 | 96 |
|
69 | 97 | [more detail about v1.17.4](https://github.com/VisActor/VTable/releases/tag/v1.17.4)
|
|
74 | 102 |
|
75 | 103 |
|
76 | 104 | **🆕 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 |
81 | 109 |
|
82 | 110 | **🐛 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 |
92 | 120 | - **@visactor/vtable**: fix row update range [#3468](https://github.com/VisActor/VTable/issues/3468)
|
93 | 121 |
|
94 | 122 | [more detail about v1.17.3](https://github.com/VisActor/VTable/releases/tag/v1.17.3)
|
|
0 commit comments