File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ spline: explain
4
4
toc : false
5
5
docClass : timeline
6
6
---
7
+ ## 🌈 1.0.2 ` 2023-03-07 `
8
+ ### 🐞 Bug Fixes
9
+ - ` Radio ` : 修复使用 options 时可传入的属性不齐的问题 @LeeJim ([ #1707 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1707 ) )
10
+ - ` Checkbox ` : 修复使用 options 时可传入的属性不齐的问题 @LeeJim ([ #1707 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1707 ) )
11
+ - ` RadioGroup ` : 修复 placement 默认值错误的问题 @LeeJim ([ #1707 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1707 ) )
12
+ - ` RadioGroup ` : 修复 icon 消失的问题 @LeeJim ([ #1707 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1707 ) )
13
+ - ` ActionSheet ` : 修复点击报错的问题 @LeeJim ([ #1726 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1726 ) )
14
+ - ` Swiper ` : 修复在真机上圆角无效问题 @anlyyao ([ #1733 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1733 ) )
15
+ - ` NavBar ` : 修复外部样式类不可用的问题 @LeeJim ([ #1735 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1735 ) )
16
+ - ` Footer ` : 补齐 API 文档描述 @anlyyao ([ #1737 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1737 ) )
17
+ - ` Swiper ` : 修复基础调试库低于2.19.2时,图片不显示问题 @anlyyao ([ #1736 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1736 ) )
18
+ - ` ImageViewer ` : 修复图片显示不全的问题 @anlyyao ([ #1656 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1656 ) )
19
+ - ` Input ` : 修复 ` maxLength ` 无效问题,并将默认值变更为 -1 @anlyyao ([ #1732 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1732 ) )
20
+ - ` Input ` : 修复键盘弹起时,点击 clear 没反应的问题 @anlyyao ([ #1732 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1732 ) )
7
21
8
22
## 🌈 1.0.1 ` 2023-03-01 `
9
23
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.0.1 " ,
4
+ "version" : " 1.0.2 " ,
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