Skip to content

v2.53.0

Compare
Choose a tag to compare
@caohuilin caohuilin released this 13 Jun 03:48

What's Changed

New Features 🎉

  • feat: @modern-js/create not support create Monorepo Project by @caohuilin in #5804
  • feat: new command not support enable testing function by @caohuilin in #5804

Bug Fixes 🐞

  • fix: avoid to mismatch header label by @yimingjfe in #5810
  • fix: Avoid memory leaks in node versions 18 and 20 by @yimingjfe in #5819
  • fix: should add the escape character for the regexps by @yimingjfe in #5811
  • fix: when enable react router v5, tooltip with plugin name is not right by @caohuilin in #5817

Docs update 📄

  • docs: correcting the name of the document product added to .gitignore by @cloudmoonocus in #5807

更新内容

新特性 🎉

  • feat: @modern-js/create 移除创建 Monorepo 项目 由 @caohuilin 实现, 详情可查看 #5804
  • feat: new 命令不在支持开启测试功能 由 @caohuilin 实现, 详情可查看 #5804

Bug 修复 🐞

  • fix: 避免误匹配 header 标签 由 @yimingjfe 实现, 详情可查看 #5810
  • fix: 避免在 node 18 和 20 版本下内存泄露 由 @yimingjfe 实现, 详情可查看 #5819
  • fix: 为正则表达式添加转义字符 由 @yimingjfe 实现, 详情可查看 #5811
  • fix: 修复当开启 react router v5 时,提示的插件名称不正确 由 @caohuilin 实现, 详情可查看 #5817