Skip to content

Commit 48e694b

Browse files
chore: release 1.6.7 (#2817)
* chore: release 1.6.7 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 78dc143 commit 48e694b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.6.7 `2023-09-21`
9+
### 🚀 Features
10+
- `TreeSelect`: 支持`panelTopContent``panelBottomContent` 的使用 @uyarn ([#2797](https://github.com/Tencent/tdesign-vue/pull/2797))
11+
- `Table`: @chaishi
12+
- 除全局配置支持语言配置外,本次新增通过属性 `locale` 进行单个组件进行语言配置 ([#2810](https://github.com/Tencent/tdesign-vue/pull/2810))
13+
- 列配置功能,支持定义 `columnControllerTopContent``columnControllerBottomContent` 定义列配置弹框顶部或底部内容 ([#2810](https://github.com/Tencent/tdesign-vue/pull/2810))
14+
- 列配置功能,支持分组显示列配置信息,一般用于表格列数量特别多,需要分类显示场景([#2810](https://github.com/Tencent/tdesign-vue/pull/2810))
15+
- `card`: 卡片标题 `title` 使用 `div` 取代 `span` 在自定义场景下更符合规范 @uyarn ([#2812](https://github.com/Tencent/tdesign-vue/pull/2812))
16+
### 🐞 Bug Fixes
17+
- `useResizeObserver`: 修复缺少容器元素判空问题,[issue#2805](https://github.com/Tencent/tdesign-vue/issues/2805) @chaishi ([#2806](https://github.com/Tencent/tdesign-vue/pull/2806))
18+
- `Table`: 列配置功能,修复每次打开自定义列配置弹框,都会创建一个新的弹框而旧弹框没有消除问题 @chaishi ([#2810](https://github.com/Tencent/tdesign-vue/pull/2810))
19+
- `Dialog`: 修复没有定义确认按钮属性场景时(即没有设置 confirmBtn),`confirmLoading` 无效问题 @chaishi ([#2814](https://github.com/Tencent/tdesign-vue/pull/2814))
20+
821
## 🌈 1.6.6 `2023-09-07`
922
### 🐞 Bug Fixes
1023
- `Checkbox`: 修复动态设置 `options` 无效问题,[issue#2792](https://github.com/Tencent/tdesign-vue/issues/2792) @chaishi ([#2793](https://github.com/Tencent/tdesign-vue/pull/2793))

0 commit comments

Comments
 (0)