Skip to content

v2.3.0

Compare
Choose a tag to compare
@JeromeLin JeromeLin released this 18 May 10:29
· 1773 commits to master since this release
  • Bug Fix

    • [BackToTop] 修复点击返回顶部时触发的 onScroll 事件,在安卓低版本不兼容的问题。#455
    • [Input] 修复Input值为undefined时异常显示的bug。#459
    • [Input] 修复Input作为受控组件时出现异常的bug。#459
  • Break Change

    • [ActionSheet, Alert, Confirm, Popup, Pciker, Select, DatePicker, DateSelect, KeyboardPicker, Loading, Modal, Toast] 修复包含挂载容器的组件,设置自定义className属性时挂载位置不正确的bug,修改为统一挂载外层容器中。#456
  • Perf