v3.0.0-alpha.2
What's Changed
Performance Improvements ⚡
- perf: server monitor add more tags for timing/counter event by @GiveMe-A-Name in #7967
New Features 🎉
- feat: release Modern.js 3.0 by @caohuilin in #7953
- feat: esm runtime by @sylingd in #8227
- feat: use node native fetch by @sylingd in #8273
- feat(app-tools): add info command to display project entries information by @zllkjc in #8239
Bug Fixes 🐞
- fix: dev hono context error by @keepview in #8255
- fix: should read html templates only in getHtmlTemplates function by @yimingjfe in #7963
- fix: MPA should apply csrRender function for every single page by @GiveMe-A-Name in #8090
Other Changes ✨
- refactor: update rsc, streaming ssr runtime code by @GiveMe-A-Name in #8086
Rsbuild Update 📦
- Upgrade @rsbuild/core from v1.7.1 to v2.0.0-beta.0. See v2.0.0-beta.0 for details.
更新内容
性能优化 ⚡
- perf: server monitor 为 timing/couter 事件添加更多的 tags 由 @GiveMe-A-Name 实现, 详情可查看 #7967
新特性 🎉
- feat: 发布 Modern.js 3.0 由 @caohuilin 实现, 详情可查看 #7953
- feat(app-tools): 新增 info 命令,用于展示项目的 entries 信息 由 @zllkjc 实现, 详情可查看 #8239
Bug 修复 🐞
- fix: 修复 dev 环境 hono context 由 @keepview 实现, 详情可查看 #8255
- fix: 在 getHtmlTemplates 函数中读取 html 模板 由 @yimingjfe 实现, 详情可查看 #7963
- fix: MPA 项目一个为每个单页面应用不同的 csrRender 逻辑 由 @GiveMe-A-Name 实现, 详情可查看 #8090
其他变更 ✨
- refactor: 更新 rsc, streeaming ssr 运行时代码 由 @GiveMe-A-Name 实现, 详情可查看 #8086
Rsbuild 更新 📦
- 升级 @rsbuild/core 从 v1.7.1 到 v2.0.0-beta.0,查看 v2.0.0-beta.0 了解详情。