Releases: umijs/umi
Releases · umijs/umi
[email protected]
🚀 Enhancement
umi-build-dev
umi
af-webpack
🐛 Bug Fix
umi-build-dev
umi-build-dev
,umi-plugin-yunfengdie
af-webpack
umi-plugin-dva
Committers: 1
- chencheng (云谦) (sorrycc)
中文版 CHANGELOG :
- 支持通过 HTML=none 禁用 HTML 的生成,#210
- 支持通过在 .umirc.js 里配置 outputPath,#209
- 移动
<link rel="stylesheet" />
到</head>
标签内,#203 - 改进 typescript 定义,#192
- 支持在 .eslintrc 里使用注释,#191
- 修复 extraBabelPresets 和 extraBabelPlugins 不生效的问题,#211
- 修复云凤蝶插件里 CSS 里引用图片的路径问题,[email protected],#208
- 修复目录名包含 .html 时 image loader 出错的问题,#205
- 修复 umi-plugin-dva 的 ts 问题,#204
[email protected]
[email protected]
[email protected]
- feat: improve models resolve, #173
[email protected]
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
[email protected]
- feat: support config urlLoaderExcludes
[email protected]
fix: winPath problem of the Compiling Component