|
| 1 | +# v1.18.4 |
| 2 | + |
| 3 | +2025-05-27 |
| 4 | + |
| 5 | + |
| 6 | +**🆕 New feature** |
| 7 | + |
| 8 | +- **@visactor/vtable**: add pasted_data event [#3908](https://github.com/VisActor/VTable/issues/3908) |
| 9 | +- **@visactor/vtable-gantt**: add date position to markline |
| 10 | +- **@visactor/vtable-gantt**: add milestone text |
| 11 | +- **@visactor/vtable-gantt**: support record type 'project' |
| 12 | +- **@visactor/vtable-gantt**: add tasksShowMode 'Project_Sub_Tasks_Inline' |
| 13 | + |
| 14 | +**🐛 Bug fix** |
| 15 | + |
| 16 | +- **@visactor/vtable**: fix bug of chart matrix when has scale |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +[more detail about v1.18.4](https://github.com/VisActor/VTable/releases/tag/v1.18.4) |
| 21 | + |
1 | 22 | # v1.18.3 |
2 | 23 |
|
3 | 24 | 2025-05-13 |
4 | 25 |
|
5 | 26 |
|
6 | 27 | **🆕 New feature** |
7 | | - |
8 | | -- **@visactor/vtable**: add frozenColumnLine visible on theme [#3828](https://github.com/VisActor/VTable/issues/3828) |
9 | | -- **@visactor/vtable**: add touch event for gantt chart [#3864](https://github.com/VisActor/VTable/issues/3864) |
10 | | -- **@visactor/vtable**: add support for text not to be hidden [#3802](https://github.com/VisActor/VTable/issues/3802) |
11 | | -- **@visactor/vtable**: add exportAllData to export table plugin [#3726](https://github.com/VisActor/VTable/issues/3726) |
| 28 | + |
| 29 | +- **@visactor/vtable**: add frozenColumnLine visible on theme [#3828](https://github.com/VisActor/VTable/issues/3828) |
| 30 | +- **@visactor/vtable**: add touch event for gantt chart [#3864](https://github.com/VisActor/VTable/issues/3864) |
| 31 | +- **@visactor/vtable**: add support for text not to be hidden [#3802](https://github.com/VisActor/VTable/issues/3802) |
| 32 | +- **@visactor/vtable**: add exportAllData to export table plugin [#3726](https://github.com/VisActor/VTable/issues/3726) |
12 | 33 |
|
13 | 34 | **🐛 Bug fix** |
14 | | - |
15 | | -- **@visactor/vtable**: when no rowTree treeMode occor error [#3830](https://github.com/VisActor/VTable/issues/3830) |
16 | | -- **@visactor/vtable**: unintended edit state activation on functional button clicks |
17 | | -- **@visactor/vtable**: resolve taskBar width problem when click linkPonitNode [#3829](https://github.com/VisActor/VTable/issues/3829) |
18 | | - |
| 35 | + |
| 36 | +- **@visactor/vtable**: when no rowTree treeMode occor error [#3830](https://github.com/VisActor/VTable/issues/3830) |
| 37 | +- **@visactor/vtable**: unintended edit state activation on functional button clicks |
| 38 | +- **@visactor/vtable**: resolve taskBar width problem when click linkPonitNode [#3829](https://github.com/VisActor/VTable/issues/3829) |
| 39 | + |
19 | 40 |
|
20 | 41 |
|
21 | 42 | [more detail about v1.18.3](https://github.com/VisActor/VTable/releases/tag/v1.18.3) |
|
26 | 47 |
|
27 | 48 |
|
28 | 49 | **🐛 Bug fix** |
29 | | - |
30 | | -- **@visactor/vtable**: when records is blank updateColumns api occor error [#3766](https://github.com/VisActor/VTable/issues/3766) |
31 | | -- **@visactor/vtable**: updateOption with dataSource object occor error [#3768](https://github.com/VisActor/VTable/issues/3768) |
32 | | -- **@visactor/vtable**: when hide pivot header find headerPath error [#3791](https://github.com/VisActor/VTable/issues/3791) |
33 | | -- **@visactor/vtable**: supplement adaptive widthAdaptiveMode logic [#3796](https://github.com/VisActor/VTable/issues/3796) |
34 | | -- **@visactor/vtable**: transform rotate api |
35 | | -- **@visactor/vtable**: after rotate resize column interaction error |
36 | | -- **@visactor/vtable**: skip serial number calculation for aggregation rows when groupBy is enabled |
37 | | -- **@visactor/vtable**: hide rowSeriesNumber and checkbox in aggregation [#2173](https://github.com/VisActor/VTable/issues/2173) |
| 50 | + |
| 51 | +- **@visactor/vtable**: when records is blank updateColumns api occor error [#3766](https://github.com/VisActor/VTable/issues/3766) |
| 52 | +- **@visactor/vtable**: updateOption with dataSource object occor error [#3768](https://github.com/VisActor/VTable/issues/3768) |
| 53 | +- **@visactor/vtable**: when hide pivot header find headerPath error [#3791](https://github.com/VisActor/VTable/issues/3791) |
| 54 | +- **@visactor/vtable**: supplement adaptive widthAdaptiveMode logic [#3796](https://github.com/VisActor/VTable/issues/3796) |
| 55 | +- **@visactor/vtable**: transform rotate api |
| 56 | +- **@visactor/vtable**: after rotate resize column interaction error |
| 57 | +- **@visactor/vtable**: skip serial number calculation for aggregation rows when groupBy is enabled |
| 58 | +- **@visactor/vtable**: hide rowSeriesNumber and checkbox in aggregation [#2173](https://github.com/VisActor/VTable/issues/2173) |
38 | 59 |
|
39 | 60 | **🔨 Refactor** |
40 | | - |
41 | | -- **@visactor/vtable**: change event listener with vglobal [#3734](https://github.com/VisActor/VTable/issues/3734) |
42 | | -- **@visactor/vtable**: plugins update progress [#3788](https://github.com/VisActor/VTable/issues/3788) |
43 | | - |
| 61 | + |
| 62 | +- **@visactor/vtable**: change event listener with vglobal [#3734](https://github.com/VisActor/VTable/issues/3734) |
| 63 | +- **@visactor/vtable**: plugins update progress [#3788](https://github.com/VisActor/VTable/issues/3788) |
| 64 | + |
44 | 65 |
|
45 | 66 |
|
46 | 67 | [more detail about v1.18.2](https://github.com/VisActor/VTable/releases/tag/v1.18.2) |
|
0 commit comments