Skip to content

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 08:09

Features:

  • #3341

    chore(rspack-provider): use rspack stats.time instead of manual timing

    chore(rspack-provider): 使用 rspack stats.time 代替手动计时

  • #3303

    feat(doc-tools): print dev server URLs with base

    feat(doc-tools): 输出 dev server 的 URLs 时补全 base 信息

  • #3312

    doc: 修正文档中使用@edenx/runtime 的部分

    doc: Correct the sections in the document that use @edenx/runtime.

  • #3332

    feat(doc-core): bundle theme code

    feat(doc-core): 对默认主题的代码进行预打包,优化文档站构建效率。

  • #3333

    chore: upgrade libuild version to ~0.11.8

    chore: 更新 libuild 版本到 ~0.11.8

  • #3344

    chore(deps): bump fork-ts-checker-webpack-plugin to v8

    chore(deps): 升级 fork-ts-checker-webpack-plugin 到 v8

  • #3330

    feat: support redirect config

    feat: 支持redirect配置

  • #3316

    feat(doc-core): improve dead link log message

    feat(doc-core): 优化死链检测的日志

  • #3360

    feat: support noEmitOnError for ts compiler & remove assetsByChunkName from RouterPlugin

    feat: 支持 ts 编译器的 noEmitOnError 选项 & 从 RouterPlugin 中移除 assetsByChunkName

  • #3349

    chore: remove to module folder

    chore: 移动至module文件夹

  • #3347

    chore(rspack-provider): update rspack to 0.1.6

    chore(rspack-provider): 升级 rspack 相关依赖到 0.1.6

  • #3311

    feat: enable isolatedModules

    feat: 开启isolatedModules

  • #3306

    feat(plugin-module-node-polyfill, module-docs): add Node Polyfill feature

    feat(plugin-module-node-polyfill, module-docs): 添加 Node Polyfill 功能。

Bug Fix:

  • #3327

    fix(app-tools): failed to restart CLI

    fix(app-tools): 修复 CLI 重启失败的问题

  • #3317

    fix: referenceCssAssets should not include publicPath in bundle

    fix: referenceCssAssets 不应该包含 publicPath 字段在 bundle 中

  • #3352

    fix: search result not accurate

    fix: 解决搜索结果遗漏的问题

  • #3313

    fix: the SSR plugin will product some effects, disable the ssr plugin when user doesn't use ssr

    fix: SSR 插件将会尝试一些副作用,如果用户没有使用它时禁用这个插件。

  • #3354

    fix: function injectServerData name typo

    fix: 修复 injectServerData 函数命名错误

  • #3324

    fix(swc): can not find object_destructuring_empty.mjs

    fix(swc): 修复找不到 object_destructuring_empty.mjs 的问题

  • #3357

    fix: schema error in sidebar link

    fix: 修复侧边栏链接 schema 错误问题

  • #3318

    fix(builder): should add id prefix after minify SVG

    fix(builder): 压缩 SVG 后需要添加 id 前缀

  • #3359

    fix(doc-core): fix Tabs props type

    fix(doc-core): 修复Tabs组件类型

  • #3320

    fix: code highlight

    fix: 代码高亮无效

  • #3326

    fix(plugin-module-babel): export right name

    fix(plugin-module-babel): 导出正确的模块名称

  • #3348

    fix: beforeCreateRouter should be false after render router

    fix: 在渲染 router 后,beforeCreateRouter 应该为 false

  • #3340

    fix: switch lang 404

    fix: 切换语言后 404 问题

  • #3319

    fix(module-tools): fix input glob path

    fix(module-tools): 修复 input glob 路径的问题

  • #3315

    fix(module-tools): fix warning content

    fix(module-tools): 修复警告内容

  • #3329

    fix(module-tools): fix noClear option not work

    fix(module-tools): 修复 noClear 配置不生效

  • #3334

    fix: fix darkmode that don't work

    fix: 修复darkmode不生效的问题

  • #3358

    fix: link base missing

    fix: 链接 base 丢失问题

  • #3362

    fix: update libuild version to fix windows resolve path

    fix: 升级libuild版本来修复windows机器对于路径的解析