Skip to content
Compare
Choose a tag to compare
@sorrycc sorrycc released this 12 Jun 08:51
· 6714 commits to master since this release

[email protected] (2018-06-12)

🚀 Enhancement

🐛 Bug Fix

  • umi-build-dev
    • #617 fix: theme config validate if value is string. (@leftstick)
    • #618 fix(umi-build-dev): fix bigfish compatible if indexRoute.redirect only. (@sorrycc)
  • af-webpack, umi-build-dev

Committers: 3


中文版 CHANGELOG:

  • 重构官网 https://umijs.org,基于 vuepress,#601
  • 重构 mock,通过单一的中间件实现,按需处理 body 解析,并调整顺序到 proxy 之前,#620
  • 支持 externals 配置使用函数,#596
  • 修复 theme 配置为字符串时的校验问题,#617
  • 修复使用 APP_ROOT 时某些逻辑里 cwd 不对的问题,#594