Skip to content

chore(release): publish 3.0.25

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 08:28
210d897

特性

小程序

  • 增加原生混合 Taro 的编译模式
  • 引用原生组件支持 alias,#8472
  • CLI 插件增加 onCompilerMake 钩子用于获取 Webpack Compilation 对象

修复

小程序

H5

  • 修复 Video 组件 ref 为空而无法暂停播放的问题,#8550,by @wangjuerong

其它

  • 编译提示文案中一并输出时间,by @kdxcxs