Mand Mobile Versions Save

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

v2.7.0

2 months ago

中文: 2024-03-12

  • Design
    • 🍭金融设计规范更新
      • 更新数字优先使用 DIDIFD-Medium 字体
  • Feature
    • NumberKeyboard
      • professional 类型键盘 text-render替换键增加 0, 00
    • LicensePlate
      • 新增车牌号键盘组件
  • Fix
    • Icon
      • 修复 SVG 格式下,默认尺寸错误的问题

English: 2024-03-12

  • Design

    • 🍭 Financial design specification update
      • Update numbers using DIDIFD-Medium font first
  • Feature

    • NumberKeyboard
      • professional type keyboard text-render replacement key increased 0, 00
    • LicensePlate
      • New license plate keyboard component
  • Fix

    • Icon
      • Fixed the default size error in SVG format

v2.6.1

1 year ago

2023-02-02

中文:

  • Design

    • 🍭金融设计规范更新
      • CheckBox 更新字体颜色、边框、背景色颜色
  • Feature

    • CheckRadio
      • CheckBoxRadioBox 增加选中角标位置选项
    • Icon
      • 默认使用 SVG 格式,在 Apple 锁定模式中,无法使用网页字体

English:

  • Design

    • 🍭 Financial design specification update
      • CheckBox Updated font color, border color, background color
  • Feature

    • CheckRadio
      • CheckBoxRadioBox added the option to select corner position
    • Icon
      • By default, using SVG format in Apple Lockdown Mode, could not use web fonts

v2.6.0

1 year ago

2022-08-26

中文:

  • Design

    • 🍭金融设计规范更新
      • 更新主题色,详情
      • Toast 背景色由半透明改为不透明
      • Button 圆角由 4px 修改为 16px
      • Icon 更新图标整体视觉效果
  • Feature

    • Toast
      • 增加方形样式组件
    • NumberKeyboard
      • 增加禁用键盘选项
      • 增加 00 按键选项
    • Agree
      • 增加方形勾选框

English:

  • Design

    • 🍭 Financial design specification update
      • Update the theme color, detail
      • Toast the background color was changed from translucent to opaque
      • Button border radius changed from '4px' to '16px'
      • Icon update the overall visual effect of the icon
  • Feature

    • Toast
      • Add a square style component
    • NumberKeyboard
      • Add option to disable keyboard
      • Add 00 key
    • Agree
      • Add square check box

v2.5.20

2 years ago

中文:

  • Feat
    • 添加更多的国际化的支持

English:

  • Feat
    • Add more i18n support in the project

v2.5.19

3 years ago

中文:

  • Fix
    • 修复 image-reader 对图片尺寸修改不正确的问题
    • 修复 stepper 无法输入小数点的问题
    • 修复 process.env.MAND_ENV 环境变量没有正确注入的问题

English:

  • Fix
    • Fix the problem of incorrect image size modification by image-reader
    • Fix the problem that stepper can't enter the decimal point
    • Fix the problem that the process.env.MAND_ENV environment variable is not injected correctly

v2.5.17

3 years ago

中文:

  • Feat
    • 添加国际化的支持

English:

  • Feat
    • Add i18n support in the project

v2.5.16

3 years ago

中文:

  • Fix
    • 修复图片角度修正的问题

English:

  • Fix
    • Fix the issue of picture angle correction

v2.5.14

3 years ago

中文:

  • Feat
    • Dialog使用静态方法时支持传入transition#716
  • Fix
    • 修复Tip组件子组件属性为空时导致报错
    • 修复InputItem组件实例方法共享debounce内部变量的冲突

English:

  • Feat
    • Dialog supports passing in transition when using static methods#716
  • Fix
    • Fix Tip error when no attributes in subcomponent
    • Fix the conflict of InputItem component instance method sharing debounce internal variables

v2.5.13

3 years ago

中文:

  • Feat

    • TextareaItem支持格式化#699
  • Fix

    • 修复文档中的拼写错误#690
    • 修复DatePicker单元测试的错误
    • 修复RadioGroupvalue的类型校验#693

English:

  • Feat

    • TextareaItem support formation#699
  • Fix

    • Fix spelling errors in the document#690
    • Fix the bug of DatePicker unit test
    • Fix the type check of RadioGroup to value#693

v2.5.12

3 years ago

中文:

  • Fix
    • 避免在NumberKeyboard组件中重复触发clicktouchstart事件

English:

  • Fix
    • Avoid repeated triggering of click and touchstart in NumberKeyboard component