Skip to content

Commit 5e52d50

Browse files
chore: release 1.11.0 (Tencent#5110)
* chore: release 1.11.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0de27a5 commit 5e52d50

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/tdesign-vue-next/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.11.0 `2025-02-27`
9+
### 🚀 Features
10+
- `AutoComplete`: 新增 `empty` API,用于配置空状态下的下拉内容展示 @liweijie0812 ([#4908](https://github.com/Tencent/tdesign-vue-next/pull/4908))
11+
- `Dialog`: 新增`dialogCard`组件,用于非脱离文档流场景 @Wesley-0808 ([#5002](https://github.com/Tencent/tdesign-vue-next/pull/5002))
12+
- `Table`: 新增`validateTableCellData`实例方法,用于校验表格可编辑单元格数据 @Wesley-0808 ([#5105](https://github.com/Tencent/tdesign-vue-next/pull/5105))
13+
### 🐞 Bug Fixes
14+
- `Select`:
15+
- 默认搜索方法优先展示全等项 @Cat1007 ([#5051](https://github.com/Tencent/tdesign-vue-next/pull/5051))
16+
- 多选情况下点击清除按钮重复触发 `change` 事件的问题 @betavs ([#5092](https://github.com/Tencent/tdesign-vue-next/pull/5092))
17+
- 修复可过滤场景下存在全选选项时,全选行为的异常 @RSS1102 @uyarn ([#5104](https://github.com/Tencent/tdesign-vue-next/pull/5104))
18+
- `Tree`: 修复动态切换 `expandAll` 的功能异常问题 @RSS1102 ([#4988](https://github.com/Tencent/tdesign-vue-next/pull/4988))
19+
- `Form`: 修复`status` 属性没有应用到校验状态上的问题 @RSS1102 ([#5008](https://github.com/Tencent/tdesign-vue-next/pull/5008))
20+
- `Statistic`: 修复 decimalPlaces=0 时数值动画期间精度错误的问题 @liweijie0812 ([#5055](https://github.com/Tencent/tdesign-vue-next/pull/5055))
21+
- `TreeSelect`: 首次渲染时自动展开选定节点 @RSS1102 ([#5003](https://github.com/Tencent/tdesign-vue-next/pull/5003))
22+
23+
### 📝 Documentation
24+
- `docs`: `ConfigProvider` 增加 `globalConfig` API文档,`Layout` 子组件 `Content` 新增 API 文档 @liweijie0812 ([#5090](https://github.com/Tencent/tdesign-vue-next/pull/5090))
25+
- `docs`: 全局配置页面路由修改为`config-provider`,与其他组件保持一致 @liweijie0812 ([#5090](https://github.com/Tencent/tdesign-vue-next/pull/5090))
26+
### 🚧 Others
27+
- `plugin`: 新增`ConfigProvider``Typography` 等组件的编辑器提示功能 @liweijie0812 ([#5090](https://github.com/Tencent/tdesign-vue-next/pull/5090))
28+
- `dependency`: 调整组件依赖 `lodash``lodash-es` @zhangpaopao0609 (https://github.com/Tencent/tdesign-vue-next/pull/4959)
29+
830
## 🌈 1.10.7 `2025-01-24`
931
### 🚀 Features
1032
- `Icon`: 新增`logo-alipay``logo-behance-filled`等图标,修改`logo-wecom`图标,移除不合理的`logo-wecom-filled`图标 @uyarn ([#4926](https://github.com/Tencent/tdesign-vue-next/pull/4926))

packages/tdesign-vue-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-vue-next",
3-
"version": "1.11.0-beta.1",
3+
"version": "1.11.0",
44
"title": "tdesign-vue-next",
55
"description": "TDesign Component for vue-next",
66
"keywords": [

0 commit comments

Comments
 (0)