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 @@ -5,6 +5,20 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 0.21.1 ` 2022-09-19 `
9
+ ### 🚀 Features
10
+ - ` Toast ` : 使用 Transition 实现淡入淡出动画 @LeeJim ([ #863 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/863 ) )
11
+ - ` Upload ` : 新增 source 属性,支持从聊天会话中读取文件 @LeeJim ([ #868 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/868 ) )
12
+ ### 🐞 Bug Fixes
13
+ - ` Toast ` : 重构 DOM 以及代码逻辑 @LeeJim ([ #863 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/863 ) )
14
+ - ` ActionSheet ` : 修复 theme = list 时点击选项之后报错的问题 @LeeJim ([ #866 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/866 ) )
15
+ - ` Tabs ` : 修复嵌套使用时样式错误的问题 @LeeJim ([ #869 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/869 ) )
16
+ ### 🚧 Others
17
+ - ` Indexes ` : 新增单元测试 @CodingOnStar ([ #850 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/850 ) )
18
+ - ` Message ` : 新增单元测试 @anlyyao ([ #859 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/859 ) )
19
+ - ` SwipeCell ` : 新增单元测试 @webwyb ([ #861 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/861 ) )
20
+ - ` Swiper ` : 新增单元测试 @anlyyao ([ #864 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/864 ) )
21
+
8
22
## 🌈 0.21.0 ` 2022-09-13 `
9
23
### ❗️BREAKING CHANGES
10
24
- ` TabBar ` : 点击 subTabBar 选项时,返回的值从数组改成选项的值 @LeeJim ([ #846 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/846 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.21.0 " ,
4
+ "version" : " 0.21.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