Skip to content

chore(release): publish 0.6.0-alpha.0

Compare
Choose a tag to compare
@Pilotager Pilotager released this 08 Dec 13:08
· 17 commits to main since this release

2024-12-08

新功能 🎉

  • Toast

  • Notify

    • 支持直接函数调用,添加 color background 属性 852 @hbztd
  • Dialog

    • 支持直接函数调用,添加 title message messageAlign theme confirm cancel onBeforeClose 属性 852 @hbztd

Bug 修复 🐞

  • ActionSheet

    • ActionSheet 组件添加默认的安全区域 840 @sweet7788
  • List

  • Pick

    • 修复 picker 组件在快速上滑或者下滑时,执行惯性动画期间,再次滚动 picker-column 后出现的位置卡顿问题 844 @kunkuntang
  • Popup

    • 修复手动关闭未触发 onClose 事件 852 @hbztd
  • TextArea

    • 修复 getStringLength 在输入 emoji 时无法正确统计字符长度 853 @CodeMak1r-zy
  • Form

其他变更