File tree 2 files changed +18
-1
lines changed 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 0.21.0 ` 2022-09-13 `
9
+ ### ❗️BREAKING CHANGES
10
+ - ` TabBar ` : 点击 subTabBar 选项时,返回的值从数组改成选项的值 @LeeJim ([ #846 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/846 ) )
11
+ ### 🚀 Features
12
+ - ` Slider ` : 属性 marks 支持动态响应 @LeeJim ([ #853 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/853 ) )
13
+ ### 🐞 Bug Fixes
14
+ - ` TabBar ` : 修复子选项激活时,父选项未展示激活的问题 @LeeJim ([ #846 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/846 ) )
15
+ - ` Slider ` : 修复 disabled 状态下点击报错的问题 @LeeJim ([ #853 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/853 ) )
16
+ ### 🚧 Others
17
+ - ` TabBar ` : 新增单元测试 @LeeJim ([ #846 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/846 ) )
18
+ - ` Upload ` : 新增单元测试 @anlyyao ([ #847 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/847 ) )
19
+ - ` DropdownMenu ` : 新增单元测试 @LeeJim ([ #848 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/848 ) )
20
+ - ` Slider ` : 新增单元测试 @LeeJim ([ #853 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/853 ) )
21
+ - ` Picker ` : 新增单元测试 @LeeJim ([ #854 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/854 ) )
22
+ - ` DateTimePicker ` : 新增单元测试 @LeeJim ([ #855 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/855 ) )
23
+ - ` Sticky ` : 新增单元测试 @Perisiguiendo ([ #852 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/852 ) )
24
+
8
25
## 🌈 0.20.0 ` 2022-09-05 `
9
26
### ❗️BREKING CHANGES
10
27
- ` Icon ` : ` size ` 不在支持 ` middle ` 、` small ` 等关键字,默认单位 ` px ` @anlyyao ([ #828 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/828 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.20 .0" ,
4
+ "version" : " 0.21 .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