File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,33 @@ spline: explain
4
4
toc : false
5
5
docClass : timeline
6
6
---
7
+
8
+ ## 0.14.0 ` 2022-7-1 `
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ - TextArea: 移除不生效的外部样式类 ` t-class-placeholder ` , 建议使用类名 ` t-textarea__placeholder ` 进行样式覆盖 [ #541 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/541 ) [ @anlyyao ] ( https://github.com/anlyyao )
13
+ ### Bug Fixes
14
+
15
+ - Tabbar: 修复具名插槽无法使用的问题 [ #548 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/548 ) [ @LeeJim ] ( https://github.com/LeeJim )
16
+ - 修复默认层级问题 [ #553 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/553 ) [ @webwyb ] ( https://github.com/webwyb )
17
+ - Dialog
18
+ - DropdownMenu
19
+ - Drawer
20
+ - Message
21
+ - Popup
22
+ - Fab: 修复 ` text ` 属性不生效的问题 [ #561 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/561 ) [ @LeeJim ] ( https://github.com/LeeJim )
23
+ - NoticeBar: 修复公告不滚动问题 [ #562 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/562 ) [ @LeeJim ] ( https://github.com/LeeJim )
24
+ - Dialog: 修复点击遮罩层不会触发 ` close ` 事件的问题 [ #566 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/566 ) [ @LeeJim ] ( https://github.com/LeeJim )
25
+
26
+ ### Features
27
+
28
+ - ActionSheet: 新增 ` t-class-content ` 、` t-class-cancel ` 外部样式类 [ #557 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/557 ) [ @webwyb ] ( https://github.com/webwyb )
29
+ - Progress: 新增 ` t-class-bar ` 外部样式类 [ #558 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/558 ) [ @anlyyao ] ( https://github.com/anlyyao )
30
+ - Picker: [ #565 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/565 ) [ @LeeJim ] ( https://github.com/LeeJim )
31
+ - 新增 ` confirm ` 事件,返回参数和 ` change ` 一致
32
+ - ` confirm ` 、` change ` 、` pick ` 事件均返回 ` label ` 参数
33
+
7
34
## 0.13.2 ` 2022-6-16 `
8
35
9
36
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.13.2 " ,
4
+ "version" : " 0.14.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