Skip to content

Commit 731a3cf

Browse files
chore: publish v1.9.4 (#3680)
* chore: publish v1.9.4 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 374a3d4 commit 731a3cf

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ docClass: timeline
66
---
77

88

9+
## 🌈 1.9.4 `2025-05-29`
10+
### 🚀 Features
11+
- `Input`: `cursor` 属性默认值取 `-1`,确保光标在 `value` 值末尾 @anlyyao ([#3672](https://github.com/Tencent/tdesign-miniprogram/pull/3672))
12+
- `Search`: `cursor` 属性默认值取 `-1`,确保光标在 `value` 值末尾 @anlyyao ([#3672](https://github.com/Tencent/tdesign-miniprogram/pull/3672))
13+
- `TreeSelect`: 允许 `options``children` 未定义,同时增强 `keys` 属性,支持为 `disabled / children` 字段自定义别名 @anlyyao ([#3671](https://github.com/Tencent/tdesign-miniprogram/pull/3671))
14+
### 🐞 Bug Fixes
15+
- `Calendar`: 修复当 `switchMode !== 'none'` 时,重置空值后选中的状态未更新的问题 @betavs ([#3676](https://github.com/Tencent/tdesign-miniprogram/pull/3676))
16+
- `Tabs`: 修复 1.8.8 中 `bottomLineMode``auto/full` 时线宽计算错误 @anlyyao ([#3668](https://github.com/Tencent/tdesign-miniprogram/pull/3668))
17+
- `ImageViewer`: 修复图片懒加载无效 。同时新增 `lazy` 属性,开启后会预加载当前图片、相邻图片 @anlyyao ([#3674](https://github.com/Tencent/tdesign-miniprogram/pull/3674))
18+
- `Upload`: 修复 `max = 0` 时上传数量仍受限,以及 `max = 0 和 source="messageFile"` 时无法上传的问题 @anlyyao ([#3679](https://github.com/Tencent/tdesign-miniprogram/pull/3679))
19+
20+
921
## 🌈 1.9.3 `2025-05-23`
1022
### 🐞 Bug Fixes
1123
- `Slider`: 修复设置 `min` 值后 `marks` 刻度对应位置错误的问题 @betavs ([#3653](https://github.com/Tencent/tdesign-miniprogram/pull/3653))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-miniprogram",
33
"purename": "tdesign",
4-
"version": "1.9.3",
4+
"version": "1.9.4",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-miniprogram",
77
"main": "miniprogram_dist/index.js",
@@ -133,4 +133,4 @@
133133
"eslint --fix"
134134
]
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)