Skip to content

Commit

Permalink
Merge pull request #3331 from VisActor/docs/generate-changelog-v1.15.1
Browse files Browse the repository at this point in the history
[Auto changelog] changlog of v1.15.1
  • Loading branch information
fangsmile authored Jan 17, 2025
2 parents 0c71467 + 08b21ca commit 9aaf047
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
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.15.1

2025-01-17


**🆕 New feature**

- **@visactor/vtable**: add emptyTip click event
- **@visactor/vtable**: canvasWidth canvasHeight support auto setting [#3089](https://github.com/VisActor/VTable/issues/3089)
- **@visactor/vtable**: add data update in list-table tree(group) mode
- **@visactor/vtable**: add groupTitleFieldFormat API [#3092](https://github.com/VisActor/VTable/issues/3092)

**🐛 Bug fix**

- **@visactor/vtable-gantt**: when mouse leave gantt should trigger mouseleave_taskbar [#3294](https://github.com/VisActor/VTable/issues/3294)
- **@visactor/vtable**: fix empty-tip layout problem when resize window [#3312](https://github.com/VisActor/VTable/issues/3312)
- **@visactor/vtable**: remove tree limit in handleTextStick() [#3274](https://github.com/VisActor/VTable/issues/3274)

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

# v1.15.0

2025-01-09
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.15.1

2025-01-17


**🆕 新增功能**

- **@visactor/vtable**: 添加 emptyTip 点击事件
- **@visactor/vtable**: canvasWidth canvasHeight 支持'auto'设置 [#3089](https://github.com/VisActor/VTable/issues/3089)
- **@visactor/vtable**: 在基本表tree及group模式中支持添加数据及更新数据接口
- **@visactor/vtable**: 添加 groupTitleFieldFormat API [#3092](https://github.com/VisActor/VTable/issues/3092)

**🐛 功能修复**

- **@visactor/vtable-gantt**: 当鼠标离开甘特图时应触发 mouseleave_taskbar 事件 [#3294](https://github.com/VisActor/VTable/issues/3294)
- **@visactor/vtable**: 修复调整窗口大小时的空提示布局问题 [#3312](https://github.com/VisActor/VTable/issues/3312)
- **@visactor/vtable**: 在 handleTextStick() 中移除树形结构限制 [#3274](https://github.com/VisActor/VTable/issues/3274)

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

# v1.15.0

2025-01-09
Expand Down

0 comments on commit 9aaf047

Please sign in to comment.