Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions packages/tdesign-react/.changelog/pr-4210.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/tdesign-react/.changelog/pr-4251.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4267.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4275.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4277.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4278.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/tdesign-react/.changelog/pr-4281.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4283.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4292.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/tdesign-react/.changelog/pr-4295.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4299.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/tdesign-react/CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ toc: false
spline: explain
---

## 🌈 1.18.0 `2026-06-26`

### 🚀 Features

- `Button`: Optimized the hover background color when `variant` is set to `outline` or `dashed`. @uyarn ([common#2569](https://github.com/Tencent/tdesign-common/pull/2569))
- `ConfigProvider`:
- A new `loading` property was added to globally configure the settings for the Loading component @uyarn ([#4295](https://github.com/Tencent/tdesign-react/pull/4295))
- The `dialog` property now includes `zIndex` and `placement` settings @uyarn ([#4295](https://github.com/Tencent/tdesign-react/pull/4295))
- `HeadMenu`: A maximum height was set for the sub-menu overlay; scroll bars will appear if the content exceeds this height @HaixingOoO ([#4283](https://github.com/Tencent/tdesign-react/pull/4283))
- `InputNumber`: A new `autofocus` property was added @betavs ([#4278](https://github.com/Tencent/tdesign-react/pull/4278))
- `TagInput`: A new `tagDisplay` API was introduced, allowing for full customization of how individual tags are displayed @RylanBot ([#4275](https://github.com/Tencent/tdesign-react/pull/4275))

### 🐞 Bug Fixes

- `Cascader`: When multiple options are selected, the order of the selected items in the input field has been changed from “the order defined in `options`” to “the order in which the user selects them”. Businesses that rely on this functionality should be aware of this change ⚠️ @RylanBot ([#4281](https://github.com/Tencent/tdesign-react/pull/4281))
- `TreeSelect`: When multiple options are selected, the order of the selected items in the input field has been changed from “the order defined in `options`” to “the order in which the user selects them”. Businesses that rely on this functionality should be aware of this change ⚠️ @RylanBot ([#4281](https://github.com/Tencent/tdesign-react/pull/4281))
- `Steps`: An issue with abnormal navigation logic when `sequence='reverse'` was fixed @RylanBot ([#4267](https://github.com/Tencent/tdesign-react/pull/4267))
- `Table`: Errors in the translation of filter-related text were corrected @liweijie0812 ([common#2553](https://github.com/Tencent/tdesign-common/pull/2553))
- `TagInput`:
- Issues such as the absence of horizontal scroll bars when `excessTagsDisplayType="scroll"` was fixed @RSS1102 ([#4210](https://github.com/Tencent/tdesign-react/pull/4210))
- A clear button is now displayed even when only text is entered, provided that `clearable` is enabled @RSS1102 ([#4210](https://github.com/Tencent/tdesign-react/pull/4210))
- Problems with vertical alignment of input content when there are existing tags along with a `label` were fixed @DaZuiZui ([#4292](https://github.com/Tencent/tdesign-react/pull/4292))
- `Tree`:
- Issues with the incorrect display of guidance lines when draggable nodes were moved above or below disabled nodes were fixed @RylanBot ([#4251](https://github.com/Tencent/tdesign-react/pull/4251))
- The issue of guidance lines still appearing when `allowDrop` returns `false` for draggable tree nodes was fixed @RylanBot ([#4251](https://github.com/Tencent/tdesign-react/pull/4251))

## 🌈 1.17.1 `2026-06-05`

### 🐞 Bug Fixes
Expand Down
26 changes: 26 additions & 0 deletions packages/tdesign-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ toc: false
spline: explain
---

## 🌈 1.18.0 `2026-06-26`

### 🚀 Features

- `Button`: 优化 `variant` 为 `outline` 和 `dashed` 时的 hover 背景色 @uyarn ([common#2569](https://github.com/Tencent/tdesign-common/pull/2569))
- `ConfigProvider`:
- 新增 `loading` 属性,用于全局配置 Loading 组件的属性 @uyarn ([#4295](https://github.com/Tencent/tdesign-react/pull/4295))
- `dialog` 属性新增 `zIndex` 和 `placement` 配置 @uyarn ([#4295](https://github.com/Tencent/tdesign-react/pull/4295))
- `HeadMenu`: 子菜单浮层新增最大高度,超出最大高度将会显示滚动条 @HaixingOoO ([#4283](https://github.com/Tencent/tdesign-react/pull/4283))
- `InputNumber`: 新增 `autofocus` 属性 @betavs ([#4278](https://github.com/Tencent/tdesign-react/pull/4278))
- `TagInput`: 新增 `tagDisplay` API,用于完全自定义单个标签的渲染效果 @RylanBot ([#4275](https://github.com/Tencent/tdesign-react/pull/4275))

### 🐞 Bug Fixes

- `Cascader`: 多选时输入框内的选中项顺序由 “`options` 顺序” 调整为 “用户选择顺序“,之前依赖相关交互的业务注意此变更 ⚠️ @RylanBot ([#4281](https://github.com/Tencent/tdesign-react/pull/4281))
- `TreeSelect`: 多选时输入框内的选中项顺序由 “`options` 顺序” 调整为 “用户选择顺序“,之前依赖相关交互的业务注意此变更 ⚠️ @RylanBot ([#4281](https://github.com/Tencent/tdesign-react/pull/4281))
- `Steps`: 修复 `sequence='reverse'` 时跳转逻辑异常的问题 @RylanBot ([#4267](https://github.com/Tencent/tdesign-react/pull/4267))
- `Table`: 修复 filter 英文翻译文案错误 @liweijie0812 ([common#2553](https://github.com/Tencent/tdesign-common/pull/2553))
- `TagInput`:
- 修复 `excessTagsDisplayType="scroll` 时,没有显示横向滚动条等交互问题 @RSS1102 ([#4210](https://github.com/Tencent/tdesign-react/pull/4210))
- 修复开启 `clearable` 时,仅输入文字没有显示清除按钮的问题 @RSS1102 ([#4210](https://github.com/Tencent/tdesign-react/pull/4210))
- 修复带 `label` 且已有 tag 时,输入内容垂直对齐偏差的问题 @DaZuiZui ([#4292](https://github.com/Tencent/tdesign-react/pull/4292))
- `Tree`:
- 修复可拖拽节点拖至禁用节点上下方时提示线未正确显示的问题 @RylanBot ([#4251](https://github.com/Tencent/tdesign-react/pull/4251))
- 修复可拖拽树节点 `allowDrop` 返回 `false` 时仍显示放置提示线的问题 @RylanBot ([#4251](https://github.com/Tencent/tdesign-react/pull/4251))

## 🌈 1.17.1 `2026-06-05`

### 🐞 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/tdesign-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-react",
"version": "1.17.1",
"version": "1.18.0",
"title": "tdesign-react",
"description": "TDesign Component for React",
"main": "lib/index.js",
Expand Down
Loading