Skip to content

v2.1.0

Choose a tag to compare

@Kaciras Kaciras released this 31 Mar 08:37
· 301 commits to master since this release
ff88fe3
  • 服务端渲染改为可选的,不设置 build.ssr 即关闭。
  • 使用 AbortSignal 来通知服务器关闭。
  • 压缩资源和优化图片现在默认只在生产模式启用。
  • 重构 SSR 中间件,新版要求服务端入口导出初始化函数,其返回值为渲染函数。
  • 支持内联 typeof window
  • Markdown 添加脚注语法支持。