Skip to content

Commit

Permalink
Merge pull request #2263 from VisActor/docs/generate-changelog-v1.6.1
Browse files Browse the repository at this point in the history
[Auto changelog] changlog of v1.6.1
  • Loading branch information
Rui-Sun authored Aug 19, 2024
2 parents ab38d4a + 54c4e1e commit 7e96c06
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 25 deletions.
31 changes: 31 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# v1.6.1

2024-08-19


**🆕 New feature**

- **@visactor/vtable**: add option forceShowHeader
- **@visactor/vtable**: frameStyle cornerRadius support array type [#2207](https://github.com/VisActor/VTable/issues/2207)
- **@visactor/vtable**: add table releated components in react-vtable
- **@visactor/vtable**: add enum in textStick config
- **@visactor/vtable**: add frozenRowCount in transpose table [#2182](https://github.com/VisActor/VTable/issues/2182)
- **@visactor/vtable**: add excelJSWorksheetCallback config in vtable-export
- **@visactor/vtable**: add group function

**🐛 Bug fix**

- **@visactor/vtable**: corner header display dimension name in some case [#2180](https://github.com/VisActor/VTable/issues/2180)
- **@visactor/vtable**: frameStyle borrerLineWidth set array, table render positon error [#2200](https://github.com/VisActor/VTable/issues/2200)
- **@visactor/vtable**: fix icon margin error in update size [#2206](https://github.com/VisActor/VTable/issues/2206)
- **@visactor/vtable**: fix react custom layout component container height
- **@visactor/vtable**: fix jsx customLayout size compute mode [#2192](https://github.com/VisActor/VTable/issues/2192)
- **@visactor/vtable**: add default color in vtable-export
- **@visactor/vtable**: fix row-series cell type [#2188](https://github.com/VisActor/VTable/issues/2188)

**🔨 Refactor**

- **@visactor/vtable**: supplement backgroundColor for editor [#1518](https://github.com/VisActor/VTable/issues/1518)

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

# v1.5.6

2024-08-08
Expand Down
41 changes: 36 additions & 5 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,47 @@
# v1.6.1

2024-08-19


**🆕 新增功能**

- **@visactor/vtable**: 新增分组渲染功能
- **@visactor/vtable**: react-vtable中增加表格相关组件
- **@visactor/vtable**: 新增`forceShowHeader`配置
- **@visactor/vtable**: `frameStyle``cornerRadius`支持数组配置 [#2207](https://github.com/VisActor/VTable/issues/2207)
- **@visactor/vtable**: `textStick`配置支持配置方向
- **@visactor/vtable**: 转置列表支持`frozenRowCount`配置 [#2182](https://github.com/VisActor/VTable/issues/2182)
- **@visactor/vtable**: `vtable-export`增加`excelJSWorksheetCallback`配置

**🐛 功能修复**

- **@visactor/vtable**: 修复角头显示维度名称问题 [#2180](https://github.com/VisActor/VTable/issues/2180)
- **@visactor/vtable**: 修复`frameStyle``borrerLineWidth`配置为数组时渲染问题 [#2200](https://github.com/VisActor/VTable/issues/2200)
- **@visactor/vtable**: 修复`icon margin`在尺寸更新时的问题 [#2206](https://github.com/VisActor/VTable/issues/2206)
- **@visactor/vtable**: 修复`react custom layout component`容器高度问题
- **@visactor/vtable**: 修复`jsx customLayout`尺寸计算问题 [#2192](https://github.com/VisActor/VTable/issues/2192)
- **@visactor/vtable**: `vtable-export`增加默认颜色
- **@visactor/vtable**: 修复`row-series`单元格类型 [#2188](https://github.com/VisActor/VTable/issues/2188)

**🔨 功能重构**

- **@visactor/vtable**: 编辑器组件支持`backgroundColor`配置 [#1518](https://github.com/VisActor/VTable/issues/1518)

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

# v1.5.6

2024-08-08


**🆕 新增功能**

- **@visactor/vtable**: add canvas & viewbox config

- **@visactor/vtable**: 新增canvas & viewbox配置

**🐛 功能修复**

- **@visactor/vtable**: fix released async problem [#2145](https://github.com/VisActor/VTable/issues/2145)


- **@visactor/vtable**: 修复异步释放问题 [#2145](https://github.com/VisActor/VTable/issues/2145)



[更多详情请查看 v1.5.6](https://github.com/VisActor/VTable/releases/tag/v1.5.6)
Expand Down
14 changes: 1 addition & 13 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@
"version": "1.6.1",
"tag": "@visactor/vtable_v1.6.1",
"date": "Mon, 19 Aug 2024 08:06:44 GMT",
"comments": {
"minor": [
{
"comment": "chore: release 1.6.1"
}
]
}
},
{
"version": "1.6.0",
"tag": "@visactor/vtable_v1.5.7",
"date": "Mon, 19 Aug 2024 07:36:42 GMT",
"comments": {
"none": [
{
Expand Down Expand Up @@ -2605,4 +2593,4 @@
}
}
]
}
}
7 changes: 0 additions & 7 deletions packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ Mon, 19 Aug 2024 08:06:44 GMT

### Minor changes

- chore: release 1.6.1

## 1.6.0
Mon, 19 Aug 2024 07:36:42 GMT

### Minor changes

- feat: add group function

### Updates
Expand Down

0 comments on commit 7e96c06

Please sign in to comment.