diff --git a/CHANGELOG.md b/CHANGELOG.md index b4241bef7a..8880539678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ spline: explain toc: false docClass: timeline --- +## 🌈 0.24.3 `2022-10-26` +### 🚀 Features +- `Upload`: 多图片上传,图片文件名支持 `abridgeName` @chaishi ([#1899](https://github.com/Tencent/tdesign-vue-next/pull/1899)) +- `Site`: 增加 `boxshadow` 主题生成器 @uyarn ([#1884](https://github.com/Tencent/tdesign-vue-next/pull/1884)) + +### 🐞 Bug Fixes +- `Dropdown`: 修复子节点文字省略功能丢失的问题 @uyarn ([#1877](https://github.com/Tencent/tdesign-vue-next/pull/1877)) +- `Upload`: + - 修复 `name` 无效问题 @chaishi ([#1899](https://github.com/Tencent/tdesign-vue-next/pull/1899)) + - 图片上传,自定义上传方法不支持图片回显问题 @chaishi ([#1899](https://github.com/Tencent/tdesign-vue-next/pull/1899)) + - 修复 `theme=file` `draggable=true` 时,拖拽无效问题,[issue#1559](https://github.com/Tencent/tdesign-react/issues/1559) @chaishi ([#1899](https://github.com/Tencent/tdesign-vue-next/pull/1899)) +- `Select`: + - 修复远程搜索带过滤时,已选择内容 `label` 丢失问题([issue #1466](https://github.com/Tencent/tdesign-vue-next/issues/1466)) @pengYYYYY ([#1908](https://github.com/Tencent/tdesign-vue-next/pull/1908)) + - 修复初始值为 `undefined` 时,出现报错 @pengYYYYY ([#1908](https://github.com/Tencent/tdesign-vue-next/pull/1908)) +### 🚧 Others +- `Demo`: 完成示例代码 `space` 组件替换 @pengYYYYY ([#1878](https://github.com/Tencent/tdesign-vue-next/pull/1878)) +- `InputAdornment`: 样式优化 @zhangpaopao0609 ([#1883](https://github.com/Tencent/tdesign-vue-next/pull/1883)) +- `Transfer`: 样式优化 @zhangpaopao0609 ([#1886](https://github.com/Tencent/tdesign-vue-next/pull/1886)) +- `Notification`: 样式优化 @zhangpaopao0609 ([#1888](https://github.com/Tencent/tdesign-vue-next/pull/1888)) +- `Comment`: 样式优化 @zhangpaopao0609 ([#1896](https://github.com/Tencent/tdesign-vue-next/pull/1896)) +- `DatePicker`: 月份及季度选择时右侧面板展示修复 @sinbadmaster ([#1891](https://github.com/Tencent/tdesign-vue-next/pull/1891)) + ## 🌈 0.24.2 `2022-10-17` ### 🚀 Features - `Select`: 下拉框隐藏的时候清空筛选文本 @skytt ([#1847](https://github.com/Tencent/tdesign-vue-next/pull/1847)) diff --git a/package.json b/package.json index 783f77cb33..9fd8f649c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-vue-next", "purename": "tdesign", - "version": "0.24.2", + "version": "0.24.3", "title": "tdesign-vue-next", "description": "TDesign Component for vue-next", "keywords": [ diff --git a/src/_common b/src/_common index be266adadf..31f08856e6 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit be266adadfb7225ab85fee02590fb0e72509a662 +Subproject commit 31f08856e6db96c283c74da48415b2690f280251