@@ -5,6 +5,50 @@ toc: false
55docClass : timeline
66---
77
8+ ## 🌈 1.12.0 ` 2025-04-24 `
9+ ### 🚀 Features
10+ - ` Breadcrumb ` : 新增 ` ellipsis ` 、` maxItems ` 、` itemsAfterCollapse ` 、` itemsBeforeCollapse ` 相关 API,用于折叠面包屑的场景,具体使用请参考文档示例 @Wesley-0808 ([ #5261 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5261 ) )
11+ - ` ColorPicker ` : 新增 ` onClear ` 清除按钮事件回调 @mikasayw ([ #5109 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5109 ) )
12+ - ` DatePicker ` : 新增 ` readonly ` 属性,用于只读配置 @mikasayw ([ #5293 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5293 ) )
13+ - ` Drawer `
14+ - 新增 ` DrawerPlugin ` ,支持` 插件函数式 ` 调用 @Wesley-0808 ([ #5067 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5067 ) )
15+ - 新增 ` drawerClassName ` API,用于定义抽屉本身的相关类名 @Wesley-0808 ([ #5067 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5067 ) )
16+ - ` Form ` : 新增 ` requiredMarkPosition ` ,可定义必填符号的位置 @Wesley-0808 ([ #5223 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5223 ) )
17+ - ` Icon ` : 新增 ` logo-miniprogram ` 小程序、` logo-cnb ` 云原生构建、` seal ` 印章、` quote ` 引号等图标 @taowensheng1997 @uyarn @RADWIMPS426 ([ #5355 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5355 ) )
18+ - ` Select ` : 取消勾选面板中的已选项时触发 ` remove ` 事件回调 @QuentinHsu ([ #5333 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5333 ) )
19+ - ` Swiper ` : 新增 ` cardScale ` ,支持自定义卡片模式下的缩放比例 @joinmouse ([ #5272 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5272 ) )
20+ - ` Upload ` : ` image-flow ` 模式下支持自定义错误文本 @ngyyuusora ([ #5326 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5326 ) )
21+
22+ ### 🐞 Bug Fixes
23+ - ` ColorPicker ` : 修复切换颜色无效的问题 @mikasayw ([ #5282 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5282 ) )
24+ - ` Drawer ` : 优化拖拽调整大小的过程中,Drawer 页内容会被选中的问题 @joinmouse ([ #5233 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5233 ) )
25+ - ` DatePicker ` : 修复 ` readonly ` 为 ` true ` 时, ` clearable ` 仍然生效的问题 @xiaojueshi ([ #5303 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5303 ) ) ([ #5305 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5305 ) )
26+ - ` InputNumber ` :
27+ - 修复` tips ` 插槽重复渲染的问题 @mikasayw ([ #5286 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5286 ) )
28+ - 优化数字输入框的边界问题 @Sight-wcg ([ #5358 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5358 ) )
29+ - ` Menu ` : 修复 ` menu-item ` 的 ` onClick ` 事件触发两次的问题 @RSS1102 ([ #5235 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5235 ) )
30+ - ` Select `
31+ - 修复 ` tips ` 插槽无效的问题 @liweijie0812 ([ #5250 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5250 ) )
32+ - 修复当 ` check-all ` 为空字符串时的效果异常的问题 @betavs ([ #5221 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5221 ) )
33+ - 修复` 1.11.x ` 版本中,未设置 ` label ` 时选项展示异常的问题 @RSS1102 ([ #5257 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5257 ) )
34+ - 修复多选场景下 ` onEnter ` 回调参数丢失的问题,同时保持多选单选回车交互逻辑一致 @uyarn ([ #5361 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5361 ) )
35+ - 修复 ` keys ` 属性配置 ` content ` 作为 value 时不生效问题 @hello-ishine ([ #5199 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5199 ) )
36+ - ` Table ` :
37+ - 修复当 ` reserveSelectedRowOnPaginate ` 为` false ` 时,没有正确返回全选当前页数据的问题 @RSS1102 ([ #5248 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5248 ) )
38+ - 修复 column 的 ` checkProps ` 未配置导致的点击行选中行为异常的问题 @uyarn ([ #5362 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5362 ) )
39+ - ` Select ` : 修复多选场景下无法通过键盘操作选中全选选项的问题 @uyarn ([ #5361 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5361 ) )
40+ - ` Swiper ` : 优化默认容器高度,避免 navigator 位置异常的问题 @uyarn ([ #5278 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5278 ) )
41+ - ` Tabs ` :
42+ - 优化路由切换过程中,Tabs 未初始化出现卸载错误的场景 @RSS1102 ([ #5359 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5359 ) )
43+ - 优化选项卡存在超长 label 时的滑动效果 @wonkzhang ([ #5316 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5316 ) )
44+ - ` Textarea ` : 调整 focus 时机延迟到组件完全渲染之后 @RSS1102 ([ #5153 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5153 ) )
45+ - ` TreeSelect ` : 修复当 ` valueType='object ' ` 时无初始化选中数据时产生意外错误 @RSS1102 ([ #5322 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5322 ) )
46+
47+ ### 📝 Documentation
48+ - ` Swiper ` : 优化` Swiper ` 组件跳转沙箱演示缺失示例样式的问题 @uyarn ([ #5278 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5278 ) )
49+ - ` Dialog ` : 优化文档内容,统一内容描述 @Wesley-0808 ([ #5067 ] ( https://github.com/Tencent/tdesign-vue-next/pull/5067 ) )
50+
51+
852## 🌈 1.11.5 ` 2025-03-25 `
953### 🐞 Bug Fixes
1054- ` Table ` :
0 commit comments