@@ -6,6 +6,38 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.11.0 ` 2025-10-20 `
10+ ### 🚀 Features
11+ - ` Watermark ` : 新增 ` Watermark ` 水印组件 @Wesley-0808 ([ #3799 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3799 ) )
12+ - ` Textarea ` : 改用伪元素实现边框,避免占位 @anlyyao ([ #3878 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3878 ) )
13+ - ` SideBarItem ` :
14+ - 新增默认插槽,可自定义侧边栏子项内容 @anlyyao ([ #3875 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3875 ) )
15+ - 支持由标签内容撑开高度 @anlyyao ([ #3985 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3985 ) )
16+ - ` Swiper ` : 新增 ` animationfinish ` 事件 @anlyyao ([ #3885 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3885 ) )
17+ - ` Textarea ` : 组件 ` CSS Vars ` 新增 ` --td-textarea-padding ` @anlyyao ([ #3937 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3937 ) )
18+ - ` PickerItem ` : 子项支持 ` icon ` 属性 @anlyyao ([ #3930 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3930 ) )
19+ - ` Upload ` : ` click ` 事件新增 ` index ` 参数 @anlyyao ([ #3942 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3942 ) )
20+ - ` Slider ` : ` label ` 属性支持函数类型,用于自定义滑块当前值文本 @anlyyao ([ #3928 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3928 ) )
21+ - ` Drawer ` : 新增 ` overlayProps ` 属性 @anlyyao ([ #3978 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3978 ) )
22+ - ` QRCode ` : 新增外部样式类 ` t-class-canvas ` @anlyyao ([ #3956 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3956 ) )
23+ ### 🐞 Bug Fixes
24+ - ` DateTimePicker ` : 修复 ` showWeek ` 模式下日(` date ` )列表未正确排除 ` start ` 和 ` end ` 、且 ` steps ` 步长无效的问题 @composable-tu ([ #3861 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3861 ) )
25+ - ` Message ` : 修复 ` error ` 主题图标错误 @anlyyao ([ #3879 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3879 ) )
26+ - ` PullDownRefresh ` : 修复 ` t-class-loading ` 配置不生效的问题 @betavs ([ #3896 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3896 ) )
27+ - ` Input ` : 修复在 ` skyline ` 和 ` type = 'nickname' ` 场景下,` change ` 事件无效的问题 @anlyyao ([ #3858 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3858 ) )
28+ - ` StepItem ` : 修复 ` title ` 和 ` description ` 之间的间距错误 @anlyyao ([ #3898 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3898 ) )
29+ - ` Skeleton ` : 修复 ` row-col ` 中的选项为数字时无法实现多列效果的问题 @betavs ([ #3932 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3932 ) )
30+ - ` TabBar ` : 修复在 ` Skyline ` 渲染引擎下, ` change ` 事件无效的问题 @anlyyao ([ #3926 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3926 ) )
31+ - ` Checkbox ` : 修复 ` icon ` 属性使用 ` svg ` 资源时在 ` iOS ` 上不显示 @anlyyao ([ #3929 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3929 ) )
32+ - ` Slider ` : 修复动态更新 ` value ` 无效的问题 @anlyyao ([ #3954 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3954 ) )
33+ - ` DropdownItem ` : 修复在 ` iOS 26 ` 中弹窗定位不准 @anlyyao ([ #3953 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3953 ) )
34+ - ` Toast ` : 修复 ` showOverlay ` 和 ` preventScrollThrough ` 均为 ` true ` 时,遮罩背景色错误 @anlyyao ([ #3948 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3948 ) )
35+ - ` SideBar ` : 修复禁用态颜色错误 @novlan1 ([ #3982 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3982 ) )
36+ - ` Calendar ` : 修复翻页按钮状态错误 @anlyyao ([ #3996 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3996 ) )
37+ - ` ImageViewer ` : 修复背景色错误问题 @novlan1 ([ #3881 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3881 ) )
38+ - ` QRCode ` : 修复中心二维码位置偏移 @SinzoL ([ #3899 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3899 ) )
39+
40+
941## 🌈 1.10.1 ` 2025-08-22 `
1042### 🚀 Features
1143- ` Textarea ` : 新增 ` cursorColor ` 属性,仅在 ` Skyline ` 下有效 @anlyyao ([ #3832 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3832 ) )
@@ -1116,4 +1148,4 @@ docClass: timeline
11161148- ` Rate ` : 修复半选时 tips 的图标 @LeeJim ([ #1490 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1490 ) )
11171149
11181150## 🌈 0.x ` 2021-11-25 - 2023-01-09 `
1119- 前往 [ GitHub] ( https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/tdesign-miniprogram/CHANGELOG-0.x.md ) 查看 ` 0.x ` 更新日志
1151+ 前往 [ GitHub] ( https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/tdesign-miniprogram/CHANGELOG-0.x.md ) 查看 ` 0.x ` 更新日志
0 commit comments