@@ -5,6 +5,41 @@ toc: false
55docClass : timeline
66---
77
8+ ## 🌈 0.13.0 ` 2022-04-22 `
9+
10+ ### BREAKING CHANGES
11+
12+ * Table: 拖拽排序,` drag=sort ` 表示列拖拽排序,` drag=row ` 表示行拖拽排序,` drag=row-handler ` 表示行手柄列拖拽排序。如果您使用了 ` drag="col" ` 来实现行拖拽排序,请更为使用 ` drag="row-handler" ` ([ pr #594 ] ( https://github.com/Tencent/tdesign-vue-next/pull/594 ) ), ([ @chaishi ] ( https://github.com/chaishi ) )
13+
14+ ### Bug Fixes
15+
16+ * Drawer: 修复 ` header ` 属性无效问题 ([ #611 ] ( https://github.com/Tencent/tdesign-vue-next/issues/611 ) )
17+ * Textarea: 修复在设置自动高度后,赋值后不高度不改变的问题 ([ #613 ] ( https://github.com/Tencent/tdesign-vue-next/issues/613 ) )
18+ * DatePicker: 修复当传入值为非日期格式的情况页面卡死的问题 [ @Godlike-meteor ] ( https://github.com/Godlike-meteor ) ([ #624 ] ( https://github.com/Tencent/tdesign-vue-next/pull/624 ) ) [ #512 ] ( https://github.com/Tencent/tdesign-vue-next/issues/512 )
19+ * Transfer: 修复设置 ` targetSort ` 后未按预期展示的问题
20+ * TreeSelect: [ @Godlike-meteor ] ( https://github.com/Godlike-meteor )
21+ * 修复 ` value ` 渲染异常问题 ([ #633 ] ( https://github.com/Tencent/tdesign-vue-next/pull/633 ) )
22+ * 修复组件在多选时无 ` v-model ` 展示异常问题 ([ #622 ] ( https://github.com/Tencent/tdesign-vue-next/pull/622 ) ) [ #616 ] ( https://github.com/Tencent/tdesign-vue-next/issues/616 )
23+ * Upload:) ([ #603 ] ( https://github.com/Tencent/tdesign-vue-next/pull/603 ) ) [ @pengYYYYY ] ( https://github.com/pengYYYYY )
24+ * 修复上传失败状态流转问题 [ #582 ] ( https://github.com/Tencent/tdesign-vue-next/issues/582 )
25+ * 修复上传文件尺寸限制计算问题 [ #601 ] ( https://github.com/Tencent/tdesign-vue-next/issues/601 )
26+ * Table: ([ pr #594 ] ( https://github.com/Tencent/tdesign-vue-next/pull/594 ) ), ([ @chaishi ] ( https://github.com/chaishi ) )
27+ * 多级表头和列配置功能混合使用时,表格宽度渲染不正确问题
28+ * 表头吸顶,不对齐问题
29+ * 列配置功能,按需引入 ` Button ` 组件。避免业务按需引入 ` Table ` 组件时,出现组件不存在错误
30+ * 无法使用插槽自定义过滤图标
31+ * 修复 ` TdBaseTableProps ` 和 ` TdPrimaryTableProps ` 关于 ` onCellClick ` 的 TS 类型冲突
32+ * 单选,报错 ` e.stopPropagation is not a function `
33+ * 单选 和 多选触发了不应该触发的 'onChange' 事件
34+
35+ ### Features
36+
37+ * Table: ([ pr #594 ] ( https://github.com/Tencent/tdesign-vue-next/pull/594 ) ), ([ @chaishi ] ( https://github.com/chaishi ) )
38+ * 支持简易列拖拽排序
39+ * 树形结构,行展开或收起时,触发事件 ` onTreeExpandChange `
40+ * Checkbox: 使用 ` compositionAPI ` 重构 ([ pr #584 ] ( https://github.com/Tencent/tdesign-vue-next/pull/584 ) ), ([ @k1nz ] ( https://github.com/k1nz ) )
41+ * Breadcrumb: 使用 ` compositionAPI ` 重构 ([ pr #567 ] ( https://github.com/Tencent/tdesign-vue-next/pull/567 ) ), ([ @Blackn-L ] ( https://github.com/Blackn-L ) )
42+
843## 🌈 0.12.2 ` 2022-04-19 `
944
1045### 🐞 Bug Fixes
0 commit comments