|
| 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 | + |
1 | 23 | # v1.22.8 |
2 | 24 |
|
3 | 25 | 2025-12-17 |
4 | 26 |
|
5 | 27 |
|
6 | 28 | **🆕 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 | + |
15 | 37 |
|
16 | 38 | **🐛 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) |
29 | 51 |
|
30 | 52 | **📖 Site / documentation update** |
31 | | - |
32 | | -- **@visactor/vtable**: supplement chartDimensionLinkage demo |
33 | | - |
| 53 | + |
| 54 | +- **@visactor/vtable**: supplement chartDimensionLinkage demo |
| 55 | + |
34 | 56 |
|
35 | 57 |
|
36 | 58 | [more detail about v1.22.8](https://github.com/VisActor/VTable/releases/tag/v1.22.8) |
|
41 | 63 |
|
42 | 64 |
|
43 | 65 | **🆕 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) |
46 | 68 |
|
47 | 69 | **🐛 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 |
50 | 72 |
|
51 | 73 | **🔨 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 | + |
56 | 78 |
|
57 | 79 |
|
58 | 80 | [more detail about v1.22.7](https://github.com/VisActor/VTable/releases/tag/v1.22.7) |
|
63 | 85 |
|
64 | 86 |
|
65 | 87 | **🆕 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 |
69 | 91 |
|
70 | 92 | **🐛 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 | + |
77 | 99 |
|
78 | 100 |
|
79 | 101 | [more detail about v1.22.6](https://github.com/VisActor/VTable/releases/tag/v1.22.6) |
|
84 | 106 |
|
85 | 107 |
|
86 | 108 | **🆕 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 |
90 | 112 |
|
91 | 113 | **🐛 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 | + |
95 | 117 |
|
96 | 118 |
|
97 | 119 | [more detail about v1.22.5](https://github.com/VisActor/VTable/releases/tag/v1.22.5) |
|
102 | 124 |
|
103 | 125 |
|
104 | 126 | **🐛 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) |
109 | 131 |
|
110 | 132 | **🔨 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 | + |
115 | 137 |
|
116 | 138 |
|
117 | 139 | [more detail about v1.22.4](https://github.com/VisActor/VTable/releases/tag/v1.22.4) |
|
122 | 144 |
|
123 | 145 |
|
124 | 146 | **🆕 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 |
129 | 151 |
|
130 | 152 | **🐛 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) |
135 | 157 |
|
136 | 158 | **🔨 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 | + |
140 | 162 |
|
141 | 163 |
|
142 | 164 | [more detail about v1.22.3](https://github.com/VisActor/VTable/releases/tag/v1.22.3) |
|
0 commit comments