We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe42ab commit b0abf30Copy full SHA for b0abf30
packages/tdesign-react/CHANGELOG.md
@@ -5,6 +5,10 @@ toc: false
5
spline: explain
6
---
7
8
+## 🌈 1.15.3 `2025-09-29`
9
+### 🐞 Bug Fixes
10
+- `Select`: 修复 OptionGroup 的 style 与 className 没有生效的问题 @uyarn ([#3855](https://github.com/Tencent/tdesign-react/pull/3855))
11
+
12
## 🌈 1.15.2 `2025-09-29`
13
### 🚀 Features
14
- `Watermark`: 新增 `layout` API,支持生成不同布局的水印,`watermarkText` 支持配置字体 @Wesley-0808 ([#3817](https://github.com/Tencent/tdesign-react/pull/3817))
packages/tdesign-react/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tdesign-react",
3
- "version": "1.15.2",
+ "version": "1.15.3",
4
"title": "tdesign-react",
"description": "TDesign Component for React",
"main": "lib/index.js",
0 commit comments