@@ -5,6 +5,44 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 🌈 0.22.0 ` 2023-05-23 `
9
+ ### ❗ BREAKING CHANGES
10
+ - ` Rate ` : 调整 DOM 结构 @fengchunqi ([ #642 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/642 ) )
11
+ - ` Rate ` : 移除 ` clearable ` 、` variant ` 属性 @fengchunqi ([ #642 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/642 ) )
12
+ - ` Rate ` : ` size ` 属性默认值变更为 ` 24px ` @fengchunqi ([ #642 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/642 ) )
13
+ - ` Rate ` : ` gap ` 属性默认值变更为 ` 8 ` @fengchunqi ([ #642 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/642 ) )
14
+ - ` Drawer ` : 调整 DOM @LeeJim ([ #673 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/673 ) )
15
+ - ` ImageViewer ` : 调整 DOM @LeeJim ([ #677 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/677 ) )
16
+ - ` ImageViewer ` : 属性 ` initialIndex ` 更名为 ` index ` @LeeJim ([ #677 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/677 ) )
17
+ - ` SwipeCell ` : 调整 ` DOM ` 结构 @nined9 ([ #663 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/663 ) )
18
+ - ` SwipeCell ` : 移除 ` expanded ` 属性 @nined9 ([ #663 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/663 ) )
19
+ - ` Tabs ` : 调整 ` DOM ` 结构 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
20
+ - ` Tabs ` : 移除 ` placement ` 属性 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
21
+ - ` Tabs ` : 调整 ` DOM ` 结构 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
22
+ - ` Tabs ` : 移除 ` placement ` 属性 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
23
+
24
+ ### 🚀 Features
25
+ - ` Rate ` : 新增 ` icon ` 属性 @fengchunqi ([ #642 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/642 ) )
26
+ - ` Popup ` : 新增 ` destroyOnClose ` 属性 @LeeJim ([ #672 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/672 ) )
27
+ - ` Drawer ` : 新增 ` attach ` 、` destroyOnClose ` 、` footer ` 、` title ` 属性 @LeeJim ([ #673 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/673 ) )
28
+ - ` Drawer ` : 支持通过 plugin 的方式调用 @LeeJim ([ #673 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/673 ) )
29
+ - ` ImageViewer ` : 新增 ` deleteBtn ` 属性以及 ` delete ` 事件 @LeeJim ([ #677 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/677 ) )
30
+ - ` SwipeCell ` : 新增 ` opened ` 等属性 @nined9 ([ #663 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/663 ) )
31
+ - ` SwipeCell ` : 新增组件实力方法 ` showSure ` ,用于实现二次确认 @nined9 ([ #663 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/663 ) )
32
+ - ` Tabs ` : 新增 ` spaceEvenly ` 、 ` sticky ` 、` swipeable ` 、 ` theme ` 等属性 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
33
+ - ` TabPanel ` : 新增 ` badgeProps ` 属性 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
34
+ - ` Icon ` : 支持直接通过 ` t-icon ` 来使用 @anlyyao ([ #681 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/681 ) )
35
+ - ` Upload ` : 新增 ` addContent ` 属性 @anlyyao ([ #685 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/685 ) )
36
+ - ` Upload ` : 支持 ` --td-upload-width ` 、 ` --td-upload-height ` 、` --td-upload-background ` 变量 @anlyyao ([ #685 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/685 ) )
37
+ - ` Rate ` : 新增 ` icon ` 属性 @fengchunqi ([ #642 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/642 ) )
38
+ - ` Tabs ` : 新增 ` spaceEvenly ` 、 ` sticky ` 、` swipeable ` 、 ` theme ` 等属性 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
39
+ - ` TabPanel ` : 新增 ` badgeProps ` 属性 @TeacherDingTing ([ #678 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/678 ) )
40
+
41
+ ### 🐞 Bug Fixes
42
+ - ` Dialog ` : 修复示例失效的问题 @anlyyao ([ #682 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/682 ) )
43
+ - ` Button ` : 修复 ` border ` 样式问题 @anlyyao ([ #1350 ] ( https://github.com/Tencent/tdesign-common/pull/1350 ) )
44
+
45
+
8
46
## 🌈 0.21.0 ` 2023-05-15 `
9
47
### 🚀 Features
10
48
- ` Progress ` : 调整 DOM结构 @anlyyao ([ #640 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/640 ) )
0 commit comments