Skip to content

Commit a64b8ca

Browse files
chore: publish v1.9.2 (#1888)
* chore: publish v1.9.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a7d6d12 commit a64b8ca

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ toc: false
55
spline: explain
66
---
77

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+
819
## 🌈 1.9.1 `2025-06-13`
920
### 🚀 Features
1021
- `BackTop`: 支持自动向上寻找滚动元素 @novlan1 ([#1870](https://github.com/Tencent/tdesign-mobile-vue/pull/1870))
@@ -585,4 +596,4 @@ spline: explain
585596
- `DateTimePicker`: 修复 `modelValue` 属性无效的问题 @anlyyao ([#903](https://github.com/Tencent/tdesign-mobile-vue/pull/903))
586597

587598
## 🌈 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` 更新日志

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-mobile-vue",
33
"purename": "tdesign",
4-
"version": "1.9.1",
4+
"version": "1.9.2",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",
@@ -208,4 +208,4 @@
208208
"attributes": "helper/attributes.json"
209209
},
210210
"web-types": "helper/web-types.json"
211-
}
211+
}

0 commit comments

Comments
 (0)