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
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@ toc: false
docClass: timeline
---

## 🌈 1.14.0 `2025-09-19`
### 🚀 Features
- `Icon`: @uyarn
- `tdesign-icons-vue` 发布 0.4.x 版本,新增 align-bottom、no-result、no-result-filled、 tree-list、wifi-no、 wifi-no-filled、logo-stackblitz-filled、logo-stackblitz、logo-wecom-filled 图标,移除 video-camera-3、video-camera-3-filled、list 图标,此前有依赖以上三个图标升级请注意 ⚠️ ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
- 按需加载方式使用的图标资源支持可变粗细功能,通过`strokeWidth`属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
- 按需加载方式使用的图标资源支持多色填充功能,通过`strokeColor` 和 `fillColor` 属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
- `Textarea`: 新增 `allowInputOverMax` API,允许输入超过 `maxlength` @RSS1102 ([#3691](https://github.com/Tencent/tdesign-vue/pull/3691))
- `Tabs`: @RSS1102
- 新增 `dragSort` 和 `onDragSort` 方法,用于进行选项卡调换顺序的需求 ([#3711](https://github.com/Tencent/tdesign-vue/pull/3711))
- 将 remove 事件从删除图标移至外层容器, 保证替换图标功能正常使用,有覆盖删除图标样式请注意此变更 ⚠️ ([#3686](https://github.com/Tencent/tdesign-vue/pull/3686))
- `Skeleton`: 修复 `theme` 默认值不符合文档描述的问题,需要 `paragraph` 效果升级后手动设置 `theme` @liweijie0812 ([#3682](https://github.com/Tencent/tdesign-vue/pull/3682))

### 🐞 Bug Fixes
- `Tree`: 修复 `draggable` 在 `disabled` 状态下依旧生效的异常 @RylanBot ([#3690](https://github.com/Tencent/tdesign-vue/pull/3690))
- `Watermark`: 修复深色模式下,文字水印内容显示不明显的问题 @liweijie0812 ([#3697](https://github.com/Tencent/tdesign-vue/pull/3697))
- `Dialog`: 修复`1.10.8`版本后,`showInAttachedElement` 不能配合 `attach` 一起使用的问题 @uyarn ([#3692](https://github.com/Tencent/tdesign-vue/pull/3692))
- `Tree`: 修复自定义 icon 场景下,全被设为 open 状态,导致图标颜色错误的问题 @RylanBot([#3713](https://github.com/Tencent/tdesign-vue/pull/3713))
- `Tag`: 修复点击关闭按钮会同时触发点击事件的问题 @uyarn ([#3715](https://github.com/Tencent/tdesign-vue/pull/3715))
- `Select`: 修复设置 `keys` 后, onChange 回调参数中 selectedOptions 参数缺失的问题 @uyarn ([#3716](https://github.com/Tencent/tdesign-vue/pull/3716))

## 🌈 1.14.0 `2025-09-19`
### 🚀 Features
- `Icon`: @uyarn
- `tdesign-icons-vue` 发布 0.4.x 版本,新增 align-bottom、no-result、no-result-filled、 tree-list、wifi-no、 wifi-no-filled、logo-stackblitz-filled、logo-stackblitz、logo-wecom-filled 图标,移除 video-camera-3、video-camera-3-filled、list 图标,此前有依赖以上三个图标升级请注意 ⚠️ ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
- 按需加载方式使用的图标资源支持可变粗细功能,通过`strokeWidth`属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
- 按需加载方式使用的图标资源支持多色填充功能,通过`strokeColor` 和 `fillColor` 属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
- `Textarea`: 新增 `allowInputOverMax` API,允许输入超过 `maxlength` @RSS1102 ([#3691](https://github.com/Tencent/tdesign-vue/pull/3691))
- `Tabs`: @RSS1102
- 新增 `dragSort` 和 `onDragSort` 方法,用于进行选项卡调换顺序的需求 ([#3711](https://github.com/Tencent/tdesign-vue/pull/3711))
- 将 remove 事件从删除图标移至外层容器, 保证替换图标功能正常使用,有覆盖删除图标样式请注意此变更 ⚠️ ([#3686](https://github.com/Tencent/tdesign-vue/pull/3686))
- `Skeleton`: 修复 `theme` 默认值不符合文档描述的问题,需要 `paragraph` 效果升级后手动设置 `theme` @liweijie0812 ([#3682](https://github.com/Tencent/tdesign-vue/pull/3682))
- `tabs`:
### 🐞 Bug Fixes
- `Tree`: 修复 `draggable` 在 `disabled` 状态下依旧生效的异常 @RylanBot ([#3690](https://github.com/Tencent/tdesign-vue/pull/3690))
- `Watermark`: 修复深色模式下,文字水印内容显示不明显的问题 @liweijie0812 ([#3697](https://github.com/Tencent/tdesign-vue/pull/3697))
- `Dialog`: 修复`1.10.8`版本后,`showInAttachedElement` 不能配合 `attach` 一起使用的问题 @uyarn ([#3692](https://github.com/Tencent/tdesign-vue/pull/3692))
- `Tree`: 修复自定义 icon 场景下,全被设为 open 状态,导致图标颜色错误的问题 @RylanBot([#3713](https://github.com/Tencent/tdesign-vue/pull/3713))
- `Tag`: 修复点击关闭按钮会同时触发点击事件的问题 @uyarn ([#3715](https://github.com/Tencent/tdesign-vue/pull/3715))
- `Select`: 修复设置 `keys` 后, onChange 回调参数中 selectedOptions 参数缺失的问题 @uyarn ([#3716](https://github.com/Tencent/tdesign-vue/pull/3716))

## 🌈 1.13.1 `2025-08-20`
### 🚀 Features
- `Table`: 新增切换分页后重置滚动条回到顶部的特性 @RSS1102 ([#3684](https://github.com/Tencent/tdesign-vue/pull/3684))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "1.13.1",
"version": "1.14.0",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/_usage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<template>
<base-usage :code="usageCode" :config-list="configList" :panel-list="panelList" @PanelChange="onPanelChange">
<template #tabs="{ configProps }">
<t-tabs v-bind="configProps">
<t-tabs v-bind="configProps" :default-value="1">
<t-tab-panel :value="1" label="选项卡1">
<p style="margin: 20px">选项卡1内容区</p>
</t-tab-panel>
Expand Down
Loading