Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 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



[more detail about v1.24.0](https://github.com/VisActor/VTable/releases/tag/v1.24.0)

# v1.23.3

2026-03-05
Expand Down
20 changes: 20 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.24.0

2026-03-18


**🆕 新增功能**

- **@visactor/vtable-gantt**: 甘特图配置支持设置周末列宽度
- **@visactor/vtable-sheet**: 电子表格新增撤销/重做功能

**🐛 功能修复**

- **@visactor/vtable**: 修复 groupBy 分组表配合使用 frozenColCount 和 enableTreeStickCell 时滚动错位的问题
- **@visactor/vtable**: 修复当只有一列时,分组标题不显示问题
- **@visactor/vtable**: 修复当设置分组表时,复选框单元格渲染错误问题



[更多详情请查看 v1.24.0](https://github.com/VisActor/VTable/releases/tag/v1.24.0)

# v1.23.3

2026-03-05
Expand Down
Loading