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
6 changes: 0 additions & 6 deletions packages/tdesign-react/.changelog/pr-4105.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

23 changes: 23 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,29 @@ toc: false
spline: explain
---

## 🌈 1.16.6 `2026-02-26`

### 🚀 Features

- `DatePicker`: Added `onYearChange` and `onMonthChange` callback methods @uyarn ([#4138](https://github.com/Tencent/tdesign-react/pull/4138))
- `DateRangePicker`:
- The date-time range picker now supports additional interaction modes, which can be configured using the `enableTimePicker.mode` API. For details, see the sample code @uyarn ([#4141](https://github.com/Tencent/tdesign-react/pull/4141))
- Added `onYearChange` and `onMonthChange` callback methods @uyarn ([#4138](https://github.com/Tencent/tdesign-react/pull/4138))

### 🐞 Bug Fixes

- `DateRangePicker`: Ensured that the year in the right panel is always greater than that in the left panel @uyarn ([#4137](https://github.com/Tencent/tdesign-react/pull/4137))
- `Drawer`: Fixed an issue where the component couldn’t be closed using the `esc` key when it was opened for the first time @RylanBot ([#4115](https://github.com/Tencent/tdesign-react/pull/4115))
- `Form`: Fixed an issue where the data returned by `getFieldsValue` was incorrectly overwritten @RylanBot ([#4125](https://github.com/Tencent/tdesign-react/pull/4125))
- `FormList`: Fixed an issue where using an old index during `add` operations caused exceptions in `remove` operations @RylanBot ([#4135](https://github.com/Tencent/tdesign-react/pull/4135))
- `Popup`: Fixed an issue where the `trigger="focus"` property didn’t work in encapsulated components @RylanBot ([#4143](https://github.com/Tencent/tdesign-react/pull/4143))
- `Table`: Fixed an issue where `footerSummary` wasn’t displayed when virtual scrolling was enabled @RylanBot ([#4112](https://github.com/Tencent/tdesign-react/pull/4112))
- `Typography`: Fixed an issue where `copyable.onCopy` was executed immediately upon initialization @RSS1102 ([#4105](https://github.com/Tencent/tdesign-react/pull/4105))

### 🚧 Others

- `Dialog`: Removed redundant `useDialogEsc` hook @RylanBot ([#4115](https://github.com/Tencent/tdesign-react/pull/4115))

## 🌈 1.16.5 `2026-01-28`

### 🚀 New Features
Expand Down
23 changes: 23 additions & 0 deletions packages/tdesign-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ toc: false
spline: explain
---

## 🌈 1.16.6 `2026-02-26`

### 🚀 Features

- `DatePicker`: 新增 `onYearChange` 和 `onMonthChange` 回调方法 @uyarn ([#4138](https://github.com/Tencent/tdesign-react/pull/4138))
- `DateRangePicker`:
- 日期时间范围选择器新增交互模式,通过 `enableTimePicker.mode` API 配置,具体可参考示例代码 @uyarn ([#4141](https://github.com/Tencent/tdesign-react/pull/4141))
- 新增 `onYearChange` 和 `onMonthChange` 回调方法 @uyarn ([#4138](https://github.com/Tencent/tdesign-react/pull/4138))

### 🐞 Bug Fixes

- `DateRangePicker`: 确保右侧面板年份始终大于左侧面板年份 @uyarn ([#4137](https://github.com/Tencent/tdesign-react/pull/4137))
- `Drawer`: 修复首次打开时,无法使用 `esc` 关闭组件的问题 @RylanBot ([#4115](https://github.com/Tencent/tdesign-react/pull/4115))
- `Form`: 修复 `getFieldsValue` 数据被错误覆盖的问题 @RylanBot ([#4125](https://github.com/Tencent/tdesign-react/pull/4125))
- `FormList`: 修复 `add` 读取到旧索引导致 `remove` 异常的问题 @RylanBot ([#4135](https://github.com/Tencent/tdesign-react/pull/4135))
- `Popup`: 修复 `trigger="focus"` 在封装组件中不生效的问题 @RylanBot ([#4143](https://github.com/Tencent/tdesign-react/pull/4143))
- `Table`: 修复开启虚拟滚动时,`footerSummary` 不生效的问题 @RylanBot ([#4112](https://github.com/Tencent/tdesign-react/pull/4112))
- `Typography`: 修复 `copyable.onCopy` 在初始化时被立即执行的问题 @RSS1102 ([#4105](https://github.com/Tencent/tdesign-react/pull/4105))

### 🚧 Others

- `Dialog`: 移除冗余的 `useDialogEsc` hook @RylanBot ([#4115](https://github.com/Tencent/tdesign-react/pull/4115))

## 🌈 1.16.5 `2026-01-28`

### 🚀 Features
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.16.5",
"version": "1.16.6",
"title": "tdesign-react",
"description": "TDesign Component for React",
"main": "lib/index.js",
Expand Down
Loading