Skip to content

v2.5.8

Compare
Choose a tag to compare
@xxyan0205 xxyan0205 released this 04 Feb 07:48
· 262 commits to master since this release

中文:

  • 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