Skip to content

Commit a2cd929

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

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

packages/tdesign-react/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 1.15.8 `2025-11-04`
9+
### 🚀 Features
10+
- `Popup`: 添加 `onOverlayClick` 事件以支持内容面板点击触发 @RSS1102 ([#3927](https://github.com/Tencent/tdesign-react/pull/3927))
11+
- `CheckboxGroup`: 支持 `readonly` API @RylanBot ([#3885](https://github.com/Tencent/tdesign-react/pull/3885))
12+
- `Form`: @RylanBot ([#3885](https://github.com/Tencent/tdesign-react/pull/3885))
13+
- 支持 `readonly` API
14+
- 支持 `FormRule.pattern` 的类型为 `string`
15+
### 🐞 Bug Fixes
16+
- `Select`: 修复 `1.15.7` 版本中全选功能在分组模式下功能异常的问题 @uyarn ([#3941](https://github.com/Tencent/tdesign-react/pull/3941))
17+
- `Form`: 修复嵌套 `FormList` 无法使用 `setFields` 更新表单的问题 @RylanBot ([#3930](https://github.com/Tencent/tdesign-react/pull/3930))
18+
- `CheckboxGroup`: 修复被设为 `disabled` 的选项会被 `checkAll` 篡改状态的问题 @RylanBot ([#3885](https://github.com/Tencent/tdesign-react/pull/3885))
19+
- `SubMenu`: 修复自定义 `popupProps``visible``onVisibleChange` 不生效的问题 @RylanBot ([#3912](https://github.com/Tencent/tdesign-react/pull/3912))
20+
- `DatePicker`: 修复同时开启 `enableTimePicker``needConfirm={false}` 时,选择日期后未选时间就关闭弹窗的问题 @RylanBot ([#3860](https://github.com/Tencent/tdesign-react/pull/3860))
21+
- `DateRangePicker`: 修复同时开启 `enableTimePicker``needConfirm={false}` 时,仍需手动确认的问题 @achideal ([#3860](https://github.com/Tencent/tdesign-react/pull/3860))
22+
- `Progress`: 修复开启 `theme='plump'` 时,自定义 `label` 被隐藏的问题 @RylanBot ([#3931](https://github.com/Tencent/tdesign-react/pull/3931))
23+
- `RadioGroup`: @RylanBot
24+
- 修复子元素动态更新时,高亮异常的问题 ([#3922](https://github.com/Tencent/tdesign-react/pull/3922))
25+
- 修复设置 `value` 为空时,高亮块没有消失的问题 ([#3944](https://github.com/Tencent/tdesign-react/pull/3944))
26+
- `Tree`: @RylanBot
27+
- 修复没开启 `checkable``checkStrictly={false}` 时,禁用父节点后,子节点依旧能被高亮的问题 ([#3828](https://github.com/Tencent/tdesign-react/pull/3828))
28+
- 修复存在 `disabled` 节点时,点击半选状态的父节点无法取消全中的问题 ([#3828](https://github.com/Tencent/tdesign-react/pull/3828))
29+
- 修复点击父节点进行全选时,`disabled` 节点的选中状态被篡改的问题 ([#3828](https://github.com/Tencent/tdesign-react/pull/3828))
30+
- 修复点击 `operation` 区域时将该行节点 `active` 的异常 ([#3889](https://github.com/Tencent/tdesign-react/pull/3889))
31+
32+
### 🚧 Others
33+
- `Form`: 优化 `getValidateMessage` 方法底层的逻辑 @RylanBot ([#3930](https://github.com/Tencent/tdesign-react/pull/3930))
34+
835
## 🌈 1.15.7 `2025-10-24`
936
### 🚀 Features
1037
- `Divider`: 支持 `size` 控制间距大小 @HaixingOoO ([#3893](https://github.com/Tencent/tdesign-react/pull/3893))

packages/tdesign-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-react",
3-
"version": "1.15.7",
3+
"version": "1.15.8",
44
"title": "tdesign-react",
55
"description": "TDesign Component for React",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)