Skip to content

Releases: umijs/umi

umi@1.0.2

02 Mar 09:51
Compare
Choose a tag to compare
  • fix: compiling problem completely, #156
  • fix: service-worker.js don't generated, #155

  • fix: 彻底修复 Compiling 问题, #156
  • fix: service-worker.js 没有生成, #155

umi-plugin-dva@0.2.0

02 Mar 09:50
Compare
Choose a tag to compare
  • feat: support dynamic load page models, #153

  • feat: 支持 build 后动态加载 page 级别的 models, #153

umi@1.0.1

27 Feb 08:33
Compare
Choose a tag to compare
  • fix: .umirc.mock.js don't work, #142
  • feat: reload mock automatically, #142
  • misc: use <%= libraryName %> in entry.js.tpl, #141

  • 修复 .umirc.mock.js 和 404 功能冲突不工作的问题,#142
  • .umirs.mock.jsmock 文件夹修改后不需要重启 dev server,#142
  • entry.js.tpl 里使用 <%= libraryName %> 模板字符串,#141

umi-plugin-dva@0.1.6

27 Feb 08:35
Compare
Choose a tag to compare
  • fix: plugin directory don't work, #143
  • fix: reload when plugins or models directory changes, #143

  • 修复 plugins 目录不工作,#143
  • plugins 和 models 目录有修改自动触发更新,#143

umi@1.0.0 (February 26, 2018)

26 Feb 06:32
Compare
Choose a tag to compare

umi-build-dev@0.8.0

19 Jan 05:56
Compare
Choose a tag to compare
  • Support service worker by default
  • Support config disableServiceWorker to disable service worker
  • Support speecify plugins in the dev and build cli, #56
  • pages config in config.js is more robust

af-webpack@0.15.0

19 Jan 05:56
Compare
Choose a tag to compare
  • Support env variable DISABLE_CLEAR_CONSOLE to disable clear console
  • Support service worker by config serviceworker
  • Update deps: react-dev-utils@5
  • Update deps: babel@7-beta.38
  • Set access-control-allow-origin:* for dev server
  • Fix: don't set NODE_ENV to production when NO_COMPRESS is setted