@@ -5,6 +5,61 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 🌈 0.25.0 ` 2023-06-13 `
9
+
10
+ ### ❗ BREAKING CHANGES
11
+ - ` Swiper ` : 调整 DOM @LeeJim ([ #845 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/845 ) )
12
+ - ` Swiper ` : 属性 ` paginationPosition ` 移至属性 ` navigation ` 下 @LeeJim ([ #845 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/845 ) )
13
+ - ` Swiper ` : 属性 ` navigation ` 内部值发生变更 @LeeJim ([ #845 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/845 ) )
14
+ - ` GridItem ` : 调整DOM结构 @anlyyao ([ #854 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/854 ) )
15
+ - ` DateTimePicker ` : 调整DOM结构 @anlyyao ([ #852 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/852 ) )
16
+
17
+ ### 🚀 Features
18
+ - ` SideBar ` : 新增侧边导航组件 @anlyyao ([ #855 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/855 ) )
19
+ - ` DropdownMenu ` : 新增 ` menuOpened ` 、` menuClosed ` 事件 @anlyyao ([ #837 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/837 ) )
20
+ - ` Swiper ` : 新增 ` click ` 事件 @LeeJim ([ #845 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/845 ) )
21
+ - ` Swiper ` : ` height ` 属性支持 ` string ` 类型 @anlyyao ([ #858 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/858 ) )
22
+
23
+ ### 🐞 Bug Fixes
24
+ - ` Popup ` : 修复弹出层内容无法滚动的问题 @anlyyao ([ #834 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/834 ) )
25
+ - ` Tabs ` : 修复纵向 ` touch ` 也会触发tabs切换的问题 @ccccpj ([ #836 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/836 ) )
26
+ - ` Switch ` : 修复 ` loading ` 态背景色错误 @anlyyao ([ #841 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/841 ) )
27
+ - ` Switch ` : 修复 ` loading ` 态仍能点击的问题 @anlyyao ([ #841 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/841 ) )
28
+ - ` DropdownMenu ` : 修复 ` closeOnClickOverlay ` 属性无效的问题 @ccccpj ([ #851 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/851 ) )
29
+ - ` DropdownMenu ` : 修复 ` options ` 初始值不能为空 @ccccpj ([ #851 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/851 ) )
30
+ - ` DropdownMenu ` : 修复 ` expose ` 产生的告警问题 @ccccpj ([ #851 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/851 ) )
31
+ - ` DropdownMenu ` : 修复示例字号及按钮样式错误 @ccccpj ([ #848 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/848 ) )
32
+ - ` GridItem ` : 修复 ` Image ` 属性不支持 ` Function ` 类型 @anlyyao ([ #854 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/854 ) )
33
+ - ` ActionSheet ` : 修复禁用态背景色错误 @anlyyao ([ #854 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/854 ) )
34
+ - ` ActionSheet ` : 修复示例占位图错误 @anlyyao ([ #854 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/854 ) )
35
+ - ` DateTimePicker ` : 修复初始值不能为空的问题 @anlyyao ([ #852 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/852 ) )
36
+ - ` DateTimePicker ` : 修复选中文本和弹窗面板圆角样式错误 @anlyyao ([ #852 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/852 ) )
37
+ - ` Dialog ` : 修复弹窗圆角、标题行高样式错误 @anlyyao ([ #1393 ] ( https://github.com/Tencent/tdesign-common/pull/1393 ) )
38
+ - ` Picker ` : 修复选中文本样式错误 @anlyyao ([ #852 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/852 ) )
39
+ - ` Textarea ` : 解决 ` autoSize ` 动态修改输入值时未生效问题 @ccccpj ([ #859 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/859 ) )
40
+ - ` ImageViewer ` : 修复图片预览显示不全的问题 @anlyyao ([ #858 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/858 ) )
41
+ - ` Empty ` : 移除无效的示例 @anlyyao ([ #827 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/827 ) )
42
+ - ` Tag ` : 修复示例文案错误 @Resuragam ([ #842 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/842 ) )
43
+ - ` Result ` : 修复示例间距样式 @Resuragam ([ #844 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/844 ) )
44
+ - ` Footer ` : 修复分割线尺寸错误并移除下划线样式 @anlyyao ([ #1384 ] ( https://github.com/Tencent/tdesign-common/pull/1384 ) )
45
+ - ` Footer ` : 更新示例代码 @anlyyao ([ #829 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/829 ) )
46
+ - ` Steps ` : 修复标题换行和不换行均存在时,步骤条图标对齐问题 @Resuragam ([ #1388 ] ( https://github.com/Tencent/tdesign-common/pull/1388 ) )
47
+ - ` Tabs ` : 修复字号尺寸错误 @anlyyao ([ #1386 ] ( https://github.com/Tencent/tdesign-common/pull/1386 ) )
48
+ - ` BackTop ` : 修复边框颜色错误 @anlyyao ([ #1367 ] ( https://github.com/Tencent/tdesign-common/pull/1367 ) )
49
+
50
+ ### 🚧 Others
51
+ - ` Footer ` : 补充测试用例 @engvuchen ([ #849 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/849 ) )
52
+ - ` Swiper ` : 补充单元测试 @LeeJim ([ #845 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/845 ) )
53
+ - ` Collapse ` : 补充测试用例 @ccccpj ([ #846 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/846 ) )
54
+ - ` NoticeBar ` : 补充测试用例 @ccccpj ([ #840 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/840 ) )
55
+ - ` Cell ` : 补充测试用例 @ccccpj ([ #832 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/832 ) )
56
+ - ` Avatar ` : 补充测试用例 @ccccpj ([ #830 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/830 ) )
57
+ - ` SwipeCell ` : 补充测试用例 @nined9 ([ #828 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/828 ) )
58
+ - ` Drawer ` : 补充测试用例 @anlyyao ([ #850 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/850 ) )
59
+ - ` Grid ` : 补充测试用例 @Resuragam ([ #838 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/838 ) )
60
+ - ` Calendar ` : 补充测试用例 @ccccpj ([ #831 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/831 ) )
61
+ - ` TabBar ` : 补充测试用例 @LeeJim ([ #860 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/860 ) )
62
+
8
63
## 🌈 0.24.0 ` 2023-06-06 `
9
64
### ❗ BREAKING CHANGES
10
65
- ` Fab ` : 调整DOM @anlyyao ([ #773 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/773 ) )
0 commit comments