File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 1.2.2 ` 2023-08-29 `
9
+ ### 🚀 Features
10
+ - ` Rate ` : 支持第三方图标 @lixingdecai ([ #2328 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2328 ) )
11
+ - ` Button ` : 新增 ` t-id ` 属性,相等于 ` id ` @HellyW ([ #2320 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2320 ) )
12
+ - ` Button ` : 属性 ` open-type ` 新增支持 ` agreePrivacyAuthorization ` @HellyW ([ #2320 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2320 ) )
13
+
14
+ ### 🐞 Bug Fixes
15
+ - ` Stepper ` : 修复无法输出小数的问题 @LeeJim ([ #2314 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2314 ) )
16
+ - ` Stepper ` : 修复输入小数后增减的精度问题 @LeeJim ([ #2314 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2314 ) )
17
+ - ` TreeSelect ` : 解决异步 options 导致无法渲染的问题 @LeeJim ([ #2315 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2315 ) )
18
+ - ` TreeSelect ` : 解决异步数据导致的报错问题 @LeeJim ([ #2315 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2315 ) )
19
+ - ` ActionSheet ` : 移除未使用的组件 @betavs ([ #2318 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2318 ) )
20
+ - ` SideBar ` : 修复示例滚动问题 @betavs ([ #2325 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2325 ) )
21
+
22
+
23
+
8
24
## 🌈 1.2.1 ` 2023-08-22 `
9
25
### 🚀 Features
10
26
- ` Radio ` : 新增 ` readonly ` 属性 @betavs ([ #2292 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2292 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.2.1 " ,
4
+ "version" : " 1.2.2 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-ßminiprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
125
125
"dependencies" : {
126
126
"dayjs" : " ^1.10.7"
127
127
}
128
- }
128
+ }
You can’t perform that action at this time.
0 commit comments