Skip to content

v2.67.4

Latest
Compare
Choose a tag to compare
@caohuilin caohuilin released this 08 May 01:19

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(router): replace slashes in route ID for loader timing reporting by @yimingjfe in #7117
  • fix(server): should sync all headers from req.headers by @yimingjfe in #7107
  • fix: add the "$" character to avoid alias override in nested entries by @zllkjc in #7093

Other Changes

更新内容

新特性 🎉

  • feat: modern.server 支持扩展 modern.js 服务 由 @zllkjc 实现, 详情可查看 #6952
  • feat: 为 cahce 函数支持 getKey 由 @yimingjfe 实现, 详情可查看 #7102
  • feat(cache): 为缓存支持 customKey 函数 由 @yimingjfe 实现, 详情可查看 #7058
  • feat: 支持 unstable_shouldDisable 由 @yimingjfe 实现, 详情可查看 #7058
  • feat: support plugin-router-v7 由 @yimingjfe 实现, 详情可查看 #7106
  • feat: 支持缓存命中率统计 由 @yimingjfe 实现, 详情可查看 #7058

Bug 修复 🐞

  • fix(router): 为 server timing 替换 route id 中的 "/" 由 @yimingjfe 实现, 详情可查看 #7117
  • fix(server): 应该从 req.headers 同步所有的 headers 由 @yimingjfe 实现, 详情可查看 #7107
  • fix: 添加 $ 字符避免嵌套入口时 alias 覆盖 由 @zllkjc 实现, 详情可查看 #7093