File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ docClass: timeline
6
6
---
7
7
8
8
9
+ ## 🌈 1.10.1 ` 2025-08-22 `
10
+ ### 🚀 Features
11
+ - ` Textarea ` : 新增 ` cursorColor ` 属性,仅在 ` Skyline ` 下有效 @anlyyao ([ #3832 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3832 ) )
12
+ - ` Button ` :
13
+ - 新增 ` getrealtimephonenumber ` 事件 @novlan1 ([ #3845 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3845 ) )
14
+ - 新增 ` createliveactivity ` 事件 @anlyyao ([ #3845 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3845 ) )
15
+ ### 🐞 Bug Fixes
16
+ - ` ImageViewer ` : 移除 ` backgroundColor ` 属性默认值,导航背景色固定为 ` #000 ` ,遮罩背景色使用 ` @mask-active ` @anlyyao ([ #3843 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3843 ) )
17
+ - ` Toast ` : 修复即将关闭时再次触发显示导致之后的触发无效的问题 @betavs ([ #3841 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3841 ) )
18
+ - ` Stepper ` : 结合 ` dialog ` 组件使用时,输入值后键盘弹起状态下点击弹窗确认按钮关闭弹窗后 ` change ` 事件才触发的问题 @betavs ([ #3804 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3804 ) )
19
+ - ` Collapse ` : 修复 ` --td-collapse-border-color ` 无效的问题 @SinzoL ([ #3862 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3862 ) )
20
+ - ` PullDownRefresh ` : 处理容器隐藏状态下高度计算异常的问题 @betavs ([ #3863 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3863 ) )
21
+ - ` Skeleton ` : 骨架屏动画` animation-delay ` 属性修改为 ` 0s ` @anlyyao ([ #3853 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3853 ) )
22
+ ### 🚧 Others
23
+ - ` Cell ` : 组件边框样式新增 ` .t-cell--bordered ` 移除 ` .t-cell--borderless ` 类名 @SinzoL ([ #3862 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3862 ) )
24
+
25
+
9
26
## 🌈 1.10.0 ` 2025-08-01 `
10
27
### 🚀 Features
11
28
- ` QRCode ` : 新增` QRCode ` 组件 @SinzoL ([ #3780 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3780 ) ) ⚡
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.10.0 " ,
4
+ "version" : " 1.10.1 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
134
134
" eslint --fix"
135
135
]
136
136
}
137
- }
137
+ }
You can’t perform that action at this time.
0 commit comments