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-vue-next/.changelog/pr-6094.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6121.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6124.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6126.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6127.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6133.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6134.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6137.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6140.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/tdesign-vue-next/.changelog/pr-6147.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/tdesign-vue-next/CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ toc: false
docClass: timeline
---

## 🌈 1.17.3 `2025-11-14`

### 🚀 Features
- `DatePicker`: The configuration of `defaultTime` is also applied when `enableTimePicker` is not configured, which affects the return value of `valueType` as `time-stamp` and the callback parameter of `onChange` ⚠️ @RSS1102 @uyarn ([#6140](https://github.com/Tencent/tdesign-vue-next/pull/6140))
- `Divider`: Support `size` API to control the spacing size @liweijie0812 ([#6094](https://github.com/Tencent/tdesign-vue-next/pull/6094))
- `Guide`: Supports automatic adjustment of the display effect of the boot component when adjusting the window size @yrc2333 ([#6133](https://github.com/Tencent/tdesign-vue-next/pull/6133)))
- `Form`: Form verification `pattern` supports string type @liweijie0812 ([#6134](https://github.com/Tencent/tdesign-vue-next/pull/6134))
- `Form`: Add `success` verification type support in `setValidateMessage` @RSS1102 ([#6147](https://github.com/Tencent/tdesign-vue-next/pull/6147))

### 🐞 Bug Fixes
- `Popup`: Fix abnormal problem in SSR scenarios @uyarn ([#6124](https://github.com/Tencent/tdesign-vue-next/pull/6124))
- `Table`: Fix the problem that the current page cannot be customized when the pageSize changes @RSS1102 ([#6127](https://github.com/Tencent/tdesign-vue-next/pull/6127))
- `Tabs`: Fix the issue where turning on `destroyOnHide` to remove tags will cause subsequent TabItem status to be abnormal @yrc2333 ([#6137](https://github.com/Tencent/tdesign-vue-next/pull/6137))
- `Empty`: Fix invalid multi-language dynamic switching response @liweijie0812 ([#6126](https://github.com/Tencent/tdesign-vue-next/pull/6126))
- `Menu`: Fix the problem that the submenu is not folded correctly after the parent menu is closed when the menu is quickly operated @RSS1102 ([#6121](https://github.com/Tencent/tdesign-vue-next/pull/6121)))


## 🌈 1.17.2 `2025-10-30`

### 🚀 Features
Expand Down
17 changes: 17 additions & 0 deletions packages/tdesign-vue-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ toc: false
docClass: timeline
---

## 🌈 1.17.3 `2025-11-14`

### 🚀 Features
- `DatePicker`: 在未配置 `enableTimePicker` 场景下也应用 `defaultTime` 的配置,影响 `valueType` 为 `time-stamp`的返回值及 `onChange` 的回调参数 ⚠️ @RSS1102 @uyarn ([#6140](https://github.com/Tencent/tdesign-vue-next/pull/6140))
- `Divider`: 新增 `size` API,用于控制间距大小 @liweijie0812 ([#6094](https://github.com/Tencent/tdesign-vue-next/pull/6094))
- `Guide`: 支持在调整窗口大小时自动调整引导组件的展示效果 @yrc2333 ([#6133](https://github.com/Tencent/tdesign-vue-next/pull/6133))
- `Form`: `pattern` API 新增支持 string 类型 @liweijie0812 ([#6134](https://github.com/Tencent/tdesign-vue-next/pull/6134))
- `Form`: 在 `setValidateMessage` 中添加 `success` 验证类型支持 @RSS1102 ([#6147](https://github.com/Tencent/tdesign-vue-next/pull/6147))

### 🐞 Bug Fixes
- `Popup`: 修复在 SSR 场景下的异常问题 @uyarn ([#6124](https://github.com/Tencent/tdesign-vue-next/pull/6124))
- `Table`: 修复在 pageSize 由小到大改变时无法自定义当前页的问题 @RSS1102 ([#6127](https://github.com/Tencent/tdesign-vue-next/pull/6127))
- `Tabs`: 修复开启 `destroyOnHide` 移除标签后会导致后续 TabItem 状态异常的问题 @yrc2333 ([#6137](https://github.com/Tencent/tdesign-vue-next/pull/6137))
- `Empty`: 修复多语言动态切换响应式无效 @liweijie0812 ([#6126](https://github.com/Tencent/tdesign-vue-next/pull/6126))
- `Menu`: 修复快速操作菜单时,父菜单关闭后子菜单未正确收起的问题 @RSS1102 ([#6121](https://github.com/Tencent/tdesign-vue-next/pull/6121))


## 🌈 1.17.2 `2025-10-30`

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/tdesign-vue-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdesign-vue-next",
"version": "1.17.2",
"version": "1.17.3",
"title": "tdesign-vue-next",
"description": "TDesign Component for vue-next",
"keywords": [
Expand Down
Loading