Skip to content

Commit c812447

Browse files
chore: publish v1.10.0 (#1952)
* chore: publish v1.10.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5cfdc70 commit c812447

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

8+
## 🌈 1.10.0 `2025-07-25`
9+
### 🚀 Features
10+
- `QRCode`: 新增 `QRcode` 二维码组件 @Wesley-0808 ([#1921](https://github.com/Tencent/tdesign-mobile-vue/pull/1921))
11+
- `Checkbox`: 优化 `CheckboxGroup` 数据类型校验。⚠️若传入`value``undefined`,当用户选择时,组件将不再告警,而是将数据强制转换成 `Array` @Wesley-0808 ([#1926](https://github.com/Tencent/tdesign-mobile-vue/pull/1926))
12+
- `DateTimePicker`: 支持 `showWeek` 属性 @xgay231 ([#1945](https://github.com/Tencent/tdesign-mobile-vue/pull/1945))
13+
- `Footer`: 支持 `logo``Links``text` 同时存在 @anlyyao ([#1920](https://github.com/Tencent/tdesign-mobile-vue/pull/1920))
14+
- `Picker`: 支持点击选中 @elfaw775 ([#1939](https://github.com/Tencent/tdesign-mobile-vue/pull/1939))
15+
- `Upload`: 新增 `removeBtn` 属性,并支持在文件中设置单个图片的 `removeBtn` 属性 @madaoQ ([#1923](https://github.com/Tencent/tdesign-mobile-vue/pull/1923))
16+
### 🐞 Bug Fixes
17+
- `Slider`: 修复设置 `min` 属性后刻度色值错误 @mpbfx ([#1925](https://github.com/Tencent/tdesign-mobile-vue/pull/1925))
18+
- `TreeSelect`: 修复传入非标准 `options` 数据时,组件回显错误的问题 @Wesley-0808 ([#1926](https://github.com/Tencent/tdesign-mobile-vue/pull/1926))
19+
- `Tabs`: 修复二次滑动问题 @novlan1 ([#1935](https://github.com/Tencent/tdesign-mobile-vue/pull/1935))
20+
- `PullDownRefresh`: 修复 `touhmove` 过程中组件下拉和松手状态错误 @novlan1 ([#1937](https://github.com/Tencent/tdesign-mobile-vue/pull/1937))
21+
- `Radio`: 修复 `Radio` 单独使用无法切换的问题 @novlan1 ([#1947](https://github.com/Tencent/tdesign-mobile-vue/pull/1947))
22+
- `Switch`: 修复 `loading` 颜色、`dot` 滑块禁用态/深色模式背景色错误 @shenyaofeng ([#1949](https://github.com/Tencent/tdesign-mobile-vue/pull/1949))
23+
### 🚧 Others
24+
- `docs`: 通过 `unplugin` 插件按需引入请改为 `import { TDesignResolver } from ' @tdesign-vue-next/auto-import-resolver';` @liweijie0812 ([#1944](https://github.com/Tencent/tdesign-mobile-vue/pull/1944))
25+
826
## 🌈 1.9.3 `2025-07-03`
927
### 🚀 Features
1028
- `Table`:
@@ -607,4 +625,4 @@ spline: explain
607625
- `DateTimePicker`: 修复 `modelValue` 属性无效的问题 @anlyyao ([#903](https://github.com/Tencent/tdesign-mobile-vue/pull/903))
608626

609627
## 🌈 0.x `2021-12-27 - 2023-06-20`
610-
前往 [GitHub](https://github.com/Tencent/tdesign-mobile-vue/blob/develop/changelogs/CHANGELOG-0.x.md) 查看 `0.x` 更新日志
628+
前往 [GitHub](https://github.com/Tencent/tdesign-mobile-vue/blob/develop/changelogs/CHANGELOG-0.x.md) 查看 `0.x` 更新日志

package.json

Lines changed: 1 addition & 1 deletion
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.3",
4+
"version": "1.10.0",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",

0 commit comments

Comments
 (0)