Skip to content

Releases: umijs/umi

v4.2.0

09 May 07:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.10...v4.2.0

v4.1.10

19 Apr 03:37
Compare
Choose a tag to compare

What's Changed

  • 新增 SOCKET_SERVER 环境变量兜底逻辑,使用合法 HOST 环境变量作为优先默认值 by @strommmm in #12281
  • 修复 esbuildHelperChecker 解析错误导致构建失败的问题 by @hanzebang in #12285

New Contributors

Full Changelog: v4.1.9...v4.1.10

v4.1.9

12 Apr 01:22
Compare
Choose a tag to compare

What's Changed

  • fix(mako): add default plugin key when mako is enabled by @sorrycc in #12264
  • fix(preset-umi): tmp umi tsconfig includes add .umirc.*.ts by @17hz in #12251
  • feat: intro routes prop config keepQuery by @fz6m in #12228
  • feat(RQ): improve react-query plugin by @fz6m in #12226
  • fix: use require for import empty route when cjs moduleType enabled by @fz6m in #12275

New Contributors

Full Changelog: v4.1.7...v4.1.9

v4.1.7

03 Apr 06:33
Compare
Choose a tag to compare

What's Changed

  • fix: use jsx/runtime only for react 17 and above by @sorrycc in #12258

Full Changelog: v4.1.6...v4.1.7

v4.1.6

29 Mar 05:07
Compare
Choose a tag to compare

What's Changed

New Contributors

@bytemain made their first contribution in #12246
@Wu-kung made their first contribution in #12219
@zkp442910864 made their first contribution in #12234
@liujiayii made their first contribution #12212

Full Changelog: v4.1.5...v4.1.6

v4.1.5

21 Mar 05:34
Compare
Choose a tag to compare

What's Changed

  • feat: react query plugin compatible with v5 by @fz6m in #12162
  • feat: upgrade vite to 4.5.2 by @BBBigCat in #12193
  • feat: 使用环境变量UMI_DEV_SERVER_COMPRESS来控制dev server是否进行压缩 by @WangKB in
  • refactor(bundler-webpack): 🎨 支持使用绝对路径指定配置文件 by @stormslowly in #12059
  • docs: support en docs by @sorrycc in #12210
  • fix(preset-umi): chainWebpack hook args for ssr bundling by @PeachScript in #12217
  • fix(preset-umi): wrong async script mark for pre-prendered static site app by @PeachScript in #12216
  • fix(preset-umi): modifyHTML hook oom in large static site app by @PeachScript in #12215
  • fix: 修复 npmClient 配置为 tnpm,但 tnpm mode 为 npm 时 layout 插件注入绝对路径 types 问题 by @hanzebang in #12198

New Contributors

Full Changelog: v4.1.4...v4.1.5

v4.1.4

11 Mar 02:31
Compare
Choose a tag to compare

What's Changed

  • 修复子路由资源预加载特性在 Vite 模式下报错以及在 MPA 等不必要的场景无效执行的问题 by @PeachScript in #12186

Full Changelog: v4.1.3...v4.1.4

v4.1.3

08 Mar 04:17
Compare
Choose a tag to compare

What's Changed

  • 新增子路由资源预加载特性,会在 entry 之前就开始下载 URL 对应子路由的资源,目前不支持 Vite 模式,Webpack 模式默认开启 by @PeachScript in #12095

New Contributors

Full Changelog: v4.1.2...v4.1.3

v4.1.2

22 Feb 07:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.1.2

v4.1.1

18 Jan 06:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.1.1