Skip to content

Commit 0cb030a

Browse files
authored
Merge pull request #642 from Tencent/docs/release/0.13.0
docs: release 0.13.0
2 parents c7c1b56 + 35bb9a5 commit 0cb030a

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ toc: false
55
docClass: 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue-next",
33
"purename": "tdesign",
4-
"version": "0.12.2",
4+
"version": "0.13.0",
55
"title": "tdesign-vue-next",
66
"description": "TDesign Component for vue-next",
77
"keywords": [
@@ -76,6 +76,7 @@
7676
"@types/lodash": "^4.14.175",
7777
"@types/tinycolor2": "^1.4.3",
7878
"@types/validator": "^13.6.3",
79+
"@types/sortablejs": "^1.10.7",
7980
"dayjs": "^1.9.7",
8081
"lodash": "^4.17.15",
8182
"sortablejs": "^1.15.0",
@@ -102,7 +103,6 @@
102103
"@rollup/plugin-replace": "^4.0.0",
103104
"@rollup/plugin-url": "^6.0.0",
104105
"@types/raf": "^3.4.0",
105-
"@types/sortablejs": "^1.10.7",
106106
"@typescript-eslint/eslint-plugin": "^4.23.0",
107107
"@typescript-eslint/parser": "^4.23.0",
108108
"@vitejs/plugin-vue": "^2.0.1",

0 commit comments

Comments
 (0)