Mand Mobile Versions Save

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.

v2.5.11

4 years ago

中文:

  • Fix
    • 修复Amount组件中文货币单位不正确的问题#675

English:

  • Fix
    • Fix the issue of incorrect Chinese currency unit of Amount component#675

v2.5.10

4 years ago

中文:

  • Fix
    • 修复Button在文字链接类型下字体行高不正确的问题#663
    • 修复ImageReaderjpgencoder可能被重复加载的问题(如微前端模式下)
    • 修复TabBar尺寸计算不准确的问题

English:

  • Fix
    • Fix the issue of incorrect font line-height of Button under text link type#663
    • Fix the issue that jpgencoder in ImageReader may be repeatedly loaded (such as in micro front-end mode)
    • Fix TabBar size calculation compatibility issue

v2.5.9

4 years ago

中文:

  • Feat

    • CheckGroup增加方法toggleAll用于全选/全不选和反选#648
  • Fix

    • 修复TextAreaItem当异步内容填充时,组件高度不正确的问题

English:

  • Feat

    • CheckGroup adds method toggleAll, used to Select All or Deselect#648
  • Fix

    • Fix TextAreaItem has wrong height,when it's filled with asynchronous content

v2.5.8

4 years ago

中文:

  • Feat

    • Captcha增加属性auto-send,用于控制验证码弹窗第一次展示时是否自动触发send事件
    • ResultPage属性增加动态变更响应
  • Fix

    • 修复PickerDatePicker快速滑动多列时,选中项异常的问题#632
    • 修复ScrollViewRefresh中的refreshActive事件触发错误问题#642
    • 修复Amount使用千分符展示负数错误问题#644
    • 修复TextAreaItemPopup中嵌套时尺寸计算错误的问题
    • 修复Swiper上下滑动导致自动播放失效的问题
    • 修复TipScrollView中展示位置错误的问题

English:

  • Feat

    • Captcha add prop auto-send, used to control whether the send event is automatically triggered when the captcha popup is first displayed
    • ResultPage props add dynamic change response
  • Fix

    • Fix the issue of Picker and DatePicker that when scrolled multiple columns, the selected item was abnormal#632
    • Fix the incorrect timing of the refreshActive event in ScrollViewRefresh#642
    • Fix Amount displaying wrong numbers with thousands characters#644
    • Fix the issue that the size calculation of TextAreaItem is incorrect when nesting in Popup
    • Fix the issue that auto-play would not work when sliding up and down in Swiper
    • Fix Tip incorrect placement in ScrollView

v2.5.7

4 years ago

中文:

  • Feat

    • Landscape增加属性transition,用于自定义展示动效
  • Fix

    • 修复Tabs在切换时可能导致的重绘问题#627
    • 修复NoticeBar动态变化内容时导致误触滚动的问题#628
    • 修复ActionBar, NumberKeyboard安全区留白兼容写法

English:

  • Feat

    • Landscape add prop transition, used to customize the display animation
  • Fix

    • Fix the reflowing issue that Tabs may cause when switching tabs#627
    • Fix the problem of scrolling accidentally when NoticeBar dynamically changed content#628
    • Fix safe area white space compatible writing of ActionBar, NumberKeyboard

v2.5.6

4 years ago

中文:

  • Fix
    • 修复Stepper有初始值,最大和最小值是无法输入数字的问题,并优化了边界校验逻辑#614

English:

  • Fix
    • Fix Stepper has initial values, maximum and minimum values are the problem of not being able to enter numbers, and optimized boundary check logic#614

v2.5.5

4 years ago

中文:

  • Fix
    • 修复TabBarkeep-alive中使用因窗口尺寸变更导致尺寸异常的问题#608
    • 修复Skeleton标题为空时也展示的问题

English:

  • Fix
    • Fix the problem of size exception caused by window size change when TabBar were used in keep-alive#608
    • Fix Skeleton title exception shows when it is empty

v2.5.4

4 years ago

中文:

  • Feat

    • ScrollView增加方法getOffsets,用于获取当前滚动距离
  • Fix

    • 修复Swiper因窗口尺寸变更回到第一屏的问题#596
    • 修复SwiperTabBarkeep-alive中使用因窗口尺寸变更导致尺寸异常的问题#599
    • 修复TabBar尺寸计算兼容性问题
    • 更新TextareaItem清空按钮的展示逻辑,只有当表单值不为空且获得焦点时才展示#589

English:

  • Feat

    • ScrollView adds methodgetOffsets, used to get scroll distance
  • Fix

    • Fix the problem that Swiper changes back to the first screen due to window size change#596
    • Fix the problem of size exception caused by window size change when Swiper and TabBar were used in keep-alive#599
    • Fix TabBar size calculation compatibility issue
    • Update the presentation logic of the TextareaItem empty button, only when the form value is not empty and focused#589

v2.5.3

4 years ago

中文:

  • Feat

    • TextareaItem增加属性clearable#589
  • Fix

    • 修复TabPicker文字过长时无法拖动而展示不全的问题#590
    • 去除部分非必须reset样式#586

English:

  • Feat

    • TextareaItem add prop clearable#589
  • Fix

    • Fix the problem that TabPicker could not be dragged when the text was too long#590
    • Remove some non-required reset styles#586

2.5.2

4 years ago

中文:

  • Feat

    • PickerDatePicker增加属性keep-index,用于设置当列数据发生变更时,保持上次停留位置
  • Fix

    • 修复ToastLandscape覆盖的问题
    • 修复TabBar渲染崩溃的问题#567
    • 移除Textarea部分无用样式变量

English:

  • Feat

    • Picker and DatePicker add prop keep-index, used to set the last stop position when the column data changes
  • Fix

    • Fix the problem that Toast is covered by Landscape
    • Fix the problem of TabBar rendering crash#567
    • Remove the useless style variables of Textarea