Skip to content

Releases: didi/mand-mobile

v2.2.2

11 May 13:07
Compare
Choose a tag to compare

中文:

  • Feature

    • TabPicker新增事件select#436
  • Fix

    • TabPicker的每一级tab列表中的选项被选中时将内部容器复位至最顶部
    • RadioList当切换至非文本选项时,自动将已填写的文本框清空
    • DatePickercustom-types内支持HH写法#433
    • Dialog的类型声明内增加onCancel
    • 优化部分组件文档

English:

  • Feature

    • TabPickeradd event select#436
  • Fix

    • When the option in the tab list of each level of TabPicker is selected, the internal container is reset to the top
    • RadioList automatically clears the filled out text box when switching to a non-text option
    • DatePicker prop custom-types support HH#433
    • Add onCancel to the type declaration of Dialog
    • Optimize some components documentation

v2.2.1

22 Apr 16:51
Compare
Choose a tag to compare

中文:

  • Feature

    • Stepper新增slot unreachedicon#405
    • InputItem新增属性solid,用来设置标题宽度不固定#411
    • Ruler新增属性stepTextPositionstepTextRender
  • Fix

    • 修复Picker当设置错误的default-index时引发的异常#416
    • 优化部分组件样式

English:

  • Feature

    • Stepper add slots unreachedicon#405
    • InputItem add prop solid, used to set the title with unfixed width#411
    • Ruler add props stepTextPositionstepTextRender
  • Fix

    • Fix the exception thrown by Picker when setting a wrong default-index#416
    • Optimize some component styles

v2.2.0

13 Apr 03:39
Compare
Choose a tag to compare

中文:

  • Feature

    • 新增Ruler组件
    • WaterMark组件采用canvas渲染水印
    • Stepper组件新增increase, decrease事件
  • Fix

    • 修复Swiper连续跳转导致索引不正确问题#366
    • 修复Progress值为0时显示问题#381

English:

  • Feature

    • New Ruler Component
    • Optimize WaterMark component by using canvas to render watermark
    • Stepper add increase, decrease events
  • Fix

    • Swiper incorrect index jumping with method goto#366
    • Progress hide inner circle when value is 0#381

v2.1.7

22 Mar 12:48
Compare
Choose a tag to compare

中文:

  • Fix
    • InputItem无法侦听插槽内容变动问题
    • Codebox在一些手机上无法显示下描边问题

English:

  • Fix
    • InputItem not update when slots change
    • Codebox bottom border not shown on some devices

v2.1.6

15 Mar 13:04
Compare
Choose a tag to compare

中文:

  • Fix
    • 修复Swiper未正确销毁问题#338
    • InputItem数字键盘参数支持传递字符串引用名#355

English:

  • Fix
    • Swiper not destroy properly#338
    • InputItem support string type virtual-keyboard-vm prop#355

v2.1.5

15 Mar 10:20
Compare
Choose a tag to compare
v2.1.5 Pre-release
Pre-release

中文:

  • Fix
    • 修复Swiper未正确销毁问题#338
    • InputItem数字键盘参数支持传递字符串引用名#355

English:

  • Fix
    • Swiper not destroy properly#338
    • InputItem support string type virtual-keyboard-vm prop#355

v2.1.4

08 Mar 11:51
Compare
Choose a tag to compare

中文:
-Feature

  • 优化Swiper滚动边界

  • Fix

    • 修复一些构建问题
    • 修复ScrollView手势滚动边界问题
    • 修复Popup连续调用显示隐藏问题#341

English:
-Feature

  • Optimize Swiper gestures

  • Fix

    • Some build bugs
    • ScrollView move out screen not trigger scroll end action
    • Popup synchronously operate problem#341

v2.1.3

08 Mar 09:35
Compare
Choose a tag to compare
v2.1.3 Pre-release
Pre-release

中文:
-Feature

  • 优化Swiper滚动边界

  • Fix

    • 修复一些构建问题
    • 修复ScrollView手势滚动边界问题
    • 修复Popup连续调用显示隐藏问题#341

English:
-Feature

  • Optimize Swiper gestures

  • Fix

    • Some build bugs
    • ScrollView move out screen not trigger scroll end action
    • Popup synchronously operate problem#341

v2.1.2

25 Feb 12:10
Compare
Choose a tag to compare

中文:

  • Fix
    • 修复ScrollView在内容不满一屏是无法触发到底的问题#335
    • 修复InputItem标题浮动时换行的问题

English:

  • Fix
    • Fix ScrollView is not able to trigger endReached event when the content is not full.#335
    • Fix a problem with the line break when the InputItem title is floated

v2.1.1

23 Feb 10:47
Compare
Choose a tag to compare

中文:

  • Fix
    • 修复构建时postcss未生效的问题,导致mand-mobile.css中图片等资源未被做url inline处理。

English:

  • Fix
    • Fix the problem that postcss is not in effect at build time, causing assets such as images in mand-mobile.css not to be processed by url inline