Skip to content

chore(release): publish 3.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 11:36
359d239

修复

小程序

  • 修复渲染 html 时,带属性的 style 标签无法识别的问题,#8827,by @LiHDong
  • 补全 API getUserProfile#8810
  • 补全 Map 组件属性 optimize#8784
  • 修复使用原生组件时属性传递失败的问题,#8797
  • 修复 pure-viewstatic-view 的转换问题,#8789

H5

  • 升级 Stencil 到最新版本,修复报错: "TypeError: Cannot read property 'childNodes' of null",#8798

Typings

  • 修复 ITouchEvent 里的 changedTouches 属性的类型错误,by @ryougifujino