Skip to content

v1.0.0-alpha.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@Justineo Justineo released this 06 Mar 02:25
· 164 commits to dev since this release
v1.0.0-alpha.23

⚠️ 非兼容性变更

  • [^] Tree 组件的 expands prop 更名为 expandedexpands 被废弃,将在 1.0.0 移除。
  • [^] RadioCheckboxchange 事件将在数据更新完毕后触发。

💡 主要变更

  • [^] 为 Overlay 组件增加 prop position
  • [^] 为 FilterPanel 组件增加 prop title
  • [^] Tree 组件的 itemitem-label slot 作用域参数现在包含每个节点数据项的所有字段。
  • [^] Transfer 组件的 candidate-itemselected-itemcandidate-item-labelselected-item-label slot 作用域参数现在包含每个节点数据项的所有字段。

🐞 问题修复

  • [^] 修正 Overlay 组件 prop 类型导致 SSR 报错的问题。
  • [^] 修正 Searchbox 组件 suggestions prop 类型为 Array<string> 时,replace-on-select 设置无效的问题。
  • [^] 修正 veui-theme-one-icons 中图标的 fill & stroke
  • [^] 修正 Transter 组件的 selected-item-label 插槽在 selected-show-mode'flat' 时无效的问题。
  • [^] 修正 Transfer 组件更新 datasource 时候选项没有正确更新的问题。
  • [^] 修正 Schedule 时段合并逻辑在从 0:00 开始时失效的问题。