Skip to content

Commit 1cc494e

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

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

8+
## 🌈 1.10.9 `2025-01-10`
9+
### 🚀 Features
10+
- `AutoComplete`: 新增`empty` API,用于配置空状态下的下拉内容展示 @liweijie0812 ([#3462](https://github.com/Tencent/tdesign-vue/pull/3462))
11+
- `DatePicker`: 新增 `cancelRangeSelectLimit` API ,用于日期范围选择器不限制日期区间的范围 @FliPPeDround ([#3460](https://github.com/Tencent/tdesign-vue/pull/3460))
12+
### 🐞 Bug Fixes
13+
- `AutoComplete`: 修复选项为空时显示效果异常的问题 @betavs ([#3461](https://github.com/Tencent/tdesign-vue/pull/3461))
14+
- `Table`: @uyarn
15+
- 优化`select-change`中回调参数的返回值,不返回不存在的rowData ([#3446](https://github.com/Tencent/tdesign-vue/pull/3446))
16+
- 修复无法通过键盘操作表格左右滚动的问题 @uyarn ([#3463](https://github.com/Tencent/tdesign-vue/pull/3463))
17+
18+
819
## 🌈 1.10.8 `2024-12-30`
920
### 🚀 Features
1021
- `ConfigProvider`: 新增`attach` 配置,支持全局设置`Popup``Dialog``Drawer`的挂载节点 @liweijie0812 ([#3437](https://github.com/Tencent/tdesign-vue/pull/3437))

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.10.8",
4+
"version": "1.10.9",
55
"description": "tdesign-vue",
66
"title": "tdesign-vue",
77
"keywords": [

0 commit comments

Comments
 (0)