diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca2d294f..54c5c910b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ toc: false docClass: timeline --- +## 🌈 0.48.5 `2022-10-10` +### 🚀 Features +- `Select`: 调整下拉交互 允许输入时不关闭下拉面板 减少相关交互问题 @uyarn ([#1600](https://github.com/Tencent/tdesign-vue/pull/1600)) +- `Datepicker`: 支持 `valueType` 格式化日期用法 @HQ-Lin ([#1578](https://github.com/Tencent/tdesign-vue/pull/1578)) +- `ImageViewer`: 移除额外的根元素 @sinbadmaster ([#1598](https://github.com/Tencent/tdesign-vue/pull/1598)) +### 🐞 Bug Fixes +- `Upload`: + - 修复 `upload` 导出预期外的变量导致组件注册时出现告警 @pengYYYYY ([#1583](https://github.com/Tencent/tdesign-vue/pull/1583)) + - 添加参数 `response` 到事件 `onSuccess`,单文件是对象,多文件是数组,[tdesign-vue-next#1774](https://github.com/Tencent/tdesign-vue-next/issues/1774) @chaishi ([#1584](https://github.com/Tencent/tdesign-vue/pull/1584)) +- `TimePicker`: 关闭面板不再滚动 避免部分场景滚动未结束关闭面板继续滚动引发的问题 @uyarn ([#1590](https://github.com/Tencent/tdesign-vue/pull/1590)) +- `Select`: value 参数类型检测报错修复,增加 value 传值异常流的控制台提示 @skytt ([#1574](https://github.com/Tencent/tdesign-vue/pull/1574)) + ## 🌈 0.48.4 `2022-09-28` ### 🚀 Features - `Upload`: 支持使用 ImageViewer 预览图片 @chaishi ([#1579](https://github.com/Tencent/tdesign-vue/pull/1579)) diff --git a/package.json b/package.json index d15dc48f4..914d1c742 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-vue", "purename": "tdesign", - "version": "0.48.4", + "version": "0.48.5", "description": "tdesign-vue", "title": "tdesign-vue", "keywords": [ diff --git a/src/_common b/src/_common index c775b4f3c..88c94ab25 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit c775b4f3cc7e246aeabee5e6f3bf2213c370698a +Subproject commit 88c94ab2509d5b1c019745d11bfa055b577d0bda