|
| 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 | + |
1 | 25 | # v1.22.11 |
2 | 26 |
|
3 | 27 | 2026-01-20 |
4 | 28 |
|
5 | 29 |
|
6 | 30 | **🐛 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不生效问题 |
14 | 38 |
|
15 | 39 | **🆕 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) |
18 | 42 |
|
19 | 43 | **🔨 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 | + |
24 | 48 |
|
25 | 49 |
|
26 | 50 | [more detail about v1.22.11](https://github.com/VisActor/VTable/releases/tag/v1.22.11) |
|
31 | 55 |
|
32 | 56 |
|
33 | 57 | **🐛 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 | + |
39 | 63 |
|
40 | 64 | **🆕 New feature** |
41 | | - |
42 | | -- **@visactor/vtable-gantt**: feat: support distanceToTaskBar config |
43 | | - |
| 65 | + |
| 66 | +- **@visactor/vtable-gantt**: feat: support distanceToTaskBar config |
| 67 | + |
44 | 68 |
|
45 | 69 |
|
46 | 70 | [more detail about v1.22.10](https://github.com/VisActor/VTable/releases/tag/v1.22.10) |
|
0 commit comments