Skip to content

Commit 028496d

Browse files
chore: release 1.12.0 (#3620)
* chore: release 1.12.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e4ef313 commit 028496d

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.12.0 `2025-06-11`
9+
### 🚀 Features
10+
- `ColorPicker`: 自动根据「触发器 / 最近颜色 / 预设颜色」的色值进行切换单色和渐变模式;只开启渐变模式时,过滤「预设颜色 / 当前颜色」中的非渐变色值;新增 format `HEX8`,移除 `HSB`;使用渐变模式的业务请注意此变更 ⚠️ @RylanBot ([#3572](https://github.com/Tencent/tdesign-vue/pull/3572))
11+
- `Icon`: 新增 `logo-miniprogram``logo-cnb``seal``quote` 图标,优化多个文件相关图标的绘制效果,修复 `gesture-right-slip` 的绘制问题 @taowensheng1997 @uyarn ([#3577](https://github.com/Tencent/tdesign-vue/pull/3577))
12+
- `InputNumber`: `decimalPlaces` 支持 `enableRound` 参数,用于控制是否启用四舍五入 @RylanBot ([#3601](https://github.com/Tencent/tdesign-vue/pull/3601))
13+
- `Select`: add option removal handling for multiple selection @richardji202 ([#3584](https://github.com/Tencent/tdesign-vue/pull/3584))
14+
- `TagInput`: 优化可拖拽时,鼠标光标显示为移动光标 @liweijie0812 ([#3594](https://github.com/Tencent/tdesign-vue/pull/3594))
15+
- `Tree`: `expandAll` API 支持响应式 @uyarn ([#3619](https://github.com/Tencent/tdesign-vue/pull/3619))
16+
- `Upload`: 支持 `image-flow` 模式支持自定义错误文本 @ngyyuusora ([#3574](https://github.com/Tencent/tdesign-vue/pull/3574))
17+
### 🐞 Bug Fixes
18+
- `Cascader`: 修复选项存在超长文字在大小尺寸下展示异常的问题 @Shabi-x([#3593](https://github.com/Tencent/tdesign-vue/pull/3593))
19+
- `ColorPicker`: 修复开启透明通道时的返回值格式化异常 @RylanBot ([#3572](https://github.com/Tencent/tdesign-vue/pull/3572))
20+
- `DatePicker`: 修复通过 `popupProps.visible` 直接打开选择面板时无法更新时间的问题 @RSS1102 ([#3600](https://github.com/Tencent/tdesign-vue/pull/3600))
21+
- `Drawer`: 修复 `cancel-btn``confirm-btn` 的类型缺失`null` 声明的问题 @RSS1102 ([#3612](https://github.com/Tencent/tdesign-vue/pull/3612))
22+
- `Select`: 修复`valueType``object``keys` 同时设置时的绑定值错误 @morningbao ([#3583](https://github.com/Tencent/tdesign-vue/pull/3583))
23+
- `Table`: 优化关闭列配置弹窗时,选择列数据与所展示列数据不一致的问题 @RSS1102 ([#3616](https://github.com/Tencent/tdesign-vue/pull/3616))
24+
- `Tabs`: 修复选项卡 label 过长时, 滑动按钮失效的问题 @wonkzhang([#3571](https://github.com/Tencent/tdesign-vue/pull/3571))
25+
- `Tag`: 修复未设置 `max-width` 导致无法渲染 `title` 属性的问题 @betavs ([#3592](https://github.com/Tencent/tdesign-vue/pull/3592))
26+
27+
28+
29+
830
## 🌈 1.11.2 `2025-04-15`
931
### 🚀 Features
1032

@@ -1250,4 +1272,4 @@ docClass: timeline
12501272
- `Drawer`: 修复 visible 默认为 `true` 时内容不展示问题 @honkinglin ([#1940](https://github.com/Tencent/tdesign-vue/pull/1940))
12511273

12521274
## 🌈 0.x `2020-12-21 - 2022-12-14`
1253-
前往 [GitHub](https://github.com/Tencent/tdesign-vue/blob/develop/CHANGELOG-0.x.md) 查看 `0.x` 更新日志
1275+
前往 [GitHub](https://github.com/Tencent/tdesign-vue/blob/develop/CHANGELOG-0.x.md) 查看 `0.x` 更新日志

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue",
33
"purename": "tdesign",
4-
"version": "1.11.2",
4+
"version": "1.12.0",
55
"description": "tdesign-vue",
66
"title": "tdesign-vue",
77
"keywords": [

0 commit comments

Comments
 (0)