Skip to content

v5.6.0

Compare
Choose a tag to compare
@awmleer awmleer released this 12 Mar 04:01
· 1276 commits to master since this release
  • 特性
    • TabBar.Item 的 title 属性现在支持渲染函数动态生成内容了 #4911
    • FloatingBubble 增加了 --background CSS 变量 #4912
    • ActionSheet 增加了 popupClassNamepopupStyle 属性 #4910
  • 优化
    • 现在 Cascader 和 CascaderView 当层级减少时,会自动选择到最后一个可选的层级 423d714
  • 修复
    • Checkbox & Radio 调整了 onClick 的行为,修复了一些内部元素的点击事件无法被外层捕获的问题 c467887
    • 修复了 Badge 内容如果为数字 0,会无法正常显示的问题 #4906
    • 修复了 Modal Dialog ImageViewer ActionSheet 组件调用 show() 后如果立即调用 close() / clear() 可能会无法正确地关闭弹层的问题 #4897 #4909 #4914