|
| 1 | +# v1.23.1 |
| 2 | + |
| 3 | +2026-02-05 |
| 4 | + |
| 5 | + |
| 6 | +**🆕 New feature** |
| 7 | + |
| 8 | +- **@visactor/vtable**: add componentLayoutOrder api [#4965](https://github.com/VisActor/VTable/issues/4965) |
| 9 | +- **@visactor/vtable**: optimize search latency |
| 10 | +- **@visactor/vtable**: add batch update cell value api and optimize filter state data sync |
| 11 | +- **@visactor/vtable**: add syncRecordOperationsToSourceRecords option to support sync operations to source data |
| 12 | +- **@visactor/vtable-sheet**: add updateOption api and optimize formula calculation |
| 13 | +- **@visactor/vtable-sheet**: add editable option to support edit cell |
| 14 | + |
| 15 | +**🐛 Bug fix** |
| 16 | + |
| 17 | +- **@visactor/vtable**: fix prepareEdit occor error [#4871](https://github.com/VisActor/VTable/issues/4871) |
| 18 | +- **@visactor/vtable**: updateOption run resize logic [#4965](https://github.com/VisActor/VTable/issues/4965) |
| 19 | +- **@visactor/vtable**: fix add record position error in filter state |
| 20 | +- **@visactor/vtable**: handle escape option correctly for CSV export |
| 21 | +- **@visactor/vtable**: set white background for media overlay image |
| 22 | + |
| 23 | +**🔨 Refactor** |
| 24 | + |
| 25 | +- **@visactor/vtable**: legend and title component position calculation logic [#4965](https://github.com/VisActor/VTable/issues/4965) |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +[more detail about v1.23.1](https://github.com/VisActor/VTable/releases/tag/v1.23.1) |
| 30 | + |
1 | 31 | # v1.23.0 |
2 | 32 |
|
3 | 33 | 2026-01-29 |
4 | 34 |
|
5 | 35 |
|
6 | 36 | **🆕 New feature** |
7 | | - |
8 | | -- **@visactor/vtable-sheet**: add event system for vtable sheet [#4861](https://github.com/VisActor/VTable/issues/4861) |
| 37 | + |
| 38 | +- **@visactor/vtable-sheet**: add event system for vtable sheet [#4861](https://github.com/VisActor/VTable/issues/4861) |
9 | 39 |
|
10 | 40 | **🐛 Bug fix** |
11 | | - |
12 | | -- **@visactor/vtable**: when dimension value is empty string should different from no dimension value [#4935](https://github.com/VisActor/VTable/issues/4935) |
13 | | -- **@visactor/vtable**: when no columnTree to adjust columnWidthConfig [#4935](https://github.com/VisActor/VTable/issues/4935) |
14 | | -- **@visactor/vtable**: change dimension value to recalculate totalTree [#4953](https://github.com/VisActor/VTable/issues/4953) |
15 | | -- **@visactor/vtable**: when change dimenison value should update cached changedTree value |
16 | | -- **@visactor/vtable**: to update formula after add records |
17 | | -- **@visactor/vtable**: react type define |
| 41 | + |
| 42 | +- **@visactor/vtable**: when dimension value is empty string should different from no dimension value [#4935](https://github.com/VisActor/VTable/issues/4935) |
| 43 | +- **@visactor/vtable**: when no columnTree to adjust columnWidthConfig [#4935](https://github.com/VisActor/VTable/issues/4935) |
| 44 | +- **@visactor/vtable**: change dimension value to recalculate totalTree [#4953](https://github.com/VisActor/VTable/issues/4953) |
| 45 | +- **@visactor/vtable**: when change dimenison value should update cached changedTree value |
| 46 | +- **@visactor/vtable**: to update formula after add records |
| 47 | +- **@visactor/vtable**: react type define |
18 | 48 |
|
19 | 49 | **🔨 Refactor** |
20 | | - |
21 | | -- **@visactor/vtable**: pivotTable have to distinguishing no dimension and dimension value is null character string |
22 | | - |
| 50 | + |
| 51 | +- **@visactor/vtable**: pivotTable have to distinguishing no dimension and dimension value is null character string |
| 52 | + |
23 | 53 |
|
24 | 54 |
|
25 | 55 | [more detail about v1.23.0](https://github.com/VisActor/VTable/releases/tag/v1.23.0) |
|
0 commit comments