Skip to content

Commit a77df35

Browse files
chore: release 1.9.5 (#3208)
* chore: release 1.9.5 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1f43e8f commit a77df35

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.9.5 `2024-06-20`
9+
### 🚀 Features
10+
- `Transfer`: 修复通过 `Function` 方法使用 `Tree` 属性的能力 @sinbadmaster ([#3185](https://github.com/Tencent/tdesign-vue/pull/3185))
11+
- `Tabs`
12+
- 支持通过滚轮或者触摸板进行滚动的操作 @oljc ([#3187](https://github.com/Tencent/tdesign-vue/pull/3187))
13+
- 新增 `scrollPosition` API, 支持自定义选中滑块滚动最终停留的位置 @oljc ([#3196](https://github.com/Tencent/tdesign-vue/pull/3196))
14+
- `DatePicker`: 优化日期区间选择器头部区间的变化逻辑,选择后左侧区间大于右侧区间,则默认调整为左侧区间始终比右侧区间小 1 @uyarn ([#3207](https://github.com/Tencent/tdesign-vue/pull/3207))
15+
### 🐞 Bug Fixes
16+
- `Tree`: 新增 `allowDrop` API,支持拖放限制的能力,具体参考相关示例 @TabSpace ([#3206](https://github.com/Tencent/tdesign-vue/pull/3206))
17+
- `Cascader`: 修复无children选项点击时仍然显示之前列表的问题 @1379255913 ([#3201](https://github.com/Tencent/tdesign-vue/pull/3201))
18+
- `InputNumber`: 修复 `allowInputOverLimit=false` 大小值判断时,`value``undefined` 时,会出现显示 Infinity 的问题 @HaixingOoO
19+
- `SelectInput`: 修复多选情况下设置 `allowInput` 为 true 无法输入的问题 @hy212 ([#3195](https://github.com/Tencent/tdesign-vue/pull/3195))
20+
21+
822
## 🌈 1.9.4 `2024-05-16`
923
### 🚀 Features
1024
- `Input`: 新增 `borderless` 无边框模式输入框 @uyarn ([#3162](https://github.com/Tencent/tdesign-vue/pull/3162))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue",
33
"purename": "tdesign",
4-
"version": "1.9.4",
4+
"version": "1.9.5",
55
"description": "tdesign-vue",
66
"title": "tdesign-vue",
77
"keywords": [

0 commit comments

Comments
 (0)