特性
H5
- 新增路由动画配置能力,by @ShaoGongBra
- 新增自定义配置多路由能力
- 新增懒加载 Shaking 方案(for PWA)
修复
小程序
- 修复阿里小程序 2.0 构建报错,fix #10162
H5
- 优化 Swiper 组件非 circular 模式状态更新问题
- 优化动画部分 API 实现与参数错误
- 修复 downloadFile 、uploadFile API 导出问题,fix #10951
- 修复弹窗 API 入参校验问题,fix #10949
- 修复 innerAudioContext 问题,fix #10946
- 修复图片组件默认宽高问题
- 修复页面滚动元素获取错误
RN
- 修复 swiper 组件 selectIndex 更新问题,#10962 by @zhiqingchen
- 修复 swiper 组件 circular 模式左滑卡顿问题,by @zhiqingchen
Typings
- 部分 API、参数平台支持标签补充
- 优化 Animation 类型
- 调整 Button openType 参数类型,by @Brain777777
- 补充挂载 Events 对象 fix #10880