File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 🌈 1.9.2 ` 2025-06-26 `
9
+ ### 🚀 Features
10
+ - ` Slider ` : 新增 ` vertical ` 属性,支持垂直滑块 @novlan1 ([ #1745 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1745 ) )
11
+ - ` Message ` : 新增 ` single ` 和 ` gap ` 属性,支持多条信息通知 @novlan1 ([ #1756 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1756 ) )
12
+ - ` NoticeBar ` : 新增 ` interval ` 属性 和 ` change ` 事件 @zhangyingxuan ([ #1718 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1718 ) )
13
+ ### 🐞 Bug Fixes
14
+ - ` Tabs ` : 修复选项卡内容动态更新后底部激活线位置计算错误 @QuentinHsu ([ #1884 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1884 ) )
15
+ - ` Cascader ` : 当选中叶子节点时,未清理不匹配的数据和状态 @QuentinHsu ([ #1883 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1883 ) )
16
+ ### 🚧 Others
17
+ - ` site ` : 官网支持单组件 ` Changelog ` @RylanBot ([ #1880 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1880 ) )
18
+
8
19
## 🌈 1.9.1 ` 2025-06-13 `
9
20
### 🚀 Features
10
21
- ` BackTop ` : 支持自动向上寻找滚动元素 @novlan1 ([ #1870 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1870 ) )
@@ -585,4 +596,4 @@ spline: explain
585
596
- ` DateTimePicker ` : 修复 ` modelValue ` 属性无效的问题 @anlyyao ([ #903 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/903 ) )
586
597
587
598
## 🌈 0.x ` 2021-12-27 - 2023-06-20 `
588
- 前往 [ GitHub] ( https://github.com/Tencent/tdesign-mobile-vue/blob/develop/changelogs/CHANGELOG-0.x.md ) 查看 ` 0.x ` 更新日志
599
+ 前往 [ GitHub] ( https://github.com/Tencent/tdesign-mobile-vue/blob/develop/changelogs/CHANGELOG-0.x.md ) 查看 ` 0.x ` 更新日志
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-mobile-vue" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.9.1 " ,
4
+ "version" : " 1.9.2 " ,
5
5
"description" : " tdesign-mobile-vue" ,
6
6
"author" : " TDesign Group" ,
7
7
"homepage" : " https://tdesign.tencent.com/mobile-vue/" ,
208
208
"attributes" : " helper/attributes.json"
209
209
},
210
210
"web-types" : " helper/web-types.json"
211
- }
211
+ }
You can’t perform that action at this time.
0 commit comments