File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ toc: false
55docClass : timeline
66---
77
8+ ## 🌈 1.10.8 ` 2024-12-30 `
9+ ### 🚀 Features
10+ - ` ConfigProvider ` : 新增` attach ` 配置,支持全局设置` Popup ` 、` Dialog ` 、` Drawer ` 的挂载节点 @liweijie0812 ([ #3437 ] ( https://github.com/Tencent/tdesign-vue/pull/3437 ) )
11+ - ` Radio ` : 新增` theme ` API,用于配置 ` RadioGroup ` 使用` options ` 时渲染的子组件样式 @myronliu347 ([ #3402 ] ( https://github.com/Tencent/tdesign-vue/pull/3402 ) )
12+ - ` Radio ` : 新增 ` readonly ` API,用于支持只读属性配置 @liweijie0812 ([ #3431 ] ( https://github.com/Tencent/tdesign-vue/pull/3431 ) )
13+ - ` Table ` : 支持行高亮功能及相关操作,具体使用请参考示例代码 @uyarn ([ #3442 ] ( https://github.com/Tencent/tdesign-vue/pull/3442 ) )
14+
15+ ### 🐞 Bug Fixes
16+ - ` Cascader ` :@betavs
17+ - 当 ` valueType ` 为 ` full ` 时会意外触发 ` change ` 事件 ([ #3435 ] ( https://github.com/Tencent/tdesign-vue/pull/3435 ) )
18+ - 修复` valueType ` 为 ` full ` 且` showAllLevels ` 为` false ` 无法正常展示的功能问题 ([ #3438 ] ( https://github.com/Tencent/tdesign-vue/pull/3438 ) )
19+ - ` Dialog ` : 修复默认挂载节点非` body ` 的异常 @liweijie0812 ([ #3437 ] ( https://github.com/Tencent/tdesign-vue/pull/3437 ) )
20+ - ` Dialog ` : 修复` 1.10.6 ` 版本` closeOnOverlayClick ` 的默认行为异常的问题 @uyarn ([ #3433 ] ( https://github.com/Tencent/tdesign-vue/pull/3433 ) )
21+ - ` Select ` : @RSS1102
22+ - 修复` onInputChange ` 事件丢失第二个回调参数的问题 ([ #3427 ] ( https://github.com/Tencent/tdesign-vue/pull/3427 ) )
23+ - 优化` reserveKeyword ` 配合` filterable ` 在全选下的行为 ([ #3440 ] ( https://github.com/Tencent/tdesign-vue/pull/3440 ) )
24+ - 修复分组情况下标题不存在的渲染报错的问题 ([ #3445 ] ( https://github.com/Tencent/tdesign-vue/pull/3445 ) )
25+ ### 📝 Documentation
26+ - ` ConfigProvider ` : 补充` Empty ` 组件的全局配置相关文档 @liweijie0812 ([ #3437 ] ( https://github.com/Tencent/tdesign-vue/pull/3437 ) )
27+ - ` Upload ` : 优化上传组件图片展示样式 @huangchen1031 ([ #3429 ] ( https://github.com/Tencent/tdesign-vue/pull/3429 ) )
28+
29+
830## 🌈 1.10.7 ` 2024-12-16 `
931### 🐞 Bug Fixes
1032- ` ColorPicker ` : 修复颜色选择器的国际化配置问题 @liweijie0812 ([ #3403 ] ( https://github.com/Tencent/tdesign-vue/pull/3403 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-vue" ,
33 "purename" : " tdesign" ,
4- "version" : " 1.10.7 -naruto" ,
4+ "version" : " 1.10.8 -naruto" ,
55 "description" : " tdesign-vue" ,
66 "title" : " tdesign-vue" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments