@@ -5,6 +5,30 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 1.2.0 ` 2023-08-16 `
9
+ ### 🚀 Features
10
+ - ` Search ` : 支持透传更多 Input 的属性 @betavs ([ #2229 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2229 ) )
11
+ - ` Icon ` : 图标更新,新增 ` 960 ` 个图标 @anlyyao ([ #2254 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2254 ) )
12
+ - ` Input ` : 新增 ` --td-input-label-max-width ` 和 ` --td-input-label-min-width ` 两个样式变量 @anlyyao ([ #2259 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2259 ) )
13
+ - ` Loading ` : 新增 CSS Variable 用于调整加载提示文案颜色 @ElanYoung ([ #2273 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2273 ) )
14
+
15
+ ### 🐞 Bug Fixes
16
+ - ` Swiper ` : 修复图片加载中/加载错误占位符未居中的问题 @anlyyao ([ #2246 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2246 ) )
17
+ - ` TabBar ` : 修复示例代码展示错误 @anlyyao ([ #2257 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2257 ) )
18
+ - ` Input ` : 修复 ` t-class-label ` 外部样式类无法修改 ` label ` 宽度 @anlyyao ([ #2259 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2259 ) )
19
+ - ` GridItem ` : 修复无效的css变量 @betavs ([ #2253 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2253 ) )
20
+ - ` Radio ` : 修复调整 placement 之后的渲染抖动的问题 @LeeJim ([ #2271 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2271 ) )
21
+ - ` SwipeCell ` : 阻止默认的垂直滚动,优化交互体验 @LeeJim ([ #2281 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2281 ) )
22
+ - ` Collapse ` : 修复默认展开全部时,无法正常收起的问题 @LeeJim ([ #2280 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2280 ) )
23
+ - ` SwipeCell ` : 使用 hidden 隐藏后显示仍能够正常使用 @LeeJim ([ #2283 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2283 ) )
24
+ - ` Checkbox ` : 修复 icon 无法使用插槽的问题 @LeeJim ([ #2285 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2285 ) )
25
+ - ` Popup ` : 修复滚动穿透的问题 @LeeJim ([ #2290 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2290 ) )
26
+
27
+ ### 🚧 Others
28
+ - ` Swiper ` : 修复示例错误 @anlyyao ([ #2246 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2246 ) )
29
+ - ` Swiper ` : 补充外部样式类信息 @LeeJim ([ #2256 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2256 ) )
30
+ - ` Icon ` : 更新图标展示UI组件至 0.2.0 版本 @uyarn ([ #2269 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2269 ) )
31
+
8
32
## 🌈 1.1.15 ` 2023-08-01 `
9
33
### 🚀 Features
10
34
- ` DropdownMenu ` : 支持自定义箭头图标 @LeeJim ([ #2240 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2240 ) )
0 commit comments