Releases: web-infra-dev/modern.js
Releases · web-infra-dev/modern.js
v2.69.3
What's Changed
Bug Fixes 🐞
- fix: upgrade react-server-dom-webpack to fix security vulnerability by @caohuilin in #7996
更新内容
Bug 修复 🐞
- fix: 升级 react-server-dom-webpack 修复安全问题 由 @caohuilin 实现, 详情可查看 #7996
v2.69.2
What's Changed
Performance Improvements ⚡
- perf: server monitor add more tags for timing/counter event by @GiveMe-A-Name in #7968
Bug Fixes 🐞
- fix: should read html templates only in getHtmlTemplates function by @yimingjfe in #7962
- fix: should immediately assign routes by @yimingjfe in #7927
更新内容
性能优化 ⚡
- perf: server monitor 为 timing/couter 事件添加更多的 tags 由 @GiveMe-A-Name 实现, 详情可查看 #7968
Bug 修复 🐞
- fix: 在 getHtmlTemplates 函数中读取 html 模板 由 @yimingjfe 实现, 详情可查看 #7962
- fix: 应该立即赋值 routes 由 @yimingjfe 实现, 详情可查看 #7927
v2.69.1
What's Changed
Bug Fixes 🐞
- fix: use minify regex by @clChenLiang in #7918
更新内容
Bug 修复 🐞
- fix: 用最小匹配来替换 由 @clChenLiang 实现, 详情可查看 #7918
v2.69.0
What's Changed
New Features 🎉
- feat: enable rspack persistent cache default by @jerrykingxyz in #7888
更新内容
新特性 🎉
- feat: rspack 默认启动持久化缓存 由 @jerrykingxyz 实现, 详情可查看 #7888
v2.68.20
What's Changed
Bug Fixes 🐞
- fix: Avoid caching unexpected responses by @yimingjfe in #7853
- fix: stream ssr should concat buffer first, then stringify buffer by @keepview in #7830
- fix: static resource requests should not be valid loader requests. by @yimingjfe in #7849
更新内容
Bug 修复 🐞
- fix: 避免不受期待的响应被缓存 由 @yimingjfe 实现, 详情可查看 #7853
- fix: stream ssr 先拼接 buffer, 再将 buffer 处理成字符串 由 @keepview 实现, 详情可查看 #7830
- fix: 静态资源请求不应该是合法的 loader 请求 由 @yimingjfe 实现, 详情可查看 #7849
v2.68.19
What's Changed
Bug Fixes 🐞
- fix: server hooks not get when run onPrepare by @caohuilin in #7799
更新内容
Bug 修复 🐞
- fix: 修复服务端插件在 onPrepare 中获取 hooks 失败 由 @caohuilin 实现, 详情可查看 #7799
v2.68.18
What's Changed
New Features 🎉
- feat: disable gzip for bff by @yimingjfe in #7752
- feat: bff query supports obj by @keepview in #7713
Bug Fixes 🐞
- fix: should not emit routes-source-manifest.json by @yimingjfe in #7754
- fix: compatibility afterStreamingRender return string type by @GiveMe-A-Name in #7751
更新内容
新特性 🎉
- feat: 为 bff 请求禁用 gzip 由 @yimingjfe 实现, 详情可查看 #7752
- feat: bff query 支持对象类型 由 @keepview 实现, 详情可查看 #7713
Bug 修复 🐞
- fix: 不应该生成 routes-source-manifest.json 到产物中 由 @yimingjfe 实现, 详情可查看 #7754
- fix: 兼容 afterStreamingRender 返回 string 类型 由 @GiveMe-A-Name 实现, 详情可查看 #7751
v2.68.17
What's Changed
Bug Fixes 🐞
- fix: when sourcemap is false, the css sourcemap also is true in development by @yifancong in #7696
- fix: add exports fro helper module in server-core package.json by @GiveMe-A-Name in #7712
Other Changes
- chore(@modern-js/utils): re-exports require, env module using sub-paths by @GiveMe-A-Name in #7710
更新内容
Bug 修复 🐞
- fix: 为 server-core package.json 添加 helper 模块的 sub-exports 由 @GiveMe-A-Name 实现, 详情可查看 #7712
其他变更
- chore(@modern-js/utils): 使用 sub-paths 导出 require, env 模块 由 @GiveMe-A-Name 实现, 详情可查看 #7710
v2.68.16
What's Changed
Bug Fixes 🐞
- fix: bump version by @yimingjfe in #7694
更新内容
Bug 修复 🐞
- fix: 增加框架版本 由 @yimingjfe 实现, 详情可查看 #7694
v2.68.15
What's Changed
Bug Fixes 🐞
- fix: garfish plugin popstate not trigger by @caohuilin in #7668
更新内容
Bug 修复 🐞
- fix: 修复 garfish 插件 popstate 事件未触发问题 由 @caohuilin 实现, 详情可查看 #7668