Skip to content

v1.2.3

Compare
Choose a tag to compare
@dolymood dolymood released this 29 Dec 08:14
· 2201 commits to master since this release

Fixes

  • border 1px 的单位 1px 不应该被 rem 转换,改为 1PX
  • Vue.use(Cube) 不应该被 install 多次
  • Dialog 组件按钮按压态背景色颜色变量错误
  • IndexList 组件的插槽更新,使得插槽样式更容易控制
  • CascadePicker 当数据中有 children 但是长度为 0 时依旧当做一列

Fixes

  • border 1px unit : change 1px to 1PX for rem
  • Vue.use(Cube) should not installed again
  • Dialog: button active backgound color variable error
  • IndexList: slot update: control style more easily
  • CascadePicker: if children's length is 0, then it should be visible