Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.21.0 #3757

Merged
merged 1 commit into from
May 25, 2023
Merged

Release v2.21.0 #3757

merged 1 commit into from
May 25, 2023

Conversation

caohuilin
Copy link
Member

Features:

  • #3735

    feat: ssr mode support async entry

    feat: ssr 模式支持异步入口

  • #3741

    fix(builder): output.copy not work in Rspack

    fix(builder): output.copy 在 Rspack 构建时不生效

  • #3741

    feat(builder): update rspack to 0.1.12

    feat(builder): 升级 rspack 到 0.1.12 版本

  • #3685

    feat(rspack-provider): support security.checkSyntax in Rspack

    feat(rspack-provider): 在使用 Rspack 构建时支持 security.checkSyntax 配置项

  • #3724

    refactor: guard react-router version consistency

    refactor: 保证 react-router 相关包的版本一致性

  • #3753

    feat(doc-core): add routes for addPages hook

    feat(doc-core): 在 addPages 钩子中增加路由入参

  • #3718

    chore: bump typescript to v5 in devDependencies

    chore: 升级 devDependencies 中的 typescript 版本到 v5

  • #3713

    feat: the runtime package export loadable_bundler_plugin

    feat: runtime 包导出 loadable_bundler_plugin

  • #3748

    feat(app-tools): add isFirstCompile param to afterDev hook

    feat(app-tools): 为 afterDev 钩子增加 isFirstCompile 参数

  • #3723

    feat(dev-server): enable gzip compression, add devServer.compress config

    feat(dev-server): 默认启用 gzip 压缩,新增 devServer.compress 配置项

  • #3751

    feat(builder): support output.disableTsChecker in Rspack

    feat(builder): 在使用 Rspack 构建时支持 output.disableTsChecker 配置项

  • #3738

    feat: update codesmith version

    feat: 更新 codesmith 版本

  • #3750

    chore: update reduck

    chore: 更新 reduck

  • #3744

    feat(doc-core): support space in code title

    feat(doc-core): 代码块标题支持空格

  • #3721

    feat(builder): support output.enableAssetManifest in Rspack

    feat(builder): 在使用 Rspack 构建时支持 output.enableAssetManifest 配置项

  • #3716

    feat: add doc medium-zoom plugin

    feat: 增加 medium-zoom 插件

  • #3725

    feat: support security.nonce for add nonce attribute on script tag

    feat: 支持 security.nonce 配置,为 script 标签添加 nonce 属性

  • #3714

    chore(deps): bump babel-related dependencies to latest version

    chore(deps): 升级 babel 相关依赖到最新版本

Bug Fix:

  • #3749

    fix: the proxy should not recreated when exists

    fix: proxy server 不应该被重新创建当存在时

    fix: generator get modern plugin version error

    fix: 修复生成器获取插件版本错误

  • #3745

    fix(doc-tools): src not found in medium-zoom plugin

    fix(doc-tools): medium-zoom 插件中 src 找不到

  • #3717

    fix(core): toolsType is overridden when install multiple solutions

    fix(core): 修复安装多个 solutions 时 toolsType 被覆盖的问题

  • #3746

    fix(builder): should not print file size of LICENSE.text

    fix(builder): 打印文件体积时忽略 LICENSE.text

    fix: remove micro generator bebel runtime dependencies

    fix: 移除微生成器模板中的 bebel runtime 依赖

  • #3709

    hotfix(rspack-provider): update Rspack and fix upgrade error

    hotfix(rspack-provider): 升级 Rspack 并处理升级问题

  • #3731

    fix(doc-core): sidebar link i18n

    fix(doc-core): 修复侧边栏链接国际化问题

  • #3712

    fix(plugin-sass): pollute the global.location object

    fix(plugin-sass): 污染全局对象 global.location

  • #3726

    fix(doc-tools): medium-zoom plugin error in windows

    fix(doc-tools): medium-zoom 插件在 windows 下报错

  • #3755

    fix(dev-server): adjust hmr connection log level

    fix(dev-server): 调整 hmr 连接的日志级别

  • #3742

    fix: should only watch file-based routes changes

    fix: 只有基于文件的路由(约定式路由)需要被监听变化

  • #3727

    fix(builder): failed to disable html via htmlPlugin: false

    fix(builder): 修复通过 htmlPlugin: false 无法禁用 html 的问题

  • #3719

    fix(plugin-runtime): streaming ssr split chunk so that can't match SHELL_STREAM_END_MARK

    fix(plugin-runtime): streaming ssr chunk 进行分割导致无法匹配 SHELL_STREAM_END_MARK

  • #3733

    fix: fix @modern-js/utils subpath exports

    fix: 修复 @modern-js/utils 子路径导出

@changeset-bot
Copy link

changeset-bot bot commented May 25, 2023

⚠️ No Changeset found

Latest commit: ff82053

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.57 🎉

Comparison is base (99693f0) 57.59% compared to head (ff82053) 58.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3757      +/-   ##
==========================================
+ Coverage   57.59%   58.17%   +0.57%     
==========================================
  Files         672      643      -29     
  Lines       17794    17192     -602     
  Branches     3876     3753     -123     
==========================================
- Hits        10249    10001     -248     
+ Misses       6934     6589     -345     
+ Partials      611      602       -9     

see 270 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zllkjc zllkjc enabled auto-merge (squash) May 25, 2023 04:28
@zllkjc zllkjc merged commit 95ff6af into main May 25, 2023
@zllkjc zllkjc deleted the release-v2.21.0 branch May 25, 2023 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants