| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-11 | 2.4 kB | |
| v3.9.1 source code.tar.gz | 2026-09-11 | 3.7 MB | |
| v3.9.1 source code.zip | 2026-09-11 | 5.7 MB | |
| Totals: 3 Items | 9.4 MB | 0 | |
What's Changed
Bug Fixes 🐞
- fix: preserve the SSR request abort signal when creating the router loader request in https://github.com/web-infra-dev/modern.js/pull/8858
- fix: respect the TypeScript compiler configured by ts-node in https://github.com/web-infra-dev/modern.js/pull/8844
- fix: use conventional route loading components as hydration fallbacks while initial route data is loading in https://github.com/web-infra-dev/modern.js/pull/8859
Other Changes ✨
- Upgrade Rsbuild to 2.2.4 and support its stricter bundler chain types, preserving service worker library options and handling non-string public paths in asset prefix templates. in https://github.com/web-infra-dev/modern.js/pull/8860
Rsbuild Update 📦
- Upgrade @rsbuild/core from v2.2.0-rc.0 to v2.2.4. See v2.2.0, v2.2.1, v2.2.2, v2.2.3, and v2.2.4 for details.
更新内容
Bug 修复 🐞
- fix: 构造路由 loader 请求时保留 SSR 请求的取消信号, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8858
- fix: 使用 ts-node 配置中指定的 TypeScript 编译器, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8844
- fix: 初始路由数据加载期间使用约定式路由的 loading 组件作为 hydration fallback, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8859
其他变更 ✨
- 升级 Rsbuild 至 2.2.4,兼容更严格的 bundler chain 类型,保留 service worker 的 library 配置,并在 assetPrefix 模板中处理非字符串 publicPath。, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8860