Skip to content

Commit

Permalink
Merge pull request #1793 from VisActor/docs/generate-changelog-v1.0.2
Browse files Browse the repository at this point in the history
[Auto changelog] changlog of v1.0.2
  • Loading branch information
fangsmile committed May 27, 2024
2 parents 6c3ad48 + 7de0b1d commit c938475
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v1.0.2

2024-05-24


**🆕 New feature**

- **@visactor/vtable**: add setRowHeight&setColWidth api

**🐛 Bug fix**

- **@visactor/vtable**: use table option in hasAutoImageColumn()
- **@visactor/vtable**: axis size align with vrender-component [#1784](https://github.com/VisActor/VTable/issues/1784)
- **@visactor/vtable**: fix lineClamp config in computeRowsHeight() [#1772](https://github.com/VisActor/VTable/issues/1772)
- **@visactor/vtable**: fix progress cell create problem in vtable-export [#1787](https://github.com/VisActor/VTable/issues/1787)
- **@visactor/vtable**: ignore cell merge in selectCells()



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

# v1.0.1

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

2024-05-24


**🆕 新增功能**

- **@visactor/vtable**: add setRowHeight&setColWidth api

**🐛 功能修复**

- **@visactor/vtable**: use table option in hasAutoImageColumn()
- **@visactor/vtable**: axis size align with vrender-component [#1784](https://github.com/VisActor/VTable/issues/1784)
- **@visactor/vtable**: fix lineClamp config in computeRowsHeight() [#1772](https://github.com/VisActor/VTable/issues/1772)
- **@visactor/vtable**: fix progress cell create problem in vtable-export [#1787](https://github.com/VisActor/VTable/issues/1787)
- **@visactor/vtable**: ignore cell merge in selectCells()



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

# v1.0.1

2024-05-23
Expand Down

0 comments on commit c938475

Please sign in to comment.