File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ toc: false
55spline : explain
66---
77
8+ ## 🌈 1.16.1 ` 2025-12-22 `
9+ ### 🐞 Bug Fixes
10+ - ` Textarea ` : 修复使用 ` defaultValue ` 或 ` readonly ` 产生的警告问题 @RylanBot ([ #4019 ] ( https://github.com/Tencent/tdesign-react/pull/4019 ) )
11+ - ` Text ` : 修复读取到 ` undefined ` 产生的报错问题 @RylanBot ([ #4020 ] ( https://github.com/Tencent/tdesign-react/pull/4020 ) )
12+ - ` Guide ` : 修复在某些场景下可能读取到 ` null ` 而产生的报错问题 @RylanBot ([ #4027 ] ( https://github.com/Tencent/tdesign-react/pull/4027 ) )
13+ - ` Popup ` :
14+ - 修复 ` 1.16.0 ` 版本的重构导致 ` SSR ` 环境下产生的报错问题 @RylanBot ([ #4026 ] ( https://github.com/Tencent/tdesign-react/pull/4026 ) )
15+ - 修复 ` 1.16.0 ` 版本的重构导致嵌套场景下,内层弹窗无法正常关闭的问题 @RylanBot ([ #4023 ] ( https://github.com/Tencent/tdesign-react/pull/4023 ) )
16+ ### 🚧 Others
17+ - 修复 ` 1.16.0 ` 版本打包产物中有不存在的 ` sourceMap ` 引用而产生的警告 @RylanBot ([ #4022 ] ( https://github.com/Tencent/tdesign-react/pull/4022 ) )
18+ - ` TagInput ` : 移除 ` 1.16.0 ` 版本引入的多余日志 @RylanBot ([ #4021 ] ( https://github.com/Tencent/tdesign-react/pull/4021 ) )
19+
820## 🌈 1.16.0 ` 2025-12-15 `
921### 🚨 Breaking Changes
1022- ` MessagePlugin ` : 移除消息容器的 ` id='tdesign-message-container--${placement}' ` ,之前依赖该属性的业务注意此变更 ⚠️ @RylanBot ([ #3820 ] ( https://github.com/Tencent/tdesign-react/pull/3820 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-react" ,
3- "version" : " 1.16.0 " ,
3+ "version" : " 1.16.1 " ,
44 "title" : " tdesign-react" ,
55 "description" : " TDesign Component for React" ,
66 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments