Skip to content

chore(release): publish 3.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 12:20
fa50e35

修复

小程序

  • 修复 Vue3 报错:SVGElement not defined#8968,by @b2nil
  • 修复小程序使用 jQuery Liked API $.width() 获取不到正确宽度的问题
  • 修复 css 单位转换出错的问题,fix #8089

Typings

  • 修复 wx.cloud.Cloud API 的类型定义错误,#8682,by @doublethinkio
  • 优化 H5 tabbar 组件的 eslint 和类型推导,by @SyMind

其它

  • 增加对 H5 端 hideHomeButton API 的不支持提示,by @CodeDaraW