File tree 2 files changed +21
-1
lines changed 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 0.24.0 ` 2022-10-31 `
9
+ ### ❗️BREAKING CHANGES
10
+ - ` Radio ` : 移除 color 属性,使用 CSS Variable 替代 @anlyyao ([ #944 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/944 ) )
11
+
12
+ ### 🚀 Features
13
+ - ` Tabs ` : 视觉全新升级 @LeeJim ([ #957 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/957 ) )
14
+ - ` Tabs ` : 新增 theme 属性,支持 line/tag/card @LeeJim ([ #957 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/957 ) )
15
+ - ` Tabs ` : 新增 CSS Variables,用于调整滑块尺寸 @LeeJim ([ #957 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/957 ) )
16
+ - ` TabPanel ` : 新增 badgeProps 属性,支持使用徽章 @LeeJim ([ #957 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/957 ) )
17
+ - ` CheckTag ` : 支持外部样式类 @anlyyao ([ #945 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/945 ) )
18
+ - ` Radio ` : 新增 CSS Variable 调整文案、图标等颜色,具体查看文档 @anlyyao ([ #944 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/944 ) )
19
+
20
+ ### 🐞 Bug Fixes
21
+ - ` Popup ` : 阻止内容区域滑动穿透 @LeeJim ([ #943 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/943 ) )
22
+ - ` Cascader ` : 调整 ` usingComponents ` 中的绝对路径为相对路径 @miauyo ([ #938 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/938 ) )
23
+ - ` Icon ` : 修复 customStyle 属性无效的问题 @anlyyao ([ #950 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/950 ) )
24
+ - ` DateTimePicker ` : 修复 mode = second 不生效的问题 @LeeJim ([ #952 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/952 ) )
25
+ ### 🚧 Others
26
+ - ` Textarea ` : 修复 "带标题多行文本框" 示例不显示 @anlyyao ([ #937 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/937 ) )
27
+
8
28
## 🌈 0.23.1 ` 2022-10-24 `
9
29
### 🐞 Bug Fixes
10
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.23.1 " ,
4
+ "version" : " 0.24.0 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments