Skip to content

Releases: umijs/umi

umi-plugin-dva@0.3.0

07 Mar 03:47
Compare
Choose a tag to compare
  • feat: improve models resolve, #173

umi@1.0.4

06 Mar 08:27
Compare
Choose a tag to compare

More on #161.

  • feat: specify context.path when generating HTML content
  • feat: support global.js
  • feat: support custom hd solution with hd.js
  • fix: exact property incorrent when using _routes.json, Close #160
  • feat: don't remove attribute quotes for HTML files
  • feat(af-webpack): support config urlLoaderExcludes

  • 生成 HTML 内容时额外传入 context.path 给模板
  • 约定 src/global.(j|t)sx? 为 JS 入口文件,对应 CSS 的 global.(css|less),你可以在这里引用 polyfill 或其他文件
  • 约定 src/hd.js 为自定义的 hd 方案文件(注意:要先开 hd 配置)
  • 修复 _routes.json 里声明非 exact 时不生效的问题,Close #160
  • 压缩 HTML 文件时不移除引号(内部流程上的一个工具不支持。。)
  • 支持在 .webpackrc 里配置 urlLoaderExcludes

af-webpack@0.17.3

06 Mar 08:28
Compare
Choose a tag to compare
  • feat: support config urlLoaderExcludes

umi@1.0.3

02 Mar 13:01
Compare
Choose a tag to compare

fix: winPath problem of the Compiling Component

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