File tree Expand file tree Collapse file tree 7 files changed +1655
-1267
lines changed
Expand file tree Collapse file tree 7 files changed +1655
-1267
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ pr_number : 4169
3+ contributor : Wesley-0808
4+ ---
5+
6+ - fix(Popover): 修复控制台告警问题 @Wesley-0808 ([ #4169 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4169 ) )
7+ - feat(Popover): 新增 ` --td-popover-[theme]-color ` 和 ` --td-popover-[theme]-bg-color ` 系列 ` CSS Vars ` @Wesley-0808 ([ #4169 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4169 ) )
Original file line number Diff line number Diff line change 1+ ---
2+ pr_number : 4170
3+ contributor : Boomkaa
4+ ---
5+
6+ - feat(Slider): 修复受控 + 双游标滑块模式下陷入死循环的问题 @Boomkaa ([ #4170 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4170 ) )
Original file line number Diff line number Diff line change 1+ ---
2+ pr_number : 4174
3+ contributor : anlyyao
4+ ---
5+
6+ - feat(QRCode): 组件新增 ` init() ` ,用于外部调用,重新绘制二维码 @anlyyao ([ #4174 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4174 ) )
Original file line number Diff line number Diff line change 1+ ---
2+ pr_number : 4175
3+ contributor : anlyyao
4+ ---
5+
6+ - feat(SideBarItem): 完善激活项的前缀和后缀元素显示逻辑 @anlyyao ([ #4175 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4175 ) )
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ toc: false
55docClass : timeline
66---
77
8- ## 🌈 0.1.1 ` 2025-11-17 `
8+ ## 🌈 0.1.1 ` 2025-11-17 `
9+
910### 🐞 Bug Fixes
10- - ` Attachments ` : 修复图标点击事件冒泡问题 @novlan1 ([ #72 ] ( https://github.com/novlan1/tdesign-uniapp/pull/72 ) )
1111
12+ - ` Attachments ` : 修复图标点击事件冒泡问题 @novlan1 ([ #72 ] ( https://github.com/novlan1/tdesign-uniapp/pull/72 ) )
Original file line number Diff line number Diff line change 1- ---
2- title : 更新日志
3- spline : explain
4- toc : false
5- docClass : timeline
6- ---
7-
8-
9- ## 🌈 0.5.5 ` 2025-11-17 `
1+ ---
2+ title : 更新日志
3+ spline : explain
4+ toc : false
5+ docClass : timeline
6+ ---
7+
8+ ## 🌈 0.5.5 ` 2025-11-17 `
9+
1010### 🚀 Features
11+
1112- ` Picker ` : 支持 ` v-model:visible ` 语法糖 @novlan1 ([ #77 ] ( https://github.com/novlan1/tdesign-uniapp/pull/77 ) )
1213- ` PullDownRefresh ` : 修改 ` dragstart/dragging/dragend ` 事件参数为 ` TouchEvent ` @novlan1 ([ #63 ] ( https://github.com/novlan1/tdesign-uniapp/pull/63 ) )
1314
1415### 🐞 Bug Fixes
16+
1517- ` Input ` : 修复 ` readonly ` 时点击无效问题 @novlan1 ([ #76 ] ( https://github.com/novlan1/tdesign-uniapp/pull/76 ) )
1618- ` PullDownRefresh ` : 修复加载中再次点击时触发的 ` value ` 变化问题 @novlan1 ([ #63 ] ( https://github.com/novlan1/tdesign-uniapp/pull/63 ) )
1719
20+ ## 🌈 0.5.4 ` 2025-11-14 `
21+
22+ ### 🐞 Bug Fixes
23+
24+ - ` DropdownMenu ` : 修复使用自带导航栏时的高度错误 @novlan1 ([ #56 ] ( https://github.com/novlan1/tdesign-uniapp/pull/56 ) )
25+
26+ ## 🌈 0.5.3 ` 2025-11-12 `
27+
28+ ### 🐞 Bug Fixes
29+
30+ - ` Form ` : 修复 ` FormItem ` 中 ` padding ` 错误问题 @novlan1
31+
32+ ### 🚧 Others
33+
34+ - site: 使用 ` history ` 模式 @novlan1 ([ #35 ] ( https://github.com/novlan1/tdesign-uniapp/pull/35 ) )
35+ - ci: 使用多种 CI @novlan1 ([ #42 ] ( https://github.com/novlan1/tdesign-uniapp/pull/42 ) )
36+
37+ ## 🌈 0.5.2 ` 2025-11-10 `
38+
39+ ### 🐞 Bug Fixes
40+
41+ - ` Popup ` : 修复滚动穿透问题 @novlan1 ([ #33 ] ( https://github.com/novlan1/tdesign-uniapp/pull/33 ) )
42+ - ` Tabs ` : 修复 ` scroll-view ` 事件参数问题 @novlan1 ([ #32 ] ( https://github.com/novlan1/tdesign-uniapp/pull/32 ) )
43+
44+ ## 🌈 0.5.1 ` 2025-11-07 `
45+
46+ ### 🚀 Features
1847
19- ## 🌈 0.5.4 ` 2025-11-14 `
20- ### 🐞 Bug Fixes
21- - ` DropdownMenu ` : 修复使用自带导航栏时的高度错误 @novlan1 ([ #56 ] ( https://github.com/novlan1/tdesign-uniapp/pull/56 ) )
22-
23-
24-
25- ## 🌈 0.5.3 ` 2025-11-12 `
26- ### 🐞 Bug Fixes
27- - ` Form ` : 修复 ` FormItem ` 中 ` padding ` 错误问题 @novlan1
28- ### 🚧 Others
29- - site: 使用 ` history ` 模式 @novlan1 ([ #35 ] ( https://github.com/novlan1/tdesign-uniapp/pull/35 ) )
30- - ci: 使用多种 CI @novlan1 ([ #42 ] ( https://github.com/novlan1/tdesign-uniapp/pull/42 ) )
31-
32-
33- ## 🌈 0.5.2 ` 2025-11-10 `
34- ### 🐞 Bug Fixes
35- - ` Popup ` : 修复滚动穿透问题 @novlan1 ([ #33 ] ( https://github.com/novlan1/tdesign-uniapp/pull/33 ) )
36- - ` Tabs ` : 修复 ` scroll-view ` 事件参数问题 @novlan1 ([ #32 ] ( https://github.com/novlan1/tdesign-uniapp/pull/32 ) )
37-
38-
39- ## 🌈 0.5.1 ` 2025-11-07 `
40- ### 🚀 Features
41- - ` PullDownRefresh ` : 支持 ` successDuration ` 属性 @novlan1 ([ #29 ] ( https://github.com/novlan1/tdesign-uniapp/pull/29 ) )
48+ - ` PullDownRefresh ` : 支持 ` successDuration ` 属性 @novlan1 ([ #29 ] ( https://github.com/novlan1/tdesign-uniapp/pull/29 ) )
You can’t perform that action at this time.
0 commit comments