Skip to content

Commit b6d9bfe

Browse files
chore: release 1.10.8 (#3447)
* chore: release 1.10.8 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4948a2 commit b6d9bfe

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

8+
## 🌈 1.10.8 `2024-12-30`
9+
### 🚀 Features
10+
- `ConfigProvider`: 新增`attach` 配置,支持全局设置`Popup``Dialog``Drawer`的挂载节点 @liweijie0812 ([#3437](https://github.com/Tencent/tdesign-vue/pull/3437))
11+
- `Radio`: 新增`theme`API,用于配置 `RadioGroup` 使用`options` 时渲染的子组件样式 @myronliu347 ([#3402](https://github.com/Tencent/tdesign-vue/pull/3402))
12+
- `Radio`: 新增 `readonly` API,用于支持只读属性配置 @liweijie0812 ([#3431](https://github.com/Tencent/tdesign-vue/pull/3431))
13+
- `Table`: 支持行高亮功能及相关操作,具体使用请参考示例代码 @uyarn ([#3442](https://github.com/Tencent/tdesign-vue/pull/3442))
14+
15+
### 🐞 Bug Fixes
16+
- `Cascader`@betavs
17+
-`valueType``full` 时会意外触发 `change` 事件 ([#3435](https://github.com/Tencent/tdesign-vue/pull/3435))
18+
- 修复`valueType``full``showAllLevels ``false`无法正常展示的功能问题 ([#3438](https://github.com/Tencent/tdesign-vue/pull/3438))
19+
- `Dialog`: 修复默认挂载节点非`body`的异常 @liweijie0812 ([#3437](https://github.com/Tencent/tdesign-vue/pull/3437))
20+
- `Dialog`: 修复`1.10.6`版本`closeOnOverlayClick`的默认行为异常的问题 @uyarn ([#3433](https://github.com/Tencent/tdesign-vue/pull/3433))
21+
- `Select`: @RSS1102
22+
- 修复`onInputChange` 事件丢失第二个回调参数的问题 ([#3427](https://github.com/Tencent/tdesign-vue/pull/3427))
23+
- 优化`reserveKeyword`配合`filterable`在全选下的行为 ([#3440](https://github.com/Tencent/tdesign-vue/pull/3440))
24+
- 修复分组情况下标题不存在的渲染报错的问题 ([#3445](https://github.com/Tencent/tdesign-vue/pull/3445))
25+
### 📝 Documentation
26+
- `ConfigProvider`: 补充`Empty`组件的全局配置相关文档 @liweijie0812 ([#3437](https://github.com/Tencent/tdesign-vue/pull/3437))
27+
- `Upload`: 优化上传组件图片展示样式 @huangchen1031 ([#3429](https://github.com/Tencent/tdesign-vue/pull/3429))
28+
29+
830
## 🌈 1.10.7 `2024-12-16`
931
### 🐞 Bug Fixes
1032
- `ColorPicker`: 修复颜色选择器的国际化配置问题 @liweijie0812 ([#3403](https://github.com/Tencent/tdesign-vue/pull/3403))

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

0 commit comments

Comments
 (0)