Skip to content

v3.9.0

Latest

Choose a tag to compare

@caohuilin caohuilin released this 03 Sep 02:25

What's Changed

Bug Fixes 🐞

  • fix(app-tools): fix BFF ts-node-loader compatibility with ESM in #8692

Other Changes ✨

  • chore: prepare the 3.9.0 minor release. in #8840
  • Remove the server plugin fallback hook. SSR-to-CSR fallback events are now reported directly through request monitors as a warning and an ssr-fallback counter. in #8836

更新内容

Bug 修复 🐞

  • fix(plugin-runtime): fix document CLI compatibility with ESM lib format
    fix(app-tools): 修复 BFF ts-node-loader 在 ESM 构建格式下的兼容性问题
    fix(plugin-runtime): 修复 document CLI 在 ESM 构建格式下的兼容性问题, 详情可查看 #8692