Skip to content

v2.56.1

Compare
Choose a tag to compare
@caohuilin caohuilin released this 22 Jul 13:31

What's Changed

New Features 🎉

  • feat: garfish beforeRender function support props params by @caohuilin in #5970

Bug Fixes 🐞

  • fix: new server middleware support get body, if request.method is post by @GiveMe-A-Name in #5972
  • fix: storybook port occupied error by @9aoy in #5966
  • fix: match unexpected environment resources when artifact with the same name in different environments by @9aoy in #5968
  • fix: import plugin api from @modern-js/plugin instead @modern-js/core by @zllkjc in #5974
  • fix(ssr): Avoid the compilation problem with renderToPipeableStream and react 17 by @yimingjfe in #5965
  • fix: style assets should be add to cssChunk by @GiveMe-A-Name in #5971
  • fix: remove unused @loadable/webpack-plugin dependency by @chenjiahan in #5976

更新内容

新特性 🎉

  • feat: garfish beforeRender 函数支持 props 参数 由 @caohuilin 实现, 详情可查看 #5970

Bug 修复 🐞

  • fix: 如果请求是 post, 新 server middlewares 可以拿到 body 数据 由 @GiveMe-A-Name 实现, 详情可查看 #5972
  • fix: 修复 storybook 端口占用报错 由 @9aoy 实现, 详情可查看 #5966
  • fix: 当存在同名产物时匹配到不符合预期的 environment 资源 由 @9aoy 实现, 详情可查看 #5968
  • fix: 从 @modern-js/plugin 导入插件 api 而不是 @modern-js/core 由 @zllkjc 实现, 详情可查看 #5974
  • fix(ssr): 避免 react 17 下,使用 renderToPipeableStream 的编译问题 由 @yimingjfe 实现, 详情可查看 #5965
  • fix: style 应该被添加到 cssChunks 由 @GiveMe-A-Name 实现, 详情可查看 #5971