Releases
v2.63.7
What's Changed
New Features 🎉
feat: add new configuration for reload on SSR URL mismatch in #6731
feat: plugin run support config params to overrides config file content in #6732
feat: adjust after dev hook type and run time in #6732
feat: add onDevCompileDone hook in #6732
feat: bff support independent project in #6587
feat: plugin api add isPluginExists in #6713
feat: cli plugin support extend build utils in #6715
feat: handle api not register error in #6732
feat: support styled-component in streaming ssr in #6734
feat: unify the response logic of the Loader in SSR in #6720
Bug Fixes 🐞
fix(ssg): unable to render huge list of routes in #6711
fix(bff): client bundle supplement env variables & fix bff test in #6733
更新内容
新特性 🎉
feat: 添加新的配置,支持在 SSR URL 不匹配时重新加载页面, 详情可查看 #6731
feat: 插件 run 方法支持添加更高优先级的配置参数, 详情可查看 #6732
feat: 调整 onAfterDev 钩子函数的类型和执行时机, 详情可查看 #6732
feat: 添加 onDevCompileDone 钩子函数, 详情可查看 #6732
feat: bff 支持跨项目调用, 详情可查看 #6587
feat: 插件 api 增加 isPluginExists, 详情可查看 #6713
feat: cli 插件支持扩展构建工具函数, 详情可查看 #6715
feat: api 未注册时增加 debug 调试信息, 详情可查看 #6732
feat: 在流式渲染中支持 styled-component, 详情可查看 #6734
feat: 统一 SSR 中 Loader 的响应逻辑, 详情可查看 #6720
Bug 修复 🐞
fix(ssg): 无法渲染大量路由列表, 详情可查看 #6711
fix(bff): client 产物补充环境变量 & 集成测试问题修复, 详情可查看 #6733
You can’t perform that action at this time.