Commit 5e52d50 1 parent 0de27a5 commit 5e52d50 Copy full SHA for 5e52d50
File tree 2 files changed +23
-1
lines changed
packages/tdesign-vue-next
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
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
+
8
30
## 🌈 1.10.7 ` 2025-01-24 `
9
31
### 🚀 Features
10
32
- ` Icon ` : 新增` logo-alipay ` 、` logo-behance-filled ` 等图标,修改` logo-wecom ` 图标,移除不合理的` logo-wecom-filled ` 图标 @uyarn ([ #4926 ] ( https://github.com/Tencent/tdesign-vue-next/pull/4926 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-vue-next" ,
3
- "version" : " 1.11.0-beta.1 " ,
3
+ "version" : " 1.11.0" ,
4
4
"title" : " tdesign-vue-next" ,
5
5
"description" : " TDesign Component for vue-next" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments