@@ -5,6 +5,32 @@ toc: false
55docClass : timeline
66---
77
8+ ## 🌈 0.19.0 ` 2022-08-03 `
9+
10+ ### ❗️ BREAKING CHANGES
11+ - 调整全局 ` border-radius ` 样式 token,` @border-radius ` 改名为 ` @border-radius-default ` ,支持更多圆角 token。 使用 esm 包修改 less token 的业务需要注意 @mingrutough1 [ common #666 ] ( https://github.com/Tencent/tdesign-common/pull/666 ) ,组件库中各组件实现圆角也做了统一调整,详情参见 https://github.com/Tencent/tdesign/discussions/158
12+ -
13+ ### 🚀 Features
14+ - ` SelectInput ` : ` SelectInput ` 及相关的 ` Select/Cascader/TreeSelect ` 组件交互调整,再次点击输入框时也可以收起下拉框。 @xiaosansiji ([ #1299 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1299 ) )
15+ - ` Upload ` : 增加 ` setPercent ` 实例方法用于满足自定义上传方法时设置上传进度([ issue #1266 ] ( https://github.com/Tencent/tdesign-vue-next/issues/1266 ) ) @pengYYYYY ([ #1331 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1331 ) )
16+ ### 🐞 Bug Fixes
17+ - ` Dialog ` : 删除冗余的样式 @huoyuhao ([ #1305 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1305 ) )
18+ - ` Table ` : 树形结构,展开全部功能,默认不应该展开懒加载节点 @chaishi ([ #1307 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1307 ) )
19+ - ` Table ` : 多级表头,表尾列显示异常 @chaishi ([ #1307 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1307 ) )
20+ - ` Table ` : 吸顶的多级表头,左侧边线缺失问题 @chaishi ([ #1307 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1307 ) )
21+ - ` Cascader ` : 修复在异步获取 ` option ` 的情况下,参数校验导致用户行为异常 @pengYYYYY ([ #1317 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1317 ) )
22+ - ` Popup ` : 修复 ` content ` 为纯英文时无法自动换行 ([ issue #1318 ] ( https://github.com/Tencent/tdesign-vue-next/issues/1318 ) ) @pengYYYYY ([ #1317 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1317 ) )
23+ - ` Tree ` : 修复 ` setData ` 组件存在 ` children ` 后的导致组件崩溃 @ardor-zhang ([ #657 ] ( https://github.com/Tencent/tdesign-common/pull/657 ) )
24+ - ` Tabs ` : 修复 ` tabpanel ` 组件的 ` label ` 不能根据函数进行自定义展示 ([ issue #1311 ] ( https://github.com/Tencent/tdesign-vue-next/issues/1311 ) ) @pengYYYYY ([ #1331 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1331 ) )
25+ - ` Upload ` : 修复 ` draggable ` 和 ` multiple ` 组合使用时组件无输出([ issue #1326 ] ( https://github.com/Tencent/tdesign-vue-next/issues/1326 ) ) @pengYYYYY ([ #1331 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1331 ) )
26+ - ` ClassPrefix ` :替换遗漏的 ` classprefix ` @uyarn ([ #1300 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1300 ) )
27+ - ` Tabs ` : 修复组合场景下的示例 @LAWTED ([ #1334 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1334 ) )
28+
29+ ### 🚧 Others
30+ - ` Table ` : 修复 ` validateRowDate ` 拼写错误到 ` validateRowData ` ([ issue #1321 ] ( https://github.com/Tencent/tdesign-vue-next/issues/1321 ) ) @pengYYYYY ([ #1317 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1317 ) )
31+
32+
33+
834## 🌈 0.18.1 ` 2022-07-26 `
935### 🚀 Features
1036- ` Table ` : 树形结构,支持 ` resetData ` 重置整个树形结构数据 @chaishi ([ #1278 ] ( https://github.com/Tencent/tdesign-vue-next/pull/1278 ) )
0 commit comments