0.16.0
版本发布时间: 2022-07-18 19:27:33
Tencent/tdesign-miniprogram最新发布版本:1.7.0(2024-10-25 17:35:07)
What's Changed
❗ BREAKING CHANGES
-
Drawer
: 调整placement
属性,只支持left
和right
@LeeJim (#619) -
Button
:tap
事件返回值更新为event
对象 @anlyyao (#603) -
Skeleton
: 属性theme
移除avatar-text
;新增avatar
、image
、paragraph
@anlyyao (#617) -
Skeleton
: 外部样式类移除t-class-avatar
、t-class-image
、t-class-text
;新增t-class-col
@anlyyao (#617) -
Skeleton
: 属性rowCol
移除默认值[1, 1, 1, { width: 70% }]
@anlyyao (#617)
🚀 Features
🐞 Bug Fixes
-
Picker
: 修复pick
事件返回的label
不正确的问题 @LeeJim (#612) -
Picker
:confirm-btn
和cancel-btn
增加boolean
类型,值为true
时使用默认文案 @LeeJim (#614) -
DropdownMenu
: 移除冗余的z-index
@LeeJim (#623) -
Loading
: 修复text
为空时仍渲染非空节点的问题 @wanpan11 (#621)
🚧 Others
-
Switch
: 更新示例代码 @wangyuan0108 (#615) -
NoticeBar
: 更新示例代码 @anlyyao (#610) -
Picker
: 展示示例代码 @anlyyao (#606) -
Tag
: 更新示例代码 @anlyyao (#622) -
Steps
: 更新示例代码 @anlyyao (#609) -
Skeleton
: 更新示例代码 @anlyyao (#617)
New Contributors
- @wanpan11 made their first contribution in https://github.com/Tencent/tdesign-miniprogram/pull/621
Full Changelog: https://github.com/Tencent/tdesign-miniprogram/compare/0.15.1...0.16.0