v2.58.1
What's Changed
New Features 🎉
- feat(runtime): adapt to some features for async entries by @yimingjfe in #6058
- feat(deps): bump Rsbuild 1.0.1-beta.13 by @chenjiahan in #6070
Bug Fixes 🐞
- fix: should not minify html when disableMinimize in webpack mode by @9aoy in #6063
- fix: ssr context in runtime should get host from X-Forwarded-Host first by @GiveMe-A-Name in #6051
- fix: ssrData should get request.url from ssrContext by @GiveMe-A-Name in #6061
- fix: ssrContext get protocal from x-forwarded-proto first, then new server middleware support rewrite request by @GiveMe-A-Name in #6068
- fix: use flatted instead of safeReplacer by @GiveMe-A-Name in #6044
- fix: garfish config name when use app.config by @caohuilin in #6078
Docs update 📄
- docs: update Rsbuild plugin links by @chenjiahan in #6077
- docs: avoid confusing version number by @chenjiahan in #6054
Other Changes
- test: fix rsbuild inspect config cases by @chenjiahan in #6072
- chore(workflow): no need to build websites by @chenjiahan in #6073
- refactor(website): refactor modern.js docs to latest usage of rspress by @zllkjc in #6007
- chore(workflow): use taze to update rsbuild and rspress by @chenjiahan in #6071
更新内容
新特性 🎉
- feat(runtime): 为异步入口适配某些功能 由 @yimingjfe 实现, 详情可查看 #6058
Bug 修复 🐞
- fix: webpack 模式下,当配置 disableMinimize 时不开启 html 压缩 由 @9aoy 实现, 详情可查看 #6063
- fix: ssr context 应该优先从 X-Forwarded-Host 获取 由 @GiveMe-A-Name 实现, 详情可查看 #6051
- fix: ssrData 应该从 ssrContext 获取 url 由 @GiveMe-A-Name 实现, 详情可查看 #6061
- fix: ssrContext 优先从 x-forwarded-proto 取协议, 另外新 server middleware 支持重写 request 由 @GiveMe-A-Name 实现, 详情可查看 #6068
- fix: 使用 flated 而不是使用 safeReplacer 由 @GiveMe-A-Name 实现, 详情可查看 #6044
- fix: 修复 garfish 配置名称 由 @caohuilin 实现, 详情可查看 #6078