diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 37210306d..06bb9ad7f 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,23 +1,47 @@ +# v1.26.1 + +2026-05-11 + + +**🆕 New feature** + +- **@visactor/vtable-sheet**: add sheet formula type + +**🐛 Bug fix** + +- **@visactor/vtable**: fix fill handle logic about getting cell value [#5096](https://github.com/VisActor/VTable/issues/5096) +- **@visactor/vtable**: fix aggregation precisionAdd and precisionSub precision issue +- **@visactor/vtable**: fix dblclickHandler not handling right click +- **@visactor/vtable**: fix edit cell invalidateNotExit issue [#5114](https://github.com/VisActor/VTable/issues/5114) +- **@visactor/vtable**: fix pivot sort state display error when rows and columns have the same dimension [#5055](https://github.com/VisActor/VTable/issues/5055) +- **@visactor/vtable-sheet**: fix blank selection issue when moving selected cell with ArrowRight [#5113](https://github.com/VisActor/VTable/issues/5113) +- **@visactor/vtable-plugin**: fix incorrect search results when searching text in tree table [#5071](https://github.com/VisActor/VTable/issues/5071) +- **@visactor/vue-vtable**: fix package build export files + + + +[more detail about v1.26.1](https://github.com/VisActor/VTable/releases/tag/v1.26.1) + # v1.26.0 2026-04-03 **🆕 New feature** - -- **@visactor/vtable**: compatible react version 19 + +- **@visactor/vtable**: compatible react version 19 **🐛 Bug fix** - -- **@visactor/vtable**: radio cell type with rowseriesnumber error -- **@visactor/vtable**: react19 reconciler -- **@visactor/vtable**: degrade radio/checkbox cells to text in aggregation rows -- **@visactor/vtable**: reset all interaction states on data update to avoid stale resize indicators + +- **@visactor/vtable**: radio cell type with rowseriesnumber error +- **@visactor/vtable**: react19 reconciler +- **@visactor/vtable**: degrade radio/checkbox cells to text in aggregation rows +- **@visactor/vtable**: reset all interaction states on data update to avoid stale resize indicators **🔨 Refactor** - -- **@visactor/vtable**: when set barToSide and visible focus should not hide scrollbar - + +- **@visactor/vtable**: when set barToSide and visible focus should not hide scrollbar + [more detail about v1.26.0](https://github.com/VisActor/VTable/releases/tag/v1.26.0) @@ -28,10 +52,10 @@ **🆕 New feature** - -- **@visactor/vtable**: gantt add locateIcon for taskbar -- **@visactor/vtable**: add option scrollFrozenCols support frozen columns can be scrolled - + +- **@visactor/vtable**: gantt add locateIcon for taskbar +- **@visactor/vtable**: add option scrollFrozenCols support frozen columns can be scrolled + [more detail about v1.25.0](https://github.com/VisActor/VTable/releases/tag/v1.25.0) @@ -42,16 +66,16 @@ **🆕 New feature** - -- **@visactor/vtable-gantt**: gantt weekend column width support setting -- **@visactor/vtable-sheet**: add undo/redo to sheet + +- **@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 - + +- **@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 + [more detail about v1.24.0](https://github.com/VisActor/VTable/releases/tag/v1.24.0) @@ -62,15 +86,15 @@ **🆕 New feature** - -- **@visactor/vtable**: pivotchart handle with markline value to axis range -- **@visactor/vtable-gantt**: develop gantt baseline 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](https://github.com/VisActor/VTable/issues/5003) -- **core**: prevent memory leaks in table cleanup - + +- **@visactor/vtable**: editor element occor error [#5003](https://github.com/VisActor/VTable/issues/5003) +- **core**: prevent memory leaks in table cleanup + [more detail about v1.23.3](https://github.com/VisActor/VTable/releases/tag/v1.23.3) @@ -81,18 +105,18 @@ **🆕 New feature** - -- **@visactor/vtable**: pivot table headerType support cellType funcitonal [#4993](https://github.com/VisActor/VTable/issues/4993) -- **@visactor/vtable**: add image_damage_pic and video_damage_pic type icons register & fix video damage icon ratio + +- **@visactor/vtable**: pivot table headerType support cellType funcitonal [#4993](https://github.com/VisActor/VTable/issues/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 - + +- **@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 + [more detail about v1.23.2](https://github.com/VisActor/VTable/releases/tag/v1.23.2) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 56bb8f422..b7b455cfc 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,27 @@ +# v1.26.1 + +2026-05-11 + + +**🆕 新增功能** + +- **@visactor/vtable-sheet**: 新增 sheet 公式类型定义 + +**🐛 功能修复** + +- **@visactor/vtable**: 修复填充柄获取单元格值的逻辑问题 [#5096](https://github.com/VisActor/VTable/issues/5096) +- **@visactor/vtable**: 修复聚合计算中 precisionAdd 和 precisionSub 的精度问题 +- **@visactor/vtable**: 修复 dblclickHandler 未处理右键点击的问题 +- **@visactor/vtable**: 修复编辑单元格 invalidateNotExit 问题 [#5114](https://github.com/VisActor/VTable/issues/5114) +- **@visactor/vtable**: 修复透视表行列维度相同时排序状态显示错误的问题 [#5055](https://github.com/VisActor/VTable/issues/5055) +- **@visactor/vtable-sheet**: 修复使用右方向键移动选中单元格时出现空白的问题 [#5113](https://github.com/VisActor/VTable/issues/5113) +- **@visactor/vtable-plugin**: 修复树形表搜索文本时结果错误的问题 [#5071](https://github.com/VisActor/VTable/issues/5071) +- **@visactor/vue-vtable**: 修复 vue-vtable 包构建导出文件问题 + + + +[更多详情请查看 v1.26.1](https://github.com/VisActor/VTable/releases/tag/v1.26.1) + # v1.26.0 2026-04-03