Skip to content

Commit c83c0eb

Browse files
chore: release 1.14.0 (#3717)
* chore: release 1.14.0 * chore: changelog's changes * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5054d9f commit c83c0eb

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.14.0 `2025-09-19`
9+
### 🚀 Features
10+
- `Icon`@uyarn
11+
- `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))
12+
- 按需加载方式使用的图标资源支持可变粗细功能,通过`strokeWidth`属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
13+
- 按需加载方式使用的图标资源支持多色填充功能,通过`strokeColor``fillColor` 属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
14+
- `Textarea`: 新增 `allowInputOverMax` API,允许输入超过 `maxlength` @RSS1102 ([#3691](https://github.com/Tencent/tdesign-vue/pull/3691))
15+
- `Tabs`: @RSS1102
16+
- 新增 `dragSort``onDragSort` 方法,用于进行选项卡调换顺序的需求 ([#3711](https://github.com/Tencent/tdesign-vue/pull/3711))
17+
- 将 remove 事件从删除图标移至外层容器, 保证替换图标功能正常使用,有覆盖删除图标样式请注意此变更 ⚠️ ([#3686](https://github.com/Tencent/tdesign-vue/pull/3686))
18+
- `Skeleton`: 修复 `theme` 默认值不符合文档描述的问题,需要 `paragraph` 效果升级后手动设置 `theme` @liweijie0812 ([#3682](https://github.com/Tencent/tdesign-vue/pull/3682))
19+
20+
### 🐞 Bug Fixes
21+
- `Tree`: 修复 `draggable``disabled` 状态下依旧生效的异常 @RylanBot ([#3690](https://github.com/Tencent/tdesign-vue/pull/3690))
22+
- `Watermark`: 修复深色模式下,文字水印内容显示不明显的问题 @liweijie0812 ([#3697](https://github.com/Tencent/tdesign-vue/pull/3697))
23+
- `Dialog`: 修复`1.10.8`版本后,`showInAttachedElement` 不能配合 `attach` 一起使用的问题 @uyarn ([#3692](https://github.com/Tencent/tdesign-vue/pull/3692))
24+
- `Tree`: 修复自定义 icon 场景下,全被设为 open 状态,导致图标颜色错误的问题 @RylanBot([#3713](https://github.com/Tencent/tdesign-vue/pull/3713))
25+
- `Tag`: 修复点击关闭按钮会同时触发点击事件的问题 @uyarn ([#3715](https://github.com/Tencent/tdesign-vue/pull/3715))
26+
- `Select`: 修复设置 `keys` 后, onChange 回调参数中 selectedOptions 参数缺失的问题 @uyarn ([#3716](https://github.com/Tencent/tdesign-vue/pull/3716))
27+
28+
## 🌈 1.14.0 `2025-09-19`
29+
### 🚀 Features
30+
- `Icon`@uyarn
31+
- `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))
32+
- 按需加载方式使用的图标资源支持可变粗细功能,通过`strokeWidth`属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
33+
- 按需加载方式使用的图标资源支持多色填充功能,通过`strokeColor``fillColor` 属性进行配置,详情请参考示例和文档 ([#3709](https://github.com/Tencent/tdesign-vue/pull/3709))
34+
- `Textarea`: 新增 `allowInputOverMax` API,允许输入超过 `maxlength` @RSS1102 ([#3691](https://github.com/Tencent/tdesign-vue/pull/3691))
35+
- `Tabs`: @RSS1102
36+
- 新增 `dragSort``onDragSort` 方法,用于进行选项卡调换顺序的需求 ([#3711](https://github.com/Tencent/tdesign-vue/pull/3711))
37+
- 将 remove 事件从删除图标移至外层容器, 保证替换图标功能正常使用,有覆盖删除图标样式请注意此变更 ⚠️ ([#3686](https://github.com/Tencent/tdesign-vue/pull/3686))
38+
- `Skeleton`: 修复 `theme` 默认值不符合文档描述的问题,需要 `paragraph` 效果升级后手动设置 `theme` @liweijie0812 ([#3682](https://github.com/Tencent/tdesign-vue/pull/3682))
39+
- `tabs`:
40+
### 🐞 Bug Fixes
41+
- `Tree`: 修复 `draggable``disabled` 状态下依旧生效的异常 @RylanBot ([#3690](https://github.com/Tencent/tdesign-vue/pull/3690))
42+
- `Watermark`: 修复深色模式下,文字水印内容显示不明显的问题 @liweijie0812 ([#3697](https://github.com/Tencent/tdesign-vue/pull/3697))
43+
- `Dialog`: 修复`1.10.8`版本后,`showInAttachedElement` 不能配合 `attach` 一起使用的问题 @uyarn ([#3692](https://github.com/Tencent/tdesign-vue/pull/3692))
44+
- `Tree`: 修复自定义 icon 场景下,全被设为 open 状态,导致图标颜色错误的问题 @RylanBot([#3713](https://github.com/Tencent/tdesign-vue/pull/3713))
45+
- `Tag`: 修复点击关闭按钮会同时触发点击事件的问题 @uyarn ([#3715](https://github.com/Tencent/tdesign-vue/pull/3715))
46+
- `Select`: 修复设置 `keys` 后, onChange 回调参数中 selectedOptions 参数缺失的问题 @uyarn ([#3716](https://github.com/Tencent/tdesign-vue/pull/3716))
47+
848
## 🌈 1.13.1 `2025-08-20`
949
### 🚀 Features
1050
- `Table`: 新增切换分页后重置滚动条回到顶部的特性 @RSS1102 ([#3684](https://github.com/Tencent/tdesign-vue/pull/3684))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue",
33
"purename": "tdesign",
4-
"version": "1.13.1-naruto",
4+
"version": "1.14.0-naruto",
55
"description": "tdesign-vue",
66
"title": "tdesign-vue",
77
"keywords": [

src/tabs/_usage/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<template>
33
<base-usage :code="usageCode" :config-list="configList" :panel-list="panelList" @PanelChange="onPanelChange">
44
<template #tabs="{ configProps }">
5-
<t-tabs v-bind="configProps">
5+
<t-tabs v-bind="configProps" :default-value="1">
66
<t-tab-panel :value="1" label="选项卡1">
77
<p style="margin: 20px">选项卡1内容区</p>
88
</t-tab-panel>

0 commit comments

Comments
 (0)