Skip to content

Commit ef8960d

Browse files
chore: release 1.12.1 (#3647)
* chore: release 1.12.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 17af9f7 commit ef8960d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.12.1 `2025-07-03`
9+
### 🚀 Features
10+
- `locale`: 支持内置多语言的英文版本的单复数场景正常展示 @YunYouJun ([#3641](https://github.com/Tencent/tdesign-vue/pull/3641))
11+
### 🐞 Bug Fixes
12+
- `ImageViewer`: 修复图片预览操作栏多语言失效的问题 @uyarn ([#3636](https://github.com/Tencent/tdesign-vue/pull/3636))
13+
- `Textarea`: 优化 `scrollbar` 样式 @RSS1102([#3639](https://github.com/Tencent/tdesign-vue/pull/3639))
14+
15+
16+
817
## 🌈 1.12.0 `2025-06-11`
918
### 🚀 Features
1019
- `ColorPicker`: 自动根据「触发器 / 最近颜色 / 预设颜色」的色值进行切换单色和渐变模式;只开启渐变模式时,过滤「预设颜色 / 当前颜色」中的非渐变色值;新增 format `HEX8`,移除 `HSB`;使用渐变模式的业务请注意此变更 ⚠️ @RylanBot ([#3572](https://github.com/Tencent/tdesign-vue/pull/3572))

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.12.0",
4+
"version": "1.12.1",
55
"description": "tdesign-vue",
66
"title": "tdesign-vue",
77
"keywords": [

0 commit comments

Comments
 (0)