Skip to content

v1.0.0-alpha.22

Pre-release
Pre-release
Compare
Choose a tag to compare
@Justineo Justineo released this 31 Jan 08:57
· 193 commits to dev since this release

⚠️ 非兼容性变更

  • [^] Progress 组件的 auto-succeed prop 更名为 autosucceed

💡 主要变更

  • [^] Pagination 组件支持不传入 to prop,完全使用事件进行交互。
  • [^] 为 Dialog 组件的所有插槽传入作用域参数 close 函数。

🐞 问题修复

  • [^] 修复了 Buttontargetprops 的同步问题。
  • [^] 修正了 PromptBox 回车确认时事件重复触发的问题。
  • [^] 修正了 CheckboxGroupCheckButtonGroup 组件初始值为 null 时报错的问题。
  • [^] 修正了 CalendarSchedule 组件范围选择初始值为 null 时计算错误的问题。
  • [^] 修正了 AlerBoxTabs 组件存在硬编码文本的问题。
  • [^] 修正了 SelectOptionGroup 在使用内联组件时,作用域插槽没有生效的问题。
  • [^] 修正了 Textarea 在显示行号且不自动扩展时,行号滚动不同步的问题。
  • [^] 修正了 Tooltip 组件的在 target/trigger 改变时重新绑定事件的逻辑。