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
24 changes: 24 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v1.26.0

2026-04-03


**🆕 New feature**

- **@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

**🔨 Refactor**

- **@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)

# v1.25.0

2026-03-25
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.26.0

2026-04-03


**🆕 新增功能**

- **@visactor/vtable**: react-vtable 针对react 19 做兼容

**🐛 功能修复**

- **@visactor/vtable**: 单选框和行序号功能同时使用时的报错问题
- **@visactor/vtable**: 单元格类型是单选框时针对聚合行做处理
- **@visactor/vtable**: 解决调整列宽高亮框不消失问题
- **@visactor/vtable**: 当设置 barToSide 时,滚动条在画布上不该隐藏问题



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

# v1.25.0

2026-03-25
Expand Down
Loading