v2.60.6
What's Changed
New Features 🎉
- feat(deps): bump babel to 7.26 to support parse import attributes by default by @9aoy in #6453
- feat: delete unused hook api by @caohuilin in #6457
- feat(bff): integrated file upload call by @keepview in #6419
- feat: print ssg subprocess log by @caohuilin in #6440
- feat(router): support v7_startTransition configuration by @yimingjfe in #6461
Bug Fixes 🐞
- fix: support tools.htmlPlugin.minify false by @9aoy in #6439
- fix: router v5 baseUrl problem by @caohuilin in #6435
- fix: using node:fs with node polyfill will lead to an error by @yuyutaotao in #6431
- fix(server): handle the cases that res cannot be writable by @yimingjfe in #6430
- fix(runtime-utils): the normalizePathname should handles multiple slashes by @yimingjfe in #6441
更新内容
新特性 🎉
- feat: 删除没有使用的 hook api 由 @caohuilin 实现, 详情可查看 #6457
- feat(bff): 支持文件上传一体化调用 由 @keepview 实现, 详情可查看 #6419
- feat: 输出 ssg 子进程日志 由 @caohuilin 实现, 详情可查看 #6440
- feat(router): 支持 v7_startTransition 配置 由 @yimingjfe 实现, 详情可查看 #6461
Bug 修复 🐞
- fix: 修复 router v5 的 baseUrl 问题 由 @caohuilin 实现, 详情可查看 #6435
- fix(server): 处理 res 无法写入的情况 由 @yimingjfe 实现, 详情可查看 #6430
- fix(runtime-utils): normalizePathname 函数应该处理好多个 / 的情况 由 @yimingjfe 实现, 详情可查看 #6441