Skip to content

v1.0.0-alpha.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@Justineo Justineo released this 10 Sep 10:19
· 315 commits to dev since this release

⚠️ 非兼容性变更

  • [^] Dialog 组件预设 uitop 更名为 high
  • [^] Button 组件再 loading 状态下将保留 slot 内容,不再强行设置为 '加载中……'
  • [-] 删除了 $confirm$prompt 插件本来就无效的带状态唤起接口。

💡 主要变更

  • [+] 增加 longpress 指令。
  • [+] Dropdown 组件增加了 trigger prop,来指定何时展开下拉框。
  • [+] Dropdown 组件增加了 split prop,来允许拆分指令按钮与下拉切换按钮。
  • [+] Button 组件增加了 mouseenter/mouseleave 事件。
  • [+] NumberInput 组件支持长按调整值。
  • [+] 增加了 GridContainer/GridRow/GridColumn 组件。
  • [+] Progress 组件增加了预设 uifluid,自适应容器宽度。
  • [+] Dialog 组件增加了预设 uismall/large/auto,用于指定预设宽度。
  • [+] 为 Overlay/Dialog/AlertBox/ConfirmBox/PromptBox 组件增加了 afterclose 事件。
  • [^] 调整了 alert/confirm/prompt/toast 插件的接口,现在 $alert/$confirm/$prompt/$toast 均可直接作为函数调用。

🐞 问题修复

  • [^] 修复 Tabs 组件移除标签时可能产生的问题。
  • [^] 修正 ConfirmBox 没有正确触发事件的问题。