Skip to content

v3.0.0-beta.4

Compare
Choose a tag to compare
@yuche yuche released this 15 Apr 11:17
· 1061 commits to 2.x since this release

特性

  • 添加 Vue 版本的虚拟列表

修复

  • 修复 watch 模式修改文件 CLI 崩溃的问题
  • 修复 watch 模式 Vue SFC 无法使用 style 标签的问题
  • 修复 Current.router 无法正确取值的问题。#5900。by @wuchangming
  • 修复参数传入假值时,模板求值不精确到视图无法响应的问题。#5935。by @alexloading
  • 修复 prerender 生成模板错误的问题。#5994

重构

  • 默认生成的小程序渲染模板默认会添加 view, scroll-view, image 三个组件
  • 部分包添加 commonjs 的模块导出。by @Garfield550