@@ -5,28 +5,28 @@ toc: false
55spline : 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-
17- ## 🌈 1.16.2 ` 2025-12-30 `
18-
19- ### 🐞 Bug Fixes
20- - ` Popup ` :
21- - 修复 ` 1.16.0 ` 版本的重构导致开启 ` 'trigger='hover' ` 且外部元素动态更新时,弹窗意外被关闭的问题 @RylanBot ([ #4046 ] ( https://github.com/Tencent/tdesign-react/pull/4046 ) )
22- - 修复 ` 1.16.0 ` 版本的重构导致弹窗在某些场景下位置不稳定的问题 @xiaody ([ #4046 ] ( https://github.com/Tencent/tdesign-react/pull/4046 ) )
23- - 完善 ` 1.16.0 ` 版本中关于空间不足时箭头偏移的优化方案 @RylanBot ([ #4042 ] ( https://github.com/Tencent/tdesign-react/pull/4042 ) )
24- - ` Select ` :
25- - 修复 ` valueDisplay ` 的 ` onClose ` 回调函数读取到 ` undefined ` 的问题 @RSS1102 ([ #4047 ] ( https://github.com/Tencent/tdesign-react/pull/4047 ) )
26- - 修复 ` 1.15.7 ` 版本后,开启 ` multiple ` 时,不在 ` options ` 里的 ` value ` 无法渲染的问题 @RylanBot ([ #4037 ] ( https://github.com/Tencent/tdesign-react/pull/4037 ) )
27- - 修复开启 ` filterable ` 后,选项变化但键盘导航高亮项未更新的问题 @RylanBot ([ #4037 ] ( https://github.com/Tencent/tdesign-react/pull/4037 ) )
28-
29-
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+
17+ ## 🌈 1.16.2 ` 2025-12-30 `
18+
19+ ### 🐞 Bug Fixes
20+ - ` Popup ` :
21+ - 修复 ` 1.16.0 ` 版本的重构导致开启 ` 'trigger='hover' ` 且外部元素动态更新时,弹窗意外被关闭的问题 @RylanBot ([ #4046 ] ( https://github.com/Tencent/tdesign-react/pull/4046 ) )
22+ - 修复 ` 1.16.0 ` 版本的重构导致弹窗在某些场景下位置不稳定的问题 @xiaody ([ #4046 ] ( https://github.com/Tencent/tdesign-react/pull/4046 ) )
23+ - 完善 ` 1.16.0 ` 版本中关于空间不足时箭头偏移的优化方案 @RylanBot ([ #4042 ] ( https://github.com/Tencent/tdesign-react/pull/4042 ) )
24+ - ` Select ` :
25+ - 修复 ` valueDisplay ` 的 ` onClose ` 回调函数读取到 ` undefined ` 的问题 @RSS1102 ([ #4047 ] ( https://github.com/Tencent/tdesign-react/pull/4047 ) )
26+ - 修复 ` 1.15.7 ` 版本后,开启 ` multiple ` 时,不在 ` options ` 里的 ` value ` 无法渲染的问题 @RylanBot ([ #4037 ] ( https://github.com/Tencent/tdesign-react/pull/4037 ) )
27+ - 修复开启 ` filterable ` 后,选项变化但键盘导航高亮项未更新的问题 @RylanBot ([ #4037 ] ( https://github.com/Tencent/tdesign-react/pull/4037 ) )
28+
29+
3030## 🌈 1.16.1 ` 2025-12-22 `
3131### 🐞 Bug Fixes
3232- ` Textarea ` : 修复使用 ` defaultValue ` 或 ` readonly ` 产生的警告问题 @RylanBot ([ #4019 ] ( https://github.com/Tencent/tdesign-react/pull/4019 ) )
@@ -79,7 +79,7 @@ spline: explain
7979### 🚀 Features
8080- ` Textarea ` : 支持 ` count ` API,用于自定义计数元素的渲染 @RylanBot ([ #4003 ] ( https://github.com/Tencent/tdesign-react/pull/4003 ) )
8181### 🐞 Bug Fixes
82- - ` RadioGroup ` : 修复 NextJS 中,` variant="default-filled ` 时,子组件含动态内容时导致无限循环的问题 @tingtingcheng6 ([ #3921 ] ( https://github.com/Tencent/tdesign-react/pull/3921 ) )
82+ - ` RadioGroup ` : 修复 NextJS 中,` variant="default-filled ` 时,子组件含动态内容时导致无限循环的问题 @tingtingcheng6 ([ #4010 ] ( https://github.com/Tencent/tdesign-react/pull/4010 ) )
8383
8484## 🌈 1.15.10 ` 2025-12-12 `
8585### 🐞 Bug Fixes
0 commit comments