File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.5.0 ` 2024-07-26 `
10+ ### 🚀 Features
11+ - ` Guide ` : 新增` Guide ` 组件 @hkaikai ([ #2998 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2998 ) ) ⚡
12+ - ` Icon ` : 新增 ` list-numbered ` 、` lock-off-filled ` 、` lock-on-filled ` 等 3 个图标 @anlyyao ([ #2962 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2962 ) )
13+ - ` Calendar ` : 新增 ` scroll ` 事件 @jarmywang ([ #2974 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2974 ) )
14+ - ` Rate ` : ` placement ` 属性可选项新增 ` '' ` ,表示不显示评分弹窗 @anlyyao ([ #2980 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2980 ) )
15+ ### 🐞 Bug Fixes
16+ - ` Icon ` : 修复图标 ` chart-column ` 的命名错误问题 @anlyyao ([ #2962 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2962 ) )
17+ - ` Cell ` : 修复动态添加 ` cell ` 时底部 ` border ` 不显示的问题 @jarmywang ([ #2977 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2977 ) )
18+ - ` Button ` : 修复` skyline ` 渲染模式下 ` hover ` 态失效 @jarmywang ([ #2973 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2973 ) )
19+ - ` Grid ` : 监听数据变化后未更新子组件样式 @betavs ([ #2991 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2991 ) )
20+ - ` Input ` : 修复占位符禁用态样式错误 @anlyyao ([ #3005 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3005 ) )
21+ - ` Noticebar ` : 移除未依赖的组件引用,修复代码质量告警 @anlyyao ([ #3006 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3006 ) )
22+ - ` Indexes ` : 修复位置错乱和滑动卡顿 @jarmywang ([ #3000 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3000 ) )
23+ ### 🚧 Others
24+ - ` 官网 ` : 项目案例更新 @anlyyao ([ #2964 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2964 ) )
25+ - ` TabBarItem ` : ` wx:key ` 从 ` index ` 更换为` value ` 属性值作为标识符 @jarmywang ([ #3002 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3002 ) )
26+ - ` Search ` : ` skyline ` 适配 @byq1213 ([ #2971 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2971 ) )
27+ - ` Switch ` : ` skyline ` 适配 @byq1213 ([ #2967 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2967 ) )
28+
29+
930## 🌈 1.4.5 ` 2024-07-05 `
1031### 🚀 Features
1132- ` Progress ` : ` circle ` 风格进度条支持自定义起始角度 @jarmywang ([ #2903 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2903 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
33 "purename" : " tdesign" ,
4- "version" : " 1.4.5 " ,
4+ "version" : " 1.5.0 " ,
55 "description" : " tdesign-miniprogram" ,
66 "title" : " tdesign-miniprogram" ,
77 "main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments