Cube Ui Versions Save

:large_orange_diamond: A fantastic mobile ui lib implement by Vue

v1.12.26

4 years ago

修复

  • Validator: 修复异步校验结果无效bug
  • Form: 修复两次校验bug
  • Slide: 特殊情况下动态修改不能滚动bug https://github.com/didi/cube-ui/issues/539
  • DatePicker: 默认 min 和 max 值为正确的月份
  • IndexList: 特殊情况下报错

Fixes

  • Validator: fix async validate error
  • Form: fix twice validate
  • Slide: fix cannot scroll in some special cases https://github.com/didi/cube-ui/issues/539
  • DatePicker: fix min and max should be right month
  • IndexList: fix cannot get scroll instance in some cases

v1.12.25

4 years ago

特性

  • IndexList:支持 title 插槽
  • Textarea: 支持 change 事件

Improvements

  • IndexList:new title slot
  • Textarea: new change event

v1.12.24

4 years ago

修复


Fixes

v1.12.23

4 years ago

特性

  • Locale:模块新暴露出来 .localeMixin 用于支持应用使用 $t

Improvements

  • Locale:add new exported .localeMixin on this module to support $t in application

v1.12.22

4 years ago

修复

  • IndexList: forceUpdate 会重新计算位置

Fixes

  • IndexList: forceUpdate should recalculate height

v1.12.21

4 years ago

优化

  • Scroll: 支持 pullUp 的visible 配置

修复

  • Form: button 不支持事件

Improvements

  • Scroll: support pullUp visible config

Fixes

  • Form: fixed button do not support events

v1.12.19

5 years ago

优化

  • Checker: 支持 option.disabled 控制选项是否禁用

Improvements

  • Checker: use option.disabled to control the state of checker item

v1.12.15

5 years ago

修复

  • Scroll: 修复嵌套使用时可能无法滚动

Fixes

  • Scroll: fix sometimes can't scroll in nest mode

v1.12.14

5 years ago

优化

  • DatePicker: 支持 columnOrder 可以控制列的顺序

Improvements

  • DatePicker: use columnOrder to the columns order

v1.12.13

5 years ago

优化

  • RecycleList:新增 reset API

修复

  • Slide: 修复横向嵌套时获取宽度不对
  • ScrollNavBar: 去掉由 inline-block 引起的间隙
  • Form: 当submit时应该同步validator的值

Improvements

  • RecycleList: new reset API to reset list

Fixes

  • Slide: fixed nested scroll width error
  • ScrollNavBar: fixed the gap caused by inline-block
  • Form: should sync validator value when subitting