Skip to content

Releases: didi/mand-mobile

v2.1.0

22 Feb 12:54
9957173
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

中文:

  • Feature

    • Seletor属性defaultValue去除类型限制#305
    • ScrollView增加属性immediateCheckEndReaching,用于控制初始化时就立即触发是否到达底部检查,并在内容不超过容器是也会触发endReached,并对事件触发防抖处理#312
    • PickerDatePicker增加属性lineHeight,用于自定义选项高度#323
    • ScrollView增加属性touchAngle,用于限制仅一个方向滚动是的滚动触发角度范围#326
    • Amount默认使用系统内置字体
  • Fix

    • 补充类型声明,修复无默认导出报错
    • 修复WaterMark内容区域无法点击的问题#304
    • 修复SwiperisLoopfalsetransitionslideY时无法滑动问题#311
    • 修复TabPicker滚动或点击穿透的问题#319
    • 修复InputItem输入过快时偶尔导致光标位置异常的问题#322
    • 修复InputItemVue 2.6+中金融键盘闪现问题#324
    • 修复部分文档问题

English:

  • Feature

    • Seletor: defaultValue prop remove type limits#305
    • ScrollView: add immediateCheckEndReaching prop,in order to check reach bottom immediately and emit endReached event#312
    • Picker and DatePicker: add lineHeight prop, which is used to customize option line height#323
    • ScrollView: add touchAngle prop, in order to control scroll angle#326
    • Amount: use system default font
  • Fix

    • Update type declaration
    • WaterMark: fix can not click content area#304
    • Swiper: fix when set isLoop as false and transition as slideY, can not scroll problem#311
    • TabPicker: fix scroll and click bug#319
    • InputItem: fix wrong cursor position#322
    • InputItem: fix bug at Vue 2.6+#324
    • Update docs

v2.0.0

30 Jan 04:01
Compare
Choose a tag to compare

中文:

  • Feature

    • DetailItem属性content增加支持类型#285
    • Dialog属性preventScroll默认值改为true#286
    • Radio属性value增加支持类型#289
    • Icon的字体图标类型增加无前缀类名#295
    • CheckCheckBox属性namevalue增加支持类型#297
    • InputItem增加属性virtual-keyboard-vm,用于支持外部自定义金融键盘
    • Cashier增加插槽footerchannels增加属性img
  • Fix

    • 去除InputItem内对原生输入框光标位置设置 #268
    • 补充index.d.ts
    • 修复部分组件样式问题

English:

  • Feature

    • DetailItem increase supported types of content#285
    • Dialog add default value true of preventScroll#286
    • Radio increase supported types of value#289
    • Icon font type increases without prefix class name#295
    • CheckCheckBoxincrease supported types of name and value#297
    • InputItem add prop virtual-keyboard-vm, used to support external custom financial keyboards
    • Cashier add scoped slot footer and channels add property img
  • Fix

    • InputItem remove setting cursor for native type #268
    • supplement index.d.ts
    • fix part of components style issues

v1.6.8

21 Jan 02:26
Compare
Choose a tag to compare

中文:

  • Fix
    • 去除InputItem内对原生输入框光标位置设置 #268

English:

  • Fix
    • InputItem remove setting cursor for native type #268

v2.0.0-rc.5

04 Jan 09:24
Compare
Choose a tag to compare

中文:

  • Feature

    • 全量引入时的注册全局组件名增加PascalCase#261
    • ScrollView增加属性manual-init和方法init
    • TabBar, Tabs增加属性immediate
    • Swiper增加属性transition-duration
  • Fix

    • 修复部分组件样式问题

English:

  • Feature

    • Add PascalCase name to global components#261
    • ScrollView add prop manual-init and method init
    • TabBar, Tabs add prop immediate
    • Swiper add prop transition-duration
  • Fix

    • fix part of components style issues

v1.6.7

29 Dec 03:53
Compare
Choose a tag to compare

中文:

  • Fix
    • 修复Toast连续调用导致无法隐藏问题

English:

  • Fix
    • fix Toast execute timing

v2.0.0-rc.4

22 Dec 03:09
Compare
Choose a tag to compare

中文:

  • Feature

    • 优化NumberKeyboard输入体验
    • Cashier增加插槽scene
    • Picker增加default-value#255
  • Fix

    • 修复Popup连续展示隐藏时失效问题
    • 修复Steps样式兼容问题
    • 修复InputItem样式问题,增大关闭按钮点击区域
    • CaptchasetError中不再清除已输入内容

English:

  • Feature

    • Optimize NumberKeyboard input experience
    • Cashier adds slot scene
    • Picker adds prop default-value#255
  • Fix

    • Fix Popup continuous "show & hide" invalidation problem
    • Fix Steps style compatibility issues
    • Fix InputItem style problem, increase close button click area
    • setError of Captcha no longer clears codes

v1.6.6

16 Dec 10:24
Compare
Choose a tag to compare

中文:

  • Fix
    • 修复InputItem双向绑定触发的重复格式化
    • 修复Radio更新数据源后未重置selectedIndex导致的错误选中 #251
    • 修复TabPickerTabBar更新时无法清除的问题#252

English:

  • Fix
    • Fix InputItem repeated formatting triggered by two-way binding
    • Fix Radio errors caused by selectedIndex not reset after updating the data source #251
    • Fix TabPicker problem that TabBar option cannot be cleared when updating #252

v2.0.0-rc.3

14 Dec 13:00
Compare
Choose a tag to compare

🎉🎉🎉 👏👏👏 Learn more in the Migration from 1.x.

v1.6.5

01 Dec 08:12
Compare
Choose a tag to compare

中文:

  • Fix
    • Popup 异步隐藏 #242
    • Button 蒙层点击击穿 #244
    • Toast 异步隐藏 #238
    • Picker 双向查找有效值 #238
    • DatePicker BUG 修复 #241

English:

  • Fix
    • Popup hide asynchronously #242
    • Button prevent feedback layer swallowing click event #244
    • Toast hide asynchronously #238
    • Picker look for valid items in both directions #238
    • DatePicker increate fault tolerance of data recovery in "cancel" #241

v1.6.4

20 Nov 07:24
Compare
Choose a tag to compare

中文:

  • Fix
    • Swiper抖动触发afterChange #232

English:

  • Fix
    • Swiper slight movement trigger afterChange #232