Skip to content

chore(release): publish 3.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 12:51
7428aaf

修复

小程序

  • 修复 Vue3 使用 slot 失效的问题,#9018 ,by @b2nil
  • 为支付宝、微信小程序增加蓝牙相关 API,#9016
  • 补全 page-container 组件,#8966
  • 默认模版中增加字节小程序的配置文件 project.tt.json,避免字节小程序 IDE 打开项目失败

H5

  • 修复当 Input 组件的 typeundefined 时渲染报错的问题,by @CodeDaraW