Skip to content

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 04:13

Features:

  • #3153

    feat: optimize doc ui theme

    feat: 优化文档 UI 主题

  • #3157

    feat: improve vendor split chunk rule

    feat: 优化针对第三方库的拆包策略

  • #3136

    docs(module-tools-doc): format content

    docs(module-tools-doc): 格式化内容

  • #3144

    chore(core): remove legacy transformPlugin option

    chore(core): 移除不再使用的 transformPlugin 选项

  • #3149

    chore: fix some TODO comments

    chore: 处理一些标记 TODO 的问题

  • #3139

    feat: support rspack

    feat: 支持 Rspack 构建

  • #3127

    chore(generator): update solution names

    chore(generator): 更新创建项目时的工程类型名称

Bug Fix:

  • #3128

    fix: mailto url

    fix: 修复 mailto url

  • #3130

    fix: remove serialze-javascript from client bundle

    fix: 移除客户端构建产物中的 serialze-javascript

  • #3141

    fix: server worker dynamicImportMode config

    fix: 修复 server worker 时 dynamicImportMode 配置

  • #3141

    feat: support streaming ssr in worker

    feat: worker 支持 streaming ssr

  • #3147

    fix: move chunkmap.css comment to bottom of head

    fix: 将 chunkmap.css 标记移动到 head 底部

  • #3121

    fix: rspack-provider swc plugin should not inject core-js in ssr.

    fix: rspack-provider swc 插件不应该在 SSR 下注入 core-js

  • #3145

    fix: fix chunk css location in template

    fix: 修复异步加载的 css 在模版文件中的位置

  • #3141

    fix: worker router config error when enable bff

    fix: 修复当开启 BFF 时 worker 路由配置

  • #3135

    fix: should not replace to alias when filePath is not in src

    fix: 不应该替换为别名,当 filePath 不在 src 目录中时

  • #3132

    fix: fix data-loader compat in windows

    fix: 修复 data loader 在 windows 下的兼容性问题

  • #3155

    feat: enable svgo to avoid ID conflicts

    feat: 启用 svgo 以避免 ID 冲突

  • #3154

    fix: optimize the regexp for route matching rules

    fix: 优化路由匹配正则

  • #3120

    fix: export missing react-router types

    fix: 导出缺少的 react-router 类型

  • #3141

    fix: doc info block not work

    fix: 修复文档站 info 不生效问题

  • #3138

    fix(builder): add additional note about hashDigest in cssModuleLocalIdentName

    fix(builder): 添加 cssModuleLocalIdentName 中关于 hashDigest 的补充说明

  • #3119

    fix: remove jsc config

    fix: 移除 jsc 配置

  • #3133

    fix: the asset may be removed by InlineChunkHtmlPlugin

    fix: asset 可能会被 InlineChunkHtmlPlugin 移除

  • #3161

    fix: asset url using incorrect path seperator in windows

    fix: 修复 windows 中 asset url 使用错误的路径分隔符