Skip to content

Releases: umijs/umi

v4.0.82

21 Sep 08:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.81...v4.0.82

v4.0.81

14 Sep 07:35
Compare
Choose a tag to compare

What's Changed

  • refactor(plugins): check algorithm option for antd plugin by @Wxh16144 in #11629
  • fix(bundler-webpack): Fix hmr failure caused by exporting clientLoader or routeProps from routing components by @xierenyuan in #11623
  • dep: webpack upgrade to 5.88.2 by @xierenyuan in #11637

Full Changelog: v4.0.80...v4.0.81

v4.0.80

07 Sep 09:08
Compare
Choose a tag to compare

What's Changed

  • 新增: 乾坤支持配置自定义应用 ErrorBoundary 组件 defaultErrorBoundary 和子应用加载中组件 defaultLoader, 文档 by @gaopeng0108 in #11609

Full Changelog: v4.0.79...v4.0.80

v4.0.79

31 Aug 07:01
Compare
Choose a tag to compare

What's Changed

  • 修复 lint 不兼容 TypeScript 5.2.x 的问题 by @fz6m in #11567
  • 修复 layout 插件导出的 antd 类型在非 pnpm 项目中可能丢失的问题 by @fz6m in #11572
  • 修复 antd 插件的 StyleProvider 逻辑及 Windows 路径问题 by @fz6m in #11573
  • 修复 proxy 配置的 changeOrigin 行为 by @dayongxie in #10699
  • 优化 renderer-react,在 router 卸载时对 history 做 unlisten by @chengliangS in #11577

New Contributors

Full Changelog: v4.0.78...v4.0.79

v4.0.78

25 Aug 03:18
Compare
Choose a tag to compare

What's Changed

  • 优化 qiankun 插件,默认使用应用名作为微应用的 library 导出名 by @kuitos in #11530
  • 修复 create-umi 请求 NPM 时的错误参数 by @xiefengnian in #11558

New Contributors

Full Changelog: v4.0.76...v4.0.78

v4.0.76

17 Aug 03:51
Compare
Choose a tag to compare

What's Changed

  • 新增 routeLoader 配置项以切换路由组件加载模式,适用于测试场景 by @sorrycc in #11509
  • 新增 antd 插件配置项,支持指定 antd v5 的 token 算法 by @Wxh16144 in #11461
  • 优化 exportStatic 预渲染的错误处理,改为默认抛出预渲染错误 by @MadCcc in #11521
  • 官网文档方案切换到 dumi,支持全文搜索和 pre-render,by @hualigushi in #11269

Full Changelog: v4.0.75...v4.0.76

v4.0.75

10 Aug 06:43
Compare
Choose a tag to compare

What's Changed

  • 新增 qiankun 插件自定义 loading 组件的配置项 by @gaopeng0108 in #11498
  • 修复插件 API 为 add 类型且配置 stage + async 函数调用时类型不正确的问题 by @xierenyuan in #11502

New Contributors

  • @gaopeng0108 made their first contribution in #11498

Full Changelog: v4.0.74...v4.0.75

v4.0.74

03 Aug 01:41
Compare
Choose a tag to compare

What's Changed

  • 修复 vite 模式在 Windows 下构建后置逻辑报错的问题 by @xierenyuan in #11363
  • 优化 pre-render 场景下 script 资源的加载逻辑,标记为 async by @MadCcc in #11469

New Contributors

Full Changelog: v4.0.73...v4.0.74

v4.0.73

27 Jul 02:36
Compare
Choose a tag to compare

What's Changed

  • 改进 layout 插件,针对 antd 5 改用 css 代替 less by @sorrycc in #11377
  • 修复 qiankun 插件,microApp route 模式默认用 prepend by @jaredleechn in #11345
  • 修复非 ssr 场景下 hooks 需要 keep alive by @zombieJ in #11446
  • 修复 tailwindcss 插件,等 tailwindcss generate 首次完成后才开始做 build by @sorrycc in #11443
  • 修复 qiankun 插件 master base 包含重复的 slash 的问题 by @fz6m in #11448
  • 更新 swc 依赖版本 by @fz6m in #11349

New Contributors

Full Changelog: v4.0.72...v4.0.73

v4.0.72

29 Jun 01:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.71...v4.0.72