Releases: web-infra-dev/modern.js
Releases · web-infra-dev/modern.js
v2.68.5
v2.68.4
What's Changed
New Features 🎉
- feat(bff):should not compress the api response by @yimingjfe in #7405
更新内容
新特性 🎉
- feat(bff): 不应该压缩 bff 的响应 由 @yimingjfe 实现, 详情可查看 #7405
v2.68.3
What's Changed
Other Changes
- chore: remove node polyfills by @yimingjfe in #7366
更新内容
其他变更
- chore: 移除 node polyfills 由 @yimingjfe 实现, 详情可查看 #7366
v2.68.2
What's Changed
New Features 🎉
- feat: support configure storage container and unstable_shouldCache for cache by @yimingjfe in #7246
Bug Fixes 🐞
- fix: plugin merge config for array type by @caohuilin
更新内容
新特性 🎉
- feat: 为 cache 函数支持自定义存储 container 和 unstable_shouldCache 由 @yimingjfe 实现, 详情可查看 #7246
Bug 修复 🐞
- fix: 修复对于数组类型的配置,合并配置之后出现重复问题 由 @caohuilin 实现
v2.68.1
What's Changed
New Features 🎉
- feat: support output Modern.js config when calling
modern inspectby @9aoy in #7309 - feat: hono bff supports return custom res by @keepview in #7310
- feat: support rsc for spa projects by @yimingjfe in #7296
- feat: inject the rsc payload into the html for csr by @yimingjfe in #7296
更新内容
新特性 🎉
- feat: 当
modern inspect命令调用时,支持输出 Modern.js 配置 由 @9aoy 实现, 详情可查看 #7309 - feat: hono bff 支持返回自定义响应 由 @keepview 实现, 详情可查看 #7310
- feat: 为 SPA 项目支持 RSC 由 @yimingjfe 实现, 详情可查看 #7296
- feat: 为 CSR 项目,注入 rsc payload 到 html 中 由 @yimingjfe 实现, 详情可查看 #7296
v2.68.0
What's Changed
New Features 🎉
- feat: update esbuild version to 0.25.5 by @caohuilin in #7294
- feat: Drop support for Node.js 16 BREAKING CHANGE: Node.js 16 is no longer supported. Please upgrade to Node.js 18 or higher. by @caohuilin in #7270
- feat: support resolve configuration in rsbuild. by @zllkjc in #7261
Bug Fixes 🐞
- fix: keep the default behavior of scope for compiling JS when use webpack after upgrade to Rsbuild 1.4 by @zllkjc in #7289
Other Changes
- chore: remove
source-map-supportin prod-server for code start performance by @await-ovo in #7291
更新内容
新特性 🎉
- feat: 更新 esbuild 版本到 0.25.5 由 @caohuilin 实现, 详情可查看 #7294
- feat: 不再支持 Node.js 16 重大变更:Node.js 16 已不再支持,请升级至 Node.js 18 或更高版本。 由 @caohuilin 实现, 详情可查看 #7270
- feat: 支持 rsbuild 的 resolve 配置。 由 @zllkjc 实现, 详情可查看 #7261
Bug 修复 🐞
其他变更
- chore: 移除 prod-server 中的
source-map-support以提升冷启动性能 由 @await-ovo 实现, 详情可查看 #7291
v2.67.11
v2.67.10
v2.67.9
v2.67.8
What's Changed
Bug Fixes 🐞
- fix: fix the issue that the build will not be interrupted when an error occurs in SSG by @zllkjc in #7196
- fix: ensure that each environment has its own babel options by @await-ovo in #7209
- fix(deploy): avoid issues caused by the module-sync field by @yimingjfe in #7206
更新内容
Bug 修复 🐞
- fix: 修复 SSG 报错时没有中断构建的问题 由 @zllkjc 实现, 详情可查看 #7196
- fix: 确保不同环境都有自己独立的 babel 配置对象 由 @await-ovo 实现, 详情可查看 #7209
- fix(deploy): 避免因为 module-sync 字段导致的问题 由 @yimingjfe 实现, 详情可查看 #7206