File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ toc: false
55docClass : 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 ) )
You can’t perform that action at this time.
0 commit comments