Skip to content

Commit 8fcbdbb

Browse files
chore: release 1.16.1 (#4028)
* chore: release 1.16.1 * chore: changelog's changes * chore: update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0ef91f commit 8fcbdbb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/tdesign-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ toc: false
55
spline: 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))

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

0 commit comments

Comments
 (0)