Skip to content

v3.0.0-beta.3 发布

Compare
Choose a tag to compare
@yuche yuche released this 13 Apr 03:28
· 1061 commits to 2.x since this release

特性

  • 添加新的生命周期:onReady,操作真实 DOM 需要移动到此生命周期进行。#5860
  • React/Nerv 添加长列表渲染组件: VirtualList
  • 支持使用 taro convert 转换原生小程序到 Taro 代码

修复

  • 修复 React 组件卸载时,componentWillUnmount() 没有调用。by @fupengl
  • 修复 webpack resolve.modules 设置绝对路径导致的依赖引用错误。#5858。by @wuchangming
  • 修复百度小程序抽取公共样式问题。#5460

重构

  • 小程序端全局对象默认导出 requestAnimationFramecancelAnimationFrame 方法