File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ spline: explain
4
4
toc : false
5
5
docClass : timeline
6
6
---
7
+ ## 🌈 1.0.1 ` 2023-03-01 `
8
+ ### 🚀 Features
9
+ - ` Cascader ` : 新增 close 事件 @LeeJim ([ #1685 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1685 ) )
10
+ - ` Picker ` : 新增 close 事件 @LeeJim ([ #1687 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1687 ) )
11
+ - ` DateTimePicker ` : 新增 close 事件 @LeeJim ([ #1687 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1687 ) )
12
+ - ` Upload ` : 支持无障碍访问 @zhangpaopao0609 ([ #1238 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1238 ) )
13
+ ### 🐞 Bug Fixes
14
+ - ` ActionSheet ` : 补充 close 事件,增加 trigger 参数 @LeeJim ([ #1683 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1683 ) )
15
+ - ` Cascader ` : 修复 pick 事件的参数 @LeeJim ([ #1685 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1685 ) )
16
+ - ` drawer ` : 修复 close 事件不生效的问题 @LeeJim ([ #1686 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1686 ) )
17
+ - ` Message ` : 修复外部样式类 ` t-class-link ` 无效问题 @anlyyao ([ #1690 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1690 ) )
18
+ - ` Cascader ` : 修复 radio 图标显示位置不正确的问题 @LeeJim ([ #1693 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1693 ) )
19
+ - ` DropdownMenu ` : 修复 radio 图标显示位置不正确的问题 @LeeJim ([ #1693 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1693 ) )
20
+ - ` TreeSelect ` : 修复 radio 图标显示位置不正确的问题 @LeeJim ([ #1693 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1693 ) )
21
+ - ` Message ` : 更新内嵌 ` link ` 组件的属性 @anlyyao ([ #1694 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1694 ) )
7
22
## 🌈 1.0.0 ` 2023-02-27 `
8
23
### ❗ Breaking Changes
9
24
- ` Cell ` : 调整 hover 状态对应的类名 @anlyyao ([ #1635 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1635 ) )
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.0 " ,
4
+ "version" : " 1.0.1 " ,
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