Skip to content

Commit

Permalink
Merge pull request #669 from Tencent/docs/changelog-0.39.1
Browse files Browse the repository at this point in the history
docs: 0.39.1 changelog
  • Loading branch information
chaishi authored Mar 29, 2022
2 parents e1bb226 + b30003b commit 81ca567
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ toc: false
docClass: timeline
---

## 0.39.1 `2022-03-29`

### Bug Fixes

* Upload: [pr #640](https://github.com/Tencent/tdesign-vue/pull/640)[@brianzhang](https://github.com/brianzhang)
- 修复 `success` 事件先于 `progress` 事件触发时,上传文件 `loadingFile` 值不正确的问题
- 修复最大数量限制 max 在多次文件选择中判断不正确的问题
* Pagination: 修复跳转页输入框展示了额外 placeholder 默认内容的问题,[pr #667](https://github.com/Tencent/tdesign-vue/pull/667)[@xiaosansiji](https://github.com/xiaosansiji)
* TreeSelect:
- 修复 `treeProps` 中同时传入 key、load 时选中项显示的问题,[issue #622](https://github.com/Tencent/tdesign-vue/issues/622)[@Zwow](https://github.com/Zwow)
- 修正 TreeSelect 的交互行为,与 Select 保持一致,[issue #617](https://github.com/Tencent/tdesign-vue/issues/617)[@YikaJ](https://github.com/YikaJ)
- 修复 filter 状态下,树无法折叠的问题;修复 lazy 状态下,无法正确展示 label 的问题,[issue #550](https://github.com/Tencent/tdesign-vue/issues/550)[@Godlike-meteor](https://github.com/Godlike-meteor)
* Table: [pr #660](https://github.com/Tencent/tdesign-vue/pull/660)[@chaishi](https://github.com/chaishi)
- 修复虚拟滚动 `threshold` 引起的报错,[issue#661](https://github.com/Tencent/tdesign-vue/issues/661)
* 修复 TS 定义报错问题,非 Typescript 或 SSR 项目请尽快由 0.39.0 版本升级,[pr #664](https://github.com/Tencent/tdesign-vue/pull/664)[@uyarn](https://github.com/uyarn)
### Features

* ConfigProvider: 完善语言配置能力,使用 common 仓库中的配置数据,[pr #643](https://github.com/Tencent/tdesign-vue/pull/643)[@pengYYYYY](https://github.com/pengYYYYY)
* Table: [pr #660](https://github.com/Tencent/tdesign-vue/pull/660)[@chaishi](https://github.com/chaishi)
- 表格超出省略浮层父元素更为表头 `thead`,避免挂载到全局 `body`
- 过滤功能浮层元素默认挂载到 `t-table`,不再挂载到全局 `body`[issue#658](https://github.com/Tencent/tdesign-vue/issues/658)

## 0.39.0 `2022-03-28`
### BREAKING CHANGES
Table 组件使用 `Composition API` 重构,[pr #365](https://github.com/Tencent/tdesign-vue/pull/365)[@chaishi](https://github.com/chaishi)
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.39.0",
"version": "0.39.1",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down

0 comments on commit 81ca567

Please sign in to comment.