Skip to content

Releases: didi/mand-mobile

v1.6.3

29 Oct 03:40
Compare
Choose a tag to compare

中文:

  • Feature
    • TabPicker文案可配置#216
  • Fix
    • 静态方法未定义 BUG #223

English:

  • Feature
    • TabPicker custom text #216
  • Fix
    • undefined static methods #223

v1.6.2

21 Oct 05:00
Compare
Choose a tag to compare

中文:
-Fix

  • 移除Cashier最大高度限制 #208
  • 修复Button在某些旧浏览器下无法响应点击事件

English:
-Fix

  • Remove Cashier max height limit #208
  • Button click event not working on some old browsers

v1.6.1

29 Sep 02:40
Compare
Choose a tag to compare

中文:

  • Fix
    • Dialog 内容产出最大宽度 #200

English:

  • Fix
    • Dialog max content overflow #200

v1.6.0

03 Sep 08:07
Compare
Choose a tag to compare

中文:

  • 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

20 Aug 14:24
Compare
Choose a tag to compare

中文:

  • Fix
    • ScrollView 修正键盘弹起时无法滚动问题 #184

English:

  • Fix
    • ScrollView not scrollable when there is a keyboard #184

v1.5.5

13 Aug 11:41
Compare
Choose a tag to compare

中文:

  • 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

01 Aug 04:32
Compare
Choose a tag to compare
v1.5.3 Pre-release
Pre-release

中文:

  • Feature
    • Stepper新增v-model绑定 #171
    • Stepper新增is-integer限制输入为整数 #171
    • ScrollView新增 auto-reflow自动重置滚动区域尺寸
  • Fix
    • 修正Selector参数缺失 #173
    • Typescript声明文件修正 #169/#167/#166
    • 修正InputItem值自动裁剪前后空格问题 #164

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

24 Jul 09:45
Compare
Choose a tag to compare

中文:

  • Fix
    • 修正ScrollView内容无法触发点击事件 #158
    • 修正Selector组件滚动穿透 157

English:

  • Fix
    • ScrollView content not response to click event #158
    • Selector scroll bug 157

v1.5.1

23 Jul 11:13
Compare
Choose a tag to compare

中文:

  • Fix
    • 完善 Typescript 类型声明 #153

English:

  • Fix
    • Improve Typescript definitions #153

v1.5.0

20 Jul 12:00
Compare
Choose a tag to compare

中文:

  • 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