Skip to content

Commit

Permalink
docs: 0.41.0 changelog (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosansiji authored Apr 24, 2022
1 parent 65cee4f commit 917c30f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ toc: false
docClass: timeline
---

## 0.41.0 `2022-04-24`

### BREAKING CHANGES
* Table: 拖拽排序修改为`drag=sort` 表示列拖拽排序,`drag=row` 表示行拖拽排序,`drag=row-handler` 表示行手柄列拖拽排序。如果您使用了 `drag="col"` 来实现行拖拽排序,请更为使用 `drag="row-handler"`[pr #755](https://github.com/Tencent/tdesign-vue/pull/755)[@chaishi](https://github.com/chaishi)

### Bug Fixes
* Table:
- 修复 SSR 场景下使用报错的问题,[pr #744](https://github.com/Tencent/tdesign-vue/pull/744)[@codenotkey](https://github.com/codenotkey)
- 修复表头吸顶时不对齐的问题
- 按需引入 Button 组件,避免业务按需引入 Table 组件时出现组件不存在报错的问题
- 修复无法使用插槽自定义过滤图标的问题
- 解决 `TdBaseTableProps ``TdPrimaryTableProps` 关于 `onCellClick` 的 TS 类型冲突
* Alert: 修复 ts 类型错误,[pr #796](https://github.com/Tencent/tdesign-vue/pull/796)[@pengYYYYY](https://github.com/pengYYYYY)
* Cascader: [pr #751](https://github.com/Tencent/tdesign-vue/pull/751)[@pengYYYYY](https://github.com/pengYYYYY)
- 修复可过滤状态下的下拉面板拉起闪烁的问题
- 修复可过滤状态下的输入内容未被正常销毁的问题
* Transfer: 修复 `Transfer` 设置 `targetSort` 后未按预期展示的问题,[#758](https://github.com/Tencent/tdesign-vue/pull/758)[@BigLiao](https://github.com/BigLiao)
* ConfigProvider: 修复 `ConfigProvider` 组件导出错误的问题,[pr #773](https://github.com/Tencent/tdesign-vue/pull/773)[@xiaosansiji](https://github.com/xiaosansiji)
* TreeSelect: [pr #781](https://github.com/Tencent/tdesign-vue/pull/781)[@Godlike-meteor](https://github.com/Godlike-meteor)
- 修复 `value` 为数字0时,不渲染 `label` 的问题,[issue #722](https://github.com/Tencent/tdesign-vue/issues/722)
- 修复 `onBlur``onClear` 触发时,不会清除 filter function 的问题,[issue #635](https://github.com/Tencent/tdesign-vue/issues/635)
### Features
* Select: 去掉选中和下拉项中的 title 属性,[pr #777](https://github.com/Tencent/tdesign-vue/pull/777)[@LoopZhou](https://github.com/LoopZhou)
* Table: 支持树形结构展示,行展开或收起时触发 `onTreeExpandChange` 事件
* Collapse: 新增 Collapse 折叠面板组件,使用请参照 [官网](https://tdesign.tencent.com/vue/components/collapse)[@asbstty](https://github.com/asbstty)
* Tree: [pr #740](https://github.com/Tencent/tdesign-vue/pull/740)[@TabSpace](https://github.com/TabSpace)
- Tree 组件实现嵌套结构渲染能力
- 部分属性改为不让 Vue 监听,一定程度上提升组件性能,减少对外部组件交互性能的影响

## 0.40.3 `2022-04-15`

### Bug Fixes
Expand All @@ -22,13 +51,12 @@ docClass: timeline

## 0.40.2 `2022-04-08`


### Bug Fixes

* Form: 修复 FormItem slot label 未正常占位的问题,[pr #699](https://github.com/Tencent/tdesign-vue/pull/699)[@HQ-Lin](https://github.com/HQ-Lin)
* Slider: 修复设置 `inputnumberProps` 属性无效的问题,[issue #544](https://github.com/Tencent/tdesign-vue-next/issues/544)[@uyarn](https://github.com/uyarn)
* Upload: [pr #698](https://github.com/Tencent/tdesign-vue/pull/698)[@uyarn](https://github.com/uyarn)
- 修复 `remove``selectChange` 时间回调异常的问题
- 修复 `remove``selectChange` 事件回调异常的问题
- 修复取消上传逻辑异常
### Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "0.40.3",
"version": "0.41.0",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down

0 comments on commit 917c30f

Please sign in to comment.