v1.0.0-alpha.23
Pre-release
Pre-release
⚠️ 非兼容性变更
- [^]
Tree
组件的expands
prop 更名为expanded
。expands
被废弃,将在1.0.0
移除。 - [^]
Radio
和Checkbox
的change
事件将在数据更新完毕后触发。
💡 主要变更
- [^] 为
Overlay
组件增加 propposition
。 - [^] 为
FilterPanel
组件增加 proptitle
。 - [^]
Tree
组件的item
及item-label
slot 作用域参数现在包含每个节点数据项的所有字段。 - [^]
Transfer
组件的candidate-item
、selected-item
、candidate-item-label
及selected-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
开始时失效的问题。