Releases: web-infra-dev/modern.js
Releases · web-infra-dev/modern.js
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
v2.68.14
v2.68.13
What's Changed
New Features 🎉
- feat: custom entries support entry.tsx and entry.server.tsx by @caohuilin in #7638
- feat: server config support onError by @keepview in #7607
Bug Fixes 🐞
- fix: garfish component render error by @caohuilin in #7629
- fix: corss BFF type prompt by @keepview in #7636
- fix: update treeNode by @keepview in #7628
更新内容
新特性 🎉
- feat: 自定义 entries 支持 entry.tsx 和 entry.server.tsx 由 @caohuilin 实现, 详情可查看 #7638
- feat: 自定义 server 支持错误处理 由 @keepview 实现, 详情可查看 #7607
Bug 修复 🐞
v2.68.12
What's Changed
Bug Fixes 🐞
- fix: solve the problem of react19 streaming rendering failure by @yimingjfe in #7568
- fix: garfish plugin custom component render error by @caohuilin in #7597
更新内容
Bug 修复 🐞
- fix: 解决 react19 下流式渲染失效的问题 由 @yimingjfe 实现, 详情可查看 #7568
- fix: 修复 garfish 插件自定义组件渲染报错 由 @caohuilin 实现, 详情可查看 #7597
v2.68.11
What's Changed
Bug Fixes 🐞
- fix: resolve tsconfig-path errors when using destructuring aliases by @clChenLiang in #7574
更新内容
Bug 修复 🐞
- fix: 修复解构 alias 导致 tsconfig-path 报错的问题 由 @clChenLiang 实现, 详情可查看 #7574
v2.68.10
v2.68.9
What's Changed
Bug Fixes 🐞
- fix: should get basename correctly by @yimingjfe in #7528
更新内容
Bug 修复 🐞
- fix: 应该获取到正确的 basename 由 @yimingjfe 实现, 详情可查看 #7528