Skip to content

v2.9.1

Compare
Choose a tag to compare
@JeromeLin JeromeLin released this 01 Jun 06:48
· 935 commits to master since this release
  • Bug Fix

    • [Input] 修复包含虚拟键盘的 Input 无法在外部获取焦点的 bug。#638
    • [Picker] 修复因低版本 better-scroll 引起的快速点确定按钮无法正确取值的问题。#649
  • Perf

    • 增加 @babel/runtime 依赖,以满足在 vite 中使用的场景。#636
    • [Carousel] 优化滑动后出现闪烁的问题。#647 #648 [@jianhuagao]