What's Changed
- 新增约定式路由模式下支持通过 routeProps 配置额外属性 by @AdoKevin in #10527
- 新增 umi ui,一个基础的架子(待打磨) by @sorrycc in #10559
- 优化 icons 方案,支持 collection 前缀和 local icon 的类型提示 by @sorrycc in #10554
- 优化 icons 方案,支持 include 配置 by @stormslowly in #10552
- 优化 esbuild 插件性能,使用 async 的 onLoad 比 sync 的性能会更好 by @stormslowly in #10562
- 优化 qiankun 插件,支持在应用配置中配置微应用 settings by @kuitos in #10536
- 优化 layout 插件,支持关闭 rightContentRender by @chenshuai2144 in #10542
- 优化 esbuild 压缩失败时的提示内容 by @fz6m in #10580
- 优化 utils 的 register 方法,出错时抛出更多详细错误 by @sorrycc in #10590
- 修复 layout 插件中对于 @ant-design/icons 的导入地址问题 by @yoonzm in #10540
New Contributors
- @yoonzm made their first contribution in #10540
- @AdoKevin made their first contribution in #10527
- @crazyurus made their first contribution in #10556
Full Changelog: v4.0.52...v4.0.53