Skip to content

chore(release): publish 3.3.20

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 04:56
f98ceef

特性

小程序

  • 编译为原生小程序组件时,支持配置原生组件的 Options,#9759 ,by @fengkx

H5

  • 支持 NodesRef.node 方法,#9461
  • 支持 NodesRef.context 方法(video & canvas)

性能

小程序

  • 修复 CustomWrapper 嵌套使用后失效的问题,by @CS-Tao
  • 优化 MiniSplitChunksPlugin 的运行性能,by @rquanx

修复

小程序

  • 修复 window.setTimeoutwindow.clearTimeout 缺少返回值的问题,by @blade254353074

H5

  • 修复 Input 组件 autoFocus 属性,by @baosiqing
  • 修复 CanvasContext 关联方法失效问题,#10931
  • 修复 SelectViewport 失效问题,#7553
  • 修复 createInnerAudioContext 方法监听事件名,#11002
  • 修复 chooseLocation 方法取消事件,#11006
  • 修复 browser 模式下 search 参数丢失问题,#11004
  • 修复 app 中 onLaunchcomponentDidMount 事件无法获取启动参数问题,#8730
  • 修复 TabBar 导致的页面高度问题
  • 修复 query 导致的 pageId 问题

RN

  • 修复 Android 下 TextArea 居中问题
  • 修复 Button 下有 icon 但是没有其他子元素不居中问题

Typings

  • 添加 openVideoEditor 方法的类型定义,by @lblblong
  • 修复取消监听事件回调类型不匹配问题,#10954
  • 更新 app 中 useDidShow 方法类型