Skip to content

Commit fafc747

Browse files
chore: release 1.16.3 (#4058)
* chore: release 1.16.3 * chore: update CHANGELOG.md * chore: update CHANGELOG.en-US.md --------- Co-authored-by: tdesign-bot <[email protected]>
1 parent 9064e42 commit fafc747

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

packages/tdesign-react/.changelog/pr-4030.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/tdesign-react/.changelog/pr-4057.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/tdesign-react/CHANGELOG.en-US.md

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

8+
## 🌈 1.16.3 `2026-01-04`
9+
10+
### 🐞 Bug Fixes
11+
- `Dialog`: Fixed an issue where the optimization implemented in version `1.16.0` prevented the use of the `esc` key to close nested dialog boxes @RylanBot ([#4030](https://github.com/Tencent/tdesign-react/pull/4030))
12+
- `Popup`: @RylanBot ([#4057](https://github.com/Tencent/tdesign-react/pull/4057))
13+
- Fixed an issue where a refactor in version `1.16.0` caused the popup layer not to appear when the `trigger` element was an SVG or similar type
14+
- Fixed an issue where a refactor in version `1.16.0` allowed the popup layer to be triggered even when the `trigger` element was set to `disabled`
15+
816
## 🌈 1.16.2 `2025-12-30`
917

1018
### 🐞 Bug Fixes

packages/tdesign-react/CHANGELOG.md

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

8+
## 🌈 1.16.3 `2026-01-04`
9+
10+
### 🐞 Bug Fixes
11+
- `Dialog`: 修复 `1.16.0` 的优化导致无法使用 `esc` 键关闭嵌套对话框的问题 @RylanBot ([#4030](https://github.com/Tencent/tdesign-react/pull/4030))
12+
- `Popup`: @RylanBot ([#4057](https://github.com/Tencent/tdesign-react/pull/4057))
13+
- 修复 `1.16.0` 版本的重构导致 `trigger` 为 SVG 等元素时弹出层无法出现的问题
14+
- 修复 `1.16.0` 版本的重构导致 `trigger``disabled` 依旧能触发弹出层的问题
15+
16+
817
## 🌈 1.16.2 `2025-12-30`
918

1019
### 🐞 Bug Fixes

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.16.2",
3+
"version": "1.16.3",
44
"title": "tdesign-react",
55
"description": "TDesign Component for React",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)