diff --git a/CHANGELOG.md b/CHANGELOG.md index 4564347ba..f7b9c8528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ toc: false docClass: timeline --- +## 🌈 1.2.6 `2023-04-13` +### 🚀 Features +- `Loading`: 完善指令使用方式,支持 `v-loading` 配置复杂属性 @akinocccc ([#2318](https://github.com/Tencent/tdesign-vue/pull/2318)) +- `Select`: 支持 `boolean` 类型的 value @uyarn ([#2325](https://github.com/Tencent/tdesign-vue/pull/2325)) +### 🐞 Bug Fixes +- `Upload`: 修复 `triggerButtonProps` 在 `theme=file-input` 时失效的问题 @qqw78901 ([#2319](https://github.com/Tencent/tdesign-vue/pull/2319)) +- `Transfer`: 修复筛选后全选功能 @akinocccc ([#2315](https://github.com/Tencent/tdesign-vue/pull/2315)) +- `Table`: @chuyueZhang ([#2324](https://github.com/Tencent/tdesign-vue/pull/2324)) + - 列宽调整功能,修复即使 `resizable=false` 时,也会显示拖拽调整列宽图标和辅助线问题 + - 列宽调整功能,修复在拖拽任意列宽使表格横向滚动条消失之后列宽无法正常调整的问题,即支持 `resize.minWidth` + - 列宽调整功能,修复开启多级表头时点击子表头后控制台报错的问题 +- `Select`: 修复创建的选项选中时,回调参数中 `option` 与 `selectedOptions` 缺失的问题 @uyarn ([#2333](https://github.com/Tencent/tdesign-vue/pull/2333)) +- `Timeline`: 修正在项目全局修改 `box-sizing` 情况下,时间点样式错误的问题 @PDieE ([common#1264](https://github.com/Tencent/tdesign-common/pull/1264)) +- `Popconfirm`: 修正 title 样式字重问题 @uyarn ([common#1265](https://github.com/Tencent/tdesign-common/pull/1265)) +- `Input`: 隐藏 Edge 浏览器默认的密码框样式 @wangyang0210 ([common#1261](https://github.com/Tencent/tdesign-common/pull/1261)) +- `InputNumber`: 移除 autowidth 模式下多余的样式 @uyarn ([common#1258](https://github.com/Tencent/tdesign-common/pull/1258)) +- `Datepicker`: 修正区域时间选择,在右输入框点击了一年的最后一周之后,左右输入框的 value 前后对调的问题 @Ericleungs ([common#1257](https://github.com/Tencent/tdesign-common/pull/1257)) + + ## 🌈 1.2.5 `2023-04-06` ### 🐞 Bug Fixes - `Popup`: 修复部分构建工具无法自动注册 Popup 插件的问题 @uyarn ([#2294](https://github.com/Tencent/tdesign-vue/pull/2294)) diff --git a/package.json b/package.json index 429301d06..e94245818 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-vue", "purename": "tdesign", - "version": "1.2.5", + "version": "1.2.6", "description": "tdesign-vue", "title": "tdesign-vue", "keywords": [ diff --git a/src/_common b/src/_common index 015257a52..083c4c577 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit 015257a520c336240b336f91456a8896424f3a09 +Subproject commit 083c4c577f3b6557cc74467ec5c6a3c6e7cbcd0d