Skip to content

发布 v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 19:03
· 1061 commits to 2.x since this release
4c8a5ea

修复

  • 修复3.x版本下使用 timeoutInterceptor 会抛出异常的问题,close #6551 ,by @luankefei
  • 导出 useReady hook,by @cncolder

H5

  • 修复在部分低版本安卓浏览器 h5 页面空白的问题,close #6758

小程序

  • 修复 onAnimationIteration、onAnimationStart 不生效的问题,close #6805

CLI

  • 修复 taro-inspect 命令对 h5 端配置输出不准确的问题

特性

  • 支持使用 Vue3 进行开发
  • 支持使用 jQuery 式 API 进行开发

重构

  • taro init 命令能够显示模板的相关描述