Releases: didi/cube-ui
Releases · didi/cube-ui
v1.12.11
修复
- 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
v1.12.9
v1.12.8
v1.12.6
v1.12.5
优化
- 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 thelabel
prop value - Locale: support auto install, do not depend on use
v1.12.4
v1.12.3
v1.12.2
v1.12.1
新增
- 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)