From 0297e6427bc74261e14f135e24d7dc8c86da5769 Mon Sep 17 00:00:00 2001 From: Kyrie Lin Date: Wed, 12 Jul 2023 14:56:48 +0800 Subject: [PATCH] chore: publish 1.1.14 (#2363) * chore: publish 1.1.14 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7828c0146..356f42915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ toc: false spline: explain --- +## 🌈 1.1.14 `2023-07-12` +### 🚀 Features +- `Tree`: 支持虚拟滚动 @uyarn ([#2359](https://github.com/Tencent/tdesign-react/pull/2359)) +- `Table`: 树形结构,添加行层级类名,方便业务设置不同层级的样式 @chaishi ([#2354](https://github.com/Tencent/tdesign-react/pull/2354)) +- `Radio`: 优化选项组换行情况 @ontheroad1992 ([#2358](https://github.com/Tencent/tdesign-react/pull/2358)) +- `Upload`: + - 新增组件实例方法,`uploadFilePercent` 用于更新文件上传进度 @chaishi ([#2353](https://github.com/Tencent/tdesign-react/pull/2353)) + - `theme=image`,支持使用 `fileListDisplay` 自定义 UI 内容 @chaishi ([#2353](https://github.com/Tencent/tdesign-react/pull/2353)) + - `theme=image`,支持点击名称打开新窗口访问图片,[tdesign-vue#2338](https://github.com/Tencent/tdesign-vue/issues/2338) @chaishi ([#2353](https://github.com/Tencent/tdesign-react/pull/2353)) + - 拖拽上传场景,支持 `accept` 文件类型限制,[tdesign-vue-next#3075](https://github.com/Tencent/tdesign-vue-next/issues/3075) @chaishi ([#2353](https://github.com/Tencent/tdesign-react/pull/2353)) + +### 🐞 Bug Fixes +- `Upload`: 自定义上传方法,修复未能正确返回上传成功或失败后的文件问题 @chaishi ([#2353](https://github.com/Tencent/tdesign-react/pull/2353)) + ## 🌈 1.1.13 `2023-07-05` ### 🐞 Bug Fixes - `Tag`: 修复 Tag children 为数字 0 时的渲染异常 @HelKyle ([#2335](https://github.com/Tencent/tdesign-react/pull/2335)) diff --git a/package.json b/package.json index e6b2bc9f1..291fce6a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-react", "purename": "tdesign", - "version": "1.1.13", + "version": "1.1.14", "description": "TDesign Component for React", "title": "tdesign-react", "main": "lib/index.js",