Skip to content

v0.2.4

Compare
Choose a tag to compare
@Justineo Justineo released this 22 Aug 02:48
· 791 commits to dev since this release
  • [+] 增加 veui-loader,确保只在 Webpack 能够 resolve 样式文件时 babel-plugin-veui 才注入样式 import 语句。
  • [^] 改善 ButtonTable 组件的样式。
  • [+] 为 Link 组件增加 fallback prop,用于指定无链接时渲染的容器标签名。
  • [+] 为 Steps 添加路由支持。
  • [^] Select 组件选项值现在支持 ''(空字符串)或 0
  • [+] 为 Select 组件添加未命名分组样式。
  • [+] 为 Switch 组件增加描述及默认 slot。
  • [+] 为 Searchbox 组件增加 clearable 属性,suggestions scoped slot 以及 select 事件,suggestions 支持字符串数组。
  • [^] 修正 indeterminate 状态 Checkbox 的浏览器兼容性。
  • [^] Table 组件的 select 事件将在 selected prop 更新后触发,select 事件在全选时增加 null 值作为当前选择项的数据,参数列表修改为和单选时一致。[Breaking change]
  • [^] 修正 RegionPicker 无法响应外部 selected 变化的问题。