Releases: didi/mand-mobile
Releases · didi/mand-mobile
v1.6.3
中文:
English:
- Feature
TabPicker
custom text #216
- Fix
- undefined static methods #223
v1.6.2
中文:
-Fix
- 移除
Cashier
最大高度限制 #208
- 修复
Button
在某些旧浏览器下无法响应点击事件
English:
-Fix
- Remove
Cashier
max height limit #208
Button
click event not working on some old browsers
v1.6.1
中文:
English:
- Fix
Dialog
max content overflow #200
v1.6.0
中文:
- Feature
ScrollView
新增header/footer插槽 #188
- Fix
InputItem
清空按钮只在聚焦的时候显示 #196
DatePicker
设置default-date出现复数列 #192
English:
- Feature
ScrollView
Add header/footer slots #188
- Fix
InputItem
clear-btn visbible only input focused #196
DatePicker
reset column before update #192
v1.5.6
中文:
- Fix
ScrollView
修正键盘弹起时无法滚动问题 #184
English:
- Fix
ScrollView
not scrollable when there is a keyboard #184
v1.5.5
中文:
- Fix
ScrollView
修正无标签名时的方法调用错误 #183
Cashier
修正属性缺失问题 #181
English:
- Fix
ScrollView
fix fault tolerance without tagName #183
Cashier
fix passed index of default selected item to click hand #181
v1.5.3
中文:
- Feature
Stepper
新增v-model
绑定 #171
Stepper
新增is-integer
限制输入为整数 #171
ScrollView
新增 auto-reflow
自动重置滚动区域尺寸
- Fix
English:
- Feature
Stepper
add v-model
support #171
Stepper
add is-integer
prop to allow integer input only #171
ScrollView
add auto-reflow
prop to auto reflow scroll area size
- Fix
Selector
missing prop #173
- Typescript declaration file #169/#167/#166
- Remove
InputItem
auto trim value #164
v1.5.2
中文:
- Fix
- 修正
ScrollView
内容无法触发点击事件 #158
- 修正
Selector
组件滚动穿透 157
English:
- Fix
ScrollView
content not response to click event #158
Selector
scroll bug 157
v1.5.1
中文:
English:
- Fix
- Improve Typescript definitions #153
v1.5.0
中文:
- Feature
- 新增
ScrollView
组件
- 新增
CheckGroup
, CheckList
, CheckBox
组件
Radio
新增is-across-border
支持边框通栏样式
Steps
新增slot-scoped
中透传index
TabBar
支持横向滚动
- Fix
- 修正
Swiper
异步加载数据问题 #150
- 修正全局引用组件库的自动安装问题 #141
- 修正
Radio
样式问题
English:
- Feature
- Add
ScrollView
component
- Add
CheckGroup
, CheckList
, CheckBox
components
Radio
support is-across-border
prop
Steps
support slot-scoped
with index
TabBar
support horizontal scroll
- Fix
Swiper
async load items bug #150
- Autoinstall library in global environment #141
Radio
style bug