@@ -5,6 +5,44 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 🌈 1.2.1 ` 2024-05-11 `
9
+ ### 🚀 Features
10
+ - ` Indexes ` : ` sfc ` to ` tsx ` . @liweijie0812 ([ #1327 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1327 ) )
11
+ - ` Cell ` : ` sfc ` to ` tsx ` @liweijie0812 ([ #1326 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1326 ) )
12
+ - ` Switch ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1322 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1322 ) )
13
+ - ` DropdownMenu ` : ` sfc ` 改 ` tsx ` @dexterBo ([ #1332 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1332 ) )
14
+ - ` DropdownMenu ` : 支持点击外部区域收起下拉框 @aaronmhl ([ #1369 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1369 ) )
15
+ - ` Avatar ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1331 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1331 ) )
16
+ - ` Overlay ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1339 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1339 ) )
17
+ - ` Sticky ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1337 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1337 ) )
18
+ - ` Empty ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1334 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1334 ) )
19
+ - ` Search ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1336 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1336 ) )
20
+ - ` Textarea ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1318 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1318 ) )
21
+ - ` Popover ` : ` sfc ` 改 ` tsx ` @anlyyao ([ #1323 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1323 ) )
22
+ - ` PullDownRefresh ` : ` sfc ` 改 ` tsx ` @dexterBo ([ #1343 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1343 ) )
23
+ - ` Input ` : ` sfc ` to ` tsx ` @liweijie0812 ([ #1342 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1342 ) )
24
+ - ` Upload ` : ` sfc ` 改 ` tsx ` @dexterBo ([ #1388 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1388 ) )
25
+ - ` Stepper ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1383 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1383 ) )
26
+ - ` Table ` : ` sfc ` 改 ` tsx ` @dexterBo ([ #1374 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1374 ) )
27
+ - ` Form ` : ` sfc ` 改 ` tsx ` @zuiaiwanqian ([ #1372 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1372 ) )
28
+ - ` Tabs ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1368 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1368 ) )
29
+ - ` Tabs ` : 标签页支持懒加载 @liweijie0812 ([ #1368 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1368 ) )
30
+ - ` SideBar ` : ` sfc ` 改 ` tsx ` @zuiaiwanqian ([ #1370 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1370 ) )
31
+ - ` Calendar ` : ` sfc ` 改 ` tsx ` @dexterBo ([ #1385 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1385 ) )
32
+ - ` Navbar ` : ` sfc ` 改 ` tsx ` @Lyan-u ([ #1377 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1377 ) )
33
+ - ` Swiper ` : ` sfc ` 改 ` tsx ` @zuiaiwanqian ([ #1349 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1349 ) )
34
+ - ` Radio ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1381 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1381 ) )
35
+ - ` CountDown ` : ` sfc ` to ` tsx ` @liweijie0812 ([ #1317 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1317 ) )
36
+ - ` Steps ` : ` sfc ` to ` tsx ` @Lyan-u ([ #1379 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1379 ) )
37
+ - ` Drawer ` : ` sfc ` to ` tsx ` @Lyan-u ([ #1376 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1376 ) )
38
+
39
+ ### 🐞 Bug Fixes
40
+ - ` Form ` : ` submit ` 事件补齐 ` firstError ` 参数 @KYSpring ([ #1320 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1320 ) )
41
+ - ` Swiper ` : 修复 ` placement ` 值为 ` outside ` 无效的问题 @zuiaiwanqian ([ #1349 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1349 ) )
42
+ - ` DateTimePicker ` : 修复使用了动态的start值无法在第一次渲染时正确的限制时间 @dexterBo ([ #1324 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1324 ) )
43
+ - ` SideBar ` : 修复 ` SideBarItem ` 项 ` value ` 值错误的问题 @Lyan-u ([ #1330 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1330 ) )
44
+
45
+
8
46
## 🌈 1.2.0 ` 2024-04-18 `
9
47
### 🚀 Features
10
48
- ` Result ` : ` sfc ` 改 ` tsx ` @liweijie0812 ([ #1303 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1303 ) )
0 commit comments