Skip to content

Releases: umijs/umi

umi@1.0.6

08 Mar 06:30
Compare
Choose a tag to compare
  • umi test support extend jest config with jest.config.js, #182
  • feat(af-webpack): new config cssModulesWithAffix, #182
  • feat(umi): support config cwd with process.env.APP_ROOT, #184
  • fix: layout don't support ts, tsx and jsx affix, #187

  • umi test 支持通过 jest.config.js 进行扩展配置,#182
  • 新的 .webpackrc 配置项 cssModulesWithAffix,#182
  • 通过环境变量 APP_ROOT 支持 cwd 的配置,方便接入 egg,#184
  • 修复 layout 不支持 ts、tsx、jsx 后缀的问题, #187

umi@1.0.5

07 Mar 03:46
Compare
Choose a tag to compare
  • fix: winPath problem for global-js and hd plugin, #172
  • fix: don't minify font values for CSS, #166

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