Skip to content

Commit b532181

Browse files
chore: release 1.15.2 (#3854)
* chore: release 1.15.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d40540c commit b532181

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

packages/tdesign-react/CHANGELOG.md

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

8+
## 🌈 1.15.2 `2025-09-29`
9+
### 🚀 Features
10+
- `Watermark`: 新增 `layout` API,支持生成不同布局的水印,`watermarkText` 支持配置字体 @Wesley-0808 ([#3817](https://github.com/Tencent/tdesign-react/pull/3817))
11+
- `Drawer`: 优化拖拽调整大小的过程中,组件的内容会被选中的问题 @uyarn ([#3844](https://github.com/Tencent/tdesign-react/pull/3844))
12+
### 🐞 Bug Fixes
13+
- `Watermark`: 修复多行图文水印图片配置了灰度时,整个画布内容也会灰度的问题 @Wesley-0808 ([#3817](https://github.com/Tencent/tdesign-react/pull/3817))
14+
- `Slider`: 修复设置 `step` 后的精度问题造成的返回值和相关展示异常 @uyarn ([#3821](https://github.com/Tencent/tdesign-react/pull/3821))
15+
- `TagInput`: 修复 `onBlur` 中的 `inputValue` 始终为空的问题 @RylanBot ([#3841](https://github.com/Tencent/tdesign-react/pull/3841))
16+
- `Cascader`: 修复 `single` 模式下,选中唯一的子节点时,父节点意外被高亮的问题 @RylanBot ([#3840](https://github.com/Tencent/tdesign-react/pull/3840))
17+
- `DateRangePickerPanel`: 修复 `preset` 涉及跨年份的日期时,点击面板后无法同步的问题 @RylanBot ([#3818](https://github.com/Tencent/tdesign-react/pull/3818))
18+
- `EnhancedTable`: 修复节点拖拽后,再点击展开时,位置被重置的问题 ([#3780](https://github.com/Tencent/tdesign-react/pull/3780))
19+
- `Table`: @RylanBot
20+
- 修复开启 `multipleSort` 但没有声明 `sort``defaultSort` 时,`onSortChange` 始终返回 `undefined` 的问题 ([#3824](https://github.com/Tencent/tdesign-react/pull/3824))
21+
- 修复同时开启虚拟滚动与设置 `firstFullRow` / `lastFullRow` 等情况时,最后一行内容被遮挡的问题 ([#3792](https://github.com/Tencent/tdesign-react/pull/3792))
22+
- 修复 `fixedRows` / `firstFullRow` / `lastFullRow` 无法在虚拟滚动下组合使用的问题 ([#3792](https://github.com/Tencent/tdesign-react/pull/3792))
23+
- 修复虚拟滚动初始化时滚动条长度异常的问题 ([#3792](https://github.com/Tencent/tdesign-react/pull/3792))
24+
- 修复固定表头与固定列无法对齐的问题 ([#3792](https://github.com/Tencent/tdesign-react/pull/3792))
25+
- 修复 `pagination` 为非受控时,必须声明 `defaultCurrent` 才能正确分页的问题 ([#3822](https://github.com/Tencent/tdesign-react/pull/3822))
26+
- 修复 `pagination` 为受控且不变更时,点击分页仍触发数据更新的问题 ([#3822](https://github.com/Tencent/tdesign-react/pull/3822))
27+
- 修复 `data` 改变时,可编辑单元格的内容没有同步的问题 ([#3826](https://github.com/Tencent/tdesign-react/pull/3826))
28+
- `SelectInput`: @RylanBot ([#3838](https://github.com/Tencent/tdesign-react/pull/3838))
29+
- 修复自定义 `popupVisible={false}` 时,`onBlur` 不生效的问题
30+
- 修复开启 `multiple` 时,`onBlur` 缺少 `tagInputValue` 参数的问题
31+
- `Select`:
32+
- 修复使用 `keys` 配置 `content` 作为 `label``value` 无法生效的问题 @RylanBot @uyarn ([#3829](https://github.com/Tencent/tdesign-react/pull/3829))
33+
- 修复动态切换到虚拟滚动时,出现白屏和滚动条被意外重置的问题 @RylanBot ([#3836](https://github.com/Tencent/tdesign-react/pull/3836))
34+
- 修复开启虚拟滚动且动态更新数据,展示数据不同步的问题 @huangchen1031 ([#3839](https://github.com/Tencent/tdesign-react/pull/3839))
35+
- 修复 `OptionGroup``style``className` 没有生效的问题 @uyarn ([#3845](https://github.com/Tencent/tdesign-react/pull/3845))
36+
- `List`:
37+
- 修复开启虚拟滚动后,`ListItem` 的部分 API 无法生效的问题 @FlowerBlackG ([#3835](https://github.com/Tencent/tdesign-react/pull/3835))
38+
- 修复动态切换到虚拟滚动时,滚动条被意外重置的问题 @RylanBot ([#3836](https://github.com/Tencent/tdesign-react/pull/3836))
39+
840
## 🌈 1.15.1 `2025-09-12`
941
### 🐞 Bug Fixes
1042
- `ImageViewer`: 修复 `imageScale` 配置效果异常的问题 @uyarn ([#3814](https://github.com/Tencent/tdesign-react/pull/3814))

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

0 commit comments

Comments
 (0)