v1.25.0
2026-03-25
๐ New feature
- @visactor/vtable: gantt add locateIcon for taskbar
- @visactor/vtable: add option scrollFrozenCols support frozen columns can be scrolled
v1.24.0
2026-03-18
๐ New feature
- @visactor/vtable-gantt: gantt weekend column width support setting
- @visactor/vtable-sheet: add undo/redo to sheet
๐ Bug fix
- @visactor/vtable: groupBy with frozenColCount and enableTreeStickCell usage problem
- @visactor/vtable: when just has only one column groupTitle not show
- @visactor/vtable: checkbox cell render error when set groupBy with rowSeriesNumber
v1.23.3
2026-03-05
๐ New feature
- @visactor/vtable: pivotchart handle with markline value to axis range
- @visactor/vtable-gantt: develop gantt baseline feature
๐ Bug fix
- @visactor/vtable: editor element occor error #5003
- core: prevent memory leaks in table cleanup
v1.23.2
2026-02-11
๐ New feature
- @visactor/vtable: pivot table headerType support cellType funcitonal #4993
- @visactor/vtable: add image_damage_pic and video_damage_pic type icons register & fix video damage icon ratio
๐ Bug fix
- @visactor/vtable-gantt: fix datazoom component event update
- @visactor/vtable: cell formula cache error after delete row record
- @visactor/vtable-plugins: masterSubTable plugin setRecordChildren fetches wrong record after sorting
- @visactor/vtable: video load fail damage icon
- @visactor/vtable: image url not pass should call failCallback
v1.23.1
2026-02-05
๐ New feature
- @visactor/vtable: add componentLayoutOrder api #4965
- @visactor/vtable: optimize search latency
- @visactor/vtable: add batch update cell value api and optimize filter state data sync
- @visactor/vtable: add syncRecordOperationsToSourceRecords option to support sync operations to source data
- @visactor/vtable-sheet: add updateOption api and optimize formula calculation
- @visactor/vtable-sheet: add editable option to support edit cell
๐ Bug fix
- @visactor/vtable: fix prepareEdit occor error #4871
- @visactor/vtable: updateOption run resize logic #4965
- @visactor/vtable: fix add record position error in filter state
- @visactor/vtable: handle escape option correctly for CSV export
- @visactor/vtable: set white background for media overlay image
๐จ Refactor
- @visactor/vtable: legend and title component position calculation logic #4965
v1.23.0
2026-01-29
๐ New feature
- @visactor/vtable-sheet: add event system for vtable sheet #4861
๐ Bug fix
- @visactor/vtable: when dimension value is empty string should different from no dimension value #4935
- @visactor/vtable: when no columnTree to adjust columnWidthConfig #4935
- @visactor/vtable: change dimension value to recalculate totalTree #4953
- @visactor/vtable: when change dimenison value should update cached changedTree value
- @visactor/vtable: to update formula after add records
- @visactor/vtable: react type define
๐จ Refactor
- @visactor/vtable: pivotTable have to distinguishing no dimension and dimension value is null character string
v1.22.12
2026-01-26
๐ New feature
- @visactor/vtable: add cancelEditCell method to ListTable and PivotTable APIs
- @visactor/vtable: add selectedStateFilter for pivotChart
- @visactor/vtable: add clearChartState and disableTooltip api
๐ Bug fix
- @visactor/vtable: makeSelectCellVisible set false when click row series number #4942
- @visactor/vtable: fix last row dimension column width when row series number is enabled #4946