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
66---
77
88
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+
926## 🌈 1.10.0 ` 2025-08-01 `
1027### 🚀 Features
1128- ` QRCode ` : 新增` QRCode ` 组件 @SinzoL ([ #3780 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3780 ) ) ⚡
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
33 "purename" : " tdesign" ,
4- "version" : " 1.10.0 " ,
4+ "version" : " 1.10.1 " ,
55 "description" : " tdesign-miniprogram" ,
66 "title" : " tdesign-miniprogram" ,
77 "main" : " miniprogram_dist/index.js" ,
134134 " eslint --fix"
135135 ]
136136 }
137- }
137+ }
You can’t perform that action at this time.
0 commit comments