Cube Ui Versions Save

:large_orange_diamond: A fantastic mobile ui lib implement by Vue

v1.12.38

4 years ago

Fixes

v1.12.37

4 years ago

Use 1.12.38

v1.12.36

4 years ago

优化

  • Form: field & group 配置新增 key 字段
  • Form: 新增 submitAlwaysValidate Prop 控制提交时是否校验所有字段

Improvements

  • Form: add new key config prop in field & group config
  • Form: new submitAlwaysValidate Prop to control wether always validate all fields when submit

v1.12.34

4 years ago

修复

  • Radio: 修复默认插槽模式下,v-model获取不到值问题
  • Input: 增加 pattern Prop
  • SegmentPicker: 修复隐藏没有动画问题
  • TimePicker: 修复再次打开时选择项重置问题
  • createAPI: 修复特殊情况下销毁时报错

Fixes

  • Radio: fix v-model can not get value in default slot mode
  • Input: add pattern Prop
  • SegmentPicker: fix no transition when hide
  • TimePicker: fix selected item changed when reopen in some cases
  • createAPI: fix destroy error in some cases

v1.12.32

4 years ago

修复

  • Form: 修复只能第一次滚动到 invalid 字段问题

Fixes

  • Form: fix only first submit could scroll into first invalid field

v1.12.31

4 years ago

修复

  • SegmentPicker: 修复不能隐藏bug #597

Fixes

  • SegmentPicker: fix can not hide bug #597

v1.12.30

4 years ago

修复

  • Form: 添加 Field 项时应该更新状态值

优化

  • Form: 在 submit 事件中新增第三个参数(只有field组成的model值)

Fixes

  • Form: should update state value when add form field

Improvements

  • Form: new param(only model value with fields) insubmit event

v1.12.29

4 years ago

修复

  • Scroll: 下拉动画异常 无法恢复位置 #559
  • Input: 在ff上宽度异常 #567

Fixes

  • Scroll: PullDownRefresh can not reset position in some cases #559
  • Input: min-width should be 0 in ff #567

v1.12.28

4 years ago

优化

  • CheckboxGroup: 新增 colNum 控制展示列数
  • Radio: 新增 colNum 控制展示列数

Improvements

  • CheckboxGroup: new prop colNum to control column number
  • Radio: new prop colNum to control column number

v1.12.27

4 years ago

优化

  • ScrollNav: 新增 scrollTo API
  • ScrollNavBar: txts 新增和 labels 同步逻辑

Improvements

  • ScrollNav: new scrollTo API
  • ScrollNavBar: update labels should update txts too