v2.12.0
Features:
-
chore(rspack-provider): use rspack stats.time instead of manual timing
chore(rspack-provider): 使用 rspack stats.time 代替手动计时
-
feat(doc-tools): print dev server URLs with base
feat(doc-tools): 输出 dev server 的 URLs 时补全 base 信息
-
doc: 修正文档中使用@edenx/runtime 的部分
doc: Correct the sections in the document that use @edenx/runtime.
-
feat(doc-core): bundle theme code
feat(doc-core): 对默认主题的代码进行预打包,优化文档站构建效率。
-
chore: upgrade libuild version to ~0.11.8
chore: 更新 libuild 版本到 ~0.11.8
-
chore(deps): bump fork-ts-checker-webpack-plugin to v8
chore(deps): 升级 fork-ts-checker-webpack-plugin 到 v8
-
feat: support redirect config
feat: 支持redirect配置
-
feat(doc-core): improve dead link log message
feat(doc-core): 优化死链检测的日志
-
feat: support noEmitOnError for ts compiler & remove assetsByChunkName from RouterPlugin
feat: 支持 ts 编译器的 noEmitOnError 选项 & 从 RouterPlugin 中移除 assetsByChunkName
-
chore: remove to module folder
chore: 移动至module文件夹
-
chore(rspack-provider): update rspack to 0.1.6
chore(rspack-provider): 升级 rspack 相关依赖到 0.1.6
-
feat: enable isolatedModules
feat: 开启isolatedModules
-
feat(plugin-module-node-polyfill, module-docs): add Node Polyfill feature
feat(plugin-module-node-polyfill, module-docs): 添加 Node Polyfill 功能。
Bug Fix:
-
fix(app-tools): failed to restart CLI
fix(app-tools): 修复 CLI 重启失败的问题
-
fix: referenceCssAssets should not include publicPath in bundle
fix: referenceCssAssets 不应该包含 publicPath 字段在 bundle 中
-
fix: search result not accurate
fix: 解决搜索结果遗漏的问题
-
fix: the SSR plugin will product some effects, disable the ssr plugin when user doesn't use ssr
fix: SSR 插件将会尝试一些副作用,如果用户没有使用它时禁用这个插件。
-
fix: function injectServerData name typo
fix: 修复 injectServerData 函数命名错误
-
fix(swc): can not find object_destructuring_empty.mjs
fix(swc): 修复找不到 object_destructuring_empty.mjs 的问题
-
fix: schema error in sidebar link
fix: 修复侧边栏链接 schema 错误问题
-
fix(builder): should add id prefix after minify SVG
fix(builder): 压缩 SVG 后需要添加 id 前缀
-
fix(doc-core): fix Tabs props type
fix(doc-core): 修复Tabs组件类型
-
fix: code highlight
fix: 代码高亮无效
-
fix(plugin-module-babel): export right name
fix(plugin-module-babel): 导出正确的模块名称
-
fix: beforeCreateRouter should be false after render router
fix: 在渲染 router 后,beforeCreateRouter 应该为 false
-
fix: switch lang 404
fix: 切换语言后 404 问题
-
fix(module-tools): fix input glob path
fix(module-tools): 修复 input glob 路径的问题
-
fix(module-tools): fix warning content
fix(module-tools): 修复警告内容
-
fix(module-tools): fix noClear option not work
fix(module-tools): 修复 noClear 配置不生效
-
fix: fix darkmode that don't work
fix: 修复darkmode不生效的问题
-
fix: link base missing
fix: 链接 base 丢失问题
-
fix: update libuild version to fix windows resolve path
fix: 升级libuild版本来修复windows机器对于路径的解析