Skip to content

Releases: didi/cube-ui

v1.12.11

15 Feb 08:31
Compare
Choose a tag to compare

修复

  • RecycleList: 没数据时持续触发fetch问题
  • RecycleList: 并发数据顺序问题
  • Sticky: Sticky.Ele 没有指向 StickyElement 问题

优化

  • Radio:RadioGroup 支持 v-model

Fixes

  • RecycleList: should not trigger onFetch when no more data
  • RecycleList: data list should be ordered when concurrent requests

Improvements

  • Radio:RadioGroup supported v-model

v1.12.10

31 Jan 08:23
Compare
Choose a tag to compare

修复

  • RecycleList: SSR 报错

优化

  • Input, Textarea: 新增 focusblur API

Fixes

  • RecycleList: SSR error

Improvements

  • Input, Textarea: add focus and blur API

v1.12.9

22 Jan 10:23
Compare
Choose a tag to compare

Fixes

  • Slide: fix goto Page index param when direction is 'vertical'

v1.12.8

07 Jan 07:18
Compare
Choose a tag to compare

Fixes

  • ImagePreview: 修复在 iOS 上不放大后图片不清晰 bug

Fixes

  • ImagePreview: fix image will be blurred on iOS

v1.12.6

05 Dec 12:03
Compare
Choose a tag to compare

新增

  • TimePicker: 支持通过minmax 属性来设置最小、最大可选时间

New Features

  • TimePicker: Support setting min and max optional time by property min and max.

v1.12.5

20 Nov 13:26
Compare
Choose a tag to compare

优化

  • Form: 新增 checker 类型
  • TabBar:新增 value Prop 作为唯一标示选中 key 值,默认等于 label 的值
  • Locale: 支持不 use 也可以获取 Vue 且自动 install

Improvements

  • Form: add new type checker
  • TabBar:add new Prop value as the unique key value, default value is the label prop value
  • Locale: support auto install, do not depend on use

v1.12.4

15 Nov 12:34
Compare
Choose a tag to compare

Fixes

  • RecycleList: 修复在 iOS 上不能滚动的 bug

Fixes

  • RecycleList: fix can not scroll on iOS

v1.12.3

13 Nov 08:56
Compare
Choose a tag to compare

Fixes

  • Swipe: 修复最后一项 remove 后 activeIndex 不更新问题

Fixes

  • Swipe: fixed activeIndex should update when removed items

v1.12.2

08 Nov 07:11
Compare
Choose a tag to compare

优化

  • Form: submit 方法增加参数 skipValidate 用于跳过校验

Improvements

  • Form: submit method add param skipValidate to control skip validating when submit

v1.12.1

07 Nov 07:06
Compare
Choose a tag to compare

新增

  • RecycleList: 可回收列表组件

优化

  • Scroll: 支持双层嵌套滚动 - 默认模式修改为 none
  • Textarea: 支持 autoExpand 默认展开模式 #348
  • Input, Textarea: placeholder 颜色优先级从 important 降为普通

New Features

  • RecycleList: Recycle list component

Improvements

  • Scroll: support nested scroll - default mode set to none
  • Textarea: support autoExpand to enable initial expanded #348
  • Input, Textarea: placeholder color specificity(from important to normal)