-
Notifications
You must be signed in to change notification settings - Fork 0
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
follow #1
follow #1
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1f179f - Browse repository at this point
Copy the full SHA e1f179fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b64c39 - Browse repository at this point
Copy the full SHA 3b64c39View commit details -
docs: add description for run (#10408)
* docs: description * chore: more * docs: add more
Configuration menu - View commit details
-
Copy full SHA for 627d774 - Browse repository at this point
Copy the full SHA 627d774View commit details -
fix(babel): make sure not read browserslist (#10396)
* chore: make sure babel not use browserlist file * fix(babel): make sure not read browserslist * docs: add reason * ci: pnpm upgrade
Configuration menu - View commit details
-
Copy full SHA for f4ef0ca - Browse repository at this point
Copy the full SHA f4ef0caView commit details -
fix(preset-umi): source paths of tailwindcss config (#10386)
Co-authored-by: erfwqar <erfwqar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 98e78c9 - Browse repository at this point
Copy the full SHA 98e78c9View commit details -
feat(bundler-webpack): webpack pre-compiled support workerize-loader (#…
…10425) * feat(bundler-webpack): webpack dependency support workerize-loader * feat: refer to nextjs to complete the webpack plugin
Configuration menu - View commit details
-
Copy full SHA for 494c6f0 - Browse repository at this point
Copy the full SHA 494c6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a013b0 - Browse repository at this point
Copy the full SHA 3a013b0View commit details -
feat(monorepo): support redirect peer deps (#10415)
* feat(monorepo): support redirect peer deps * chore: fix type
Configuration menu - View commit details
-
Copy full SHA for 6923dd0 - Browse repository at this point
Copy the full SHA 6923dd0View commit details -
fix: mpa resolve error on Windows (#10382)
* fix: mpa * fix: mpa resolve error on win Co-Authored-By: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0c568fa - Browse repository at this point
Copy the full SHA 0c568faView commit details -
fix(test): upgrade esbuild target in jest transform (#10414)
* fix(jest): only write `import.meta` in vite mode * fix: jest deprecated warning * fix: upgrade esbuild target for jest transform * chore: update lock file
Configuration menu - View commit details
-
Copy full SHA for e7d0ad8 - Browse repository at this point
Copy the full SHA e7d0ad8View commit details
Commits on Feb 7, 2023
-
fix(prepare): only hande source file (#10400)
* fix(prepare): only hande source file * refactor: last index of * chore: remove unused code * chore: code style
Configuration menu - View commit details
-
Copy full SHA for 3dcfc85 - Browse repository at this point
Copy the full SHA 3dcfc85View commit details -
feat:
addOnDemandDeps
api (#10438)* feat: `addOnDemandDeps` api * chore: code style * chore: code style
Configuration menu - View commit details
-
Copy full SHA for 5e9a332 - Browse repository at this point
Copy the full SHA 5e9a332View commit details -
Configuration menu - View commit details
-
Copy full SHA for f208f6d - Browse repository at this point
Copy the full SHA f208f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1b365 - Browse repository at this point
Copy the full SHA 8e1b365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f74802 - Browse repository at this point
Copy the full SHA 5f74802View commit details -
feat: check mf.name is valid identifier (#10428)
* feat: check mf.name is valid identifier * fix: typo * fix: typo * refactor: better variable name Co-Authored-By: pshu <415655+stormslowly@users.noreply.github.com> * feat: throw error when mf.name is not valid * chore: add comment --------- Co-authored-by: pshu <415655+stormslowly@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3fb281 - Browse repository at this point
Copy the full SHA a3fb281View commit details -
ci: PullRequest Checker (#10319)
* ci: PullRequest Checker * chore: 忽略docs修改 * chore: add img * Update .github/workflows/pr-checker.yml Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> * chore: permission * ci: over * perf: need permission * chore: add people * chore: add fengsx * chore: add more * Update .github/workflows/pr-checker.yml Co-authored-by: chencheng (云谦) <sorrycc@gmail.com> --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 39fcb51 - Browse repository at this point
Copy the full SHA 39fcb51View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2dde51 - Browse repository at this point
Copy the full SHA c2dde51View commit details
Commits on Feb 8, 2023
-
docs: 📝 icons 集合手动安装说明 (#10450)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 3484b3b - Browse repository at this point
Copy the full SHA 3484b3bView commit details -
feat(plugins): 新增confetti插件。 (#10441)
Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com>
Configuration menu - View commit details
-
Copy full SHA for 6c3f55d - Browse repository at this point
Copy the full SHA 6c3f55dView commit details
Commits on Feb 9, 2023
-
* feat: 添加 mock 引用校验 * fix: e to onPrepareBuildSuccess * fix: result.metafile ybe undefined * Update packages/preset-umi/src/features/check/check.ts --------- Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10d551d - Browse repository at this point
Copy the full SHA 10d551dView commit details -
docs: improve description (#10445)
* docs: perf description * chore: block * Update docs/docs/api/config.md Co-authored-by: chencheng (云谦) <sorrycc@gmail.com> --------- Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c21567 - Browse repository at this point
Copy the full SHA 3c21567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38af70f - Browse repository at this point
Copy the full SHA 38af70fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ffe37 - Browse repository at this point
Copy the full SHA 73ffe37View commit details -
chore: use new method of trim (#10461)
Signed-off-by: Innei <tukon479@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7eae7a2 - Browse repository at this point
Copy the full SHA 7eae7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87173f - Browse repository at this point
Copy the full SHA f87173fView commit details
Commits on Feb 10, 2023
-
perf: cnpm and tnpm are supported (#10452)
* feat: Install the specified package * chore: upgrade * feat: Custom installation * perf: insurance * fix: ci * Update packages/preset-umi/src/features/icons/icons.ts Co-authored-by: chencheng (云谦) <sorrycc@gmail.com> * revert: feat: npmClient * feat: another implementation * fix: ci * perf: api * perf: type * perf: name --------- Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 603263b - Browse repository at this point
Copy the full SHA 603263bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff73aa - Browse repository at this point
Copy the full SHA 7ff73aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf93b59 - Browse repository at this point
Copy the full SHA cf93b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 381b053 - Browse repository at this point
Copy the full SHA 381b053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38dd18b - Browse repository at this point
Copy the full SHA 38dd18bView commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c5409b - Browse repository at this point
Copy the full SHA 3c5409bView commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b54688b - Browse repository at this point
Copy the full SHA b54688bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0102632 - Browse repository at this point
Copy the full SHA 0102632View commit details -
Configuration menu - View commit details
-
Copy full SHA for debd6e5 - Browse repository at this point
Copy the full SHA debd6e5View commit details -
feat(did-you-know): use hyperlink (#10469)
* feat(did-you-know): use hyperlink * feat(did-you-know): beautify style
Configuration menu - View commit details
-
Copy full SHA for abc5549 - Browse repository at this point
Copy the full SHA abc5549View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a6081 - Browse repository at this point
Copy the full SHA c7a6081View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d9d80 - Browse repository at this point
Copy the full SHA e7d9d80View commit details -
docs: 📝 docs chore update (#10502)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for af5e65e - Browse repository at this point
Copy the full SHA af5e65eView commit details
Commits on Feb 14, 2023
-
feat: upgrade vite dependencies to v4.1 (#10337)
* feat: upgrade vite dependencies to v4.0.4 * feat(bundler-vite): remove core-js dependencies * chore: code style * feat: vite deps upgrade to 4.1 * Update scripts/bundleDeps.ts --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9aad81e - Browse repository at this point
Copy the full SHA 9aad81eView commit details -
feat(legacy): check output format (#10476)
* feat(legacy): check output format * chore: update lock file
Configuration menu - View commit details
-
Copy full SHA for 055c6c1 - Browse repository at this point
Copy the full SHA 055c6c1View commit details -
Feat/plugin prove layout (#10497)
* feat(plugins): 提升 layout 组件注册时间 * feat(plugins): 提升 layout 插件注册时间 * feat(plugins): 优化 layout 注册速度 * feat(plugins): 优化 layout 注册速度 * feat(plugins): 优化 layout 插件运行速度 * feat(plugins): 优化 layout 插件运行速度 * feat(plugins): 去除额外修改 * feat(plugins): 去除额外修改 * feat(plugins): 去除额外修改 * Update packages/plugins/src/layout.ts --------- Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com> Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 44050b5 - Browse repository at this point
Copy the full SHA 44050b5View commit details -
feat(preset-umi): 提升 appData 插件注册时间 (#10496)
* feat(preset-umi): 提升 appData 插件注册时间 * feat(preset-umi): 优化 app-data 注册速度 --------- Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com>
Configuration menu - View commit details
-
Copy full SHA for 26a3219 - Browse repository at this point
Copy the full SHA 26a3219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4844d92 - Browse repository at this point
Copy the full SHA 4844d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebdee63 - Browse repository at this point
Copy the full SHA ebdee63View commit details -
fix: listen for the overrides.less path and regenerate the temporary …
…file when changed (#10509)
Configuration menu - View commit details
-
Copy full SHA for e024b93 - Browse repository at this point
Copy the full SHA e024b93View commit details
Commits on Feb 16, 2023
-
feat: add bigfish doctor (#10528)
* feat: add bigfish doctor * Update did-you-know/src/plugin.ts Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> --------- Co-authored-by: chencheng (云谦) <sorrycc@gmail.com> Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 872c303 - Browse repository at this point
Copy the full SHA 872c303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0c7b8 - Browse repository at this point
Copy the full SHA 3b0c7b8View commit details -
docs: 📝 给 request 文档中 errorThrower 添加备注 (#9291)
* docs: 📝 给 request 文档中 errorThrower 添加备注 * docs: 📝 使用 Message 组件添加备注 * docs: 📝 引入 Message 组件 --------- Co-authored-by: shiyu <dongyuxin.dyx@antgroup.com>
Configuration menu - View commit details
-
Copy full SHA for 256748f - Browse repository at this point
Copy the full SHA 256748fView commit details -
feat(umi-preset): add mfsu cli (#10521)
* feat: ✨ add mfsu-cli command * refactor: 🎨 mfsu sub commans should run in NODE_EVN dev * refactor: 🎨 暴露 dev setup 逻辑提供给 commands 使用 * refactor: 🎨 support eager build in current process * refactor: 🎨 allow eager mode to build in process * feat: ✨ support build action for mfsu all strategy * feat: ✨ support mfsu ls to list deps --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 7242248 - Browse repository at this point
Copy the full SHA 7242248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2548cf7 - Browse repository at this point
Copy the full SHA 2548cf7View commit details -
fix: 🐛 antd5 开启 import=true 直接报错 (#10525)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for c5fde6c - Browse repository at this point
Copy the full SHA c5fde6cView commit details -
fix: export type RequestOptions and Request (#10524)
* fix: export type RequestOptions and Request * Update packages/plugins/src/request.ts --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5da059d - Browse repository at this point
Copy the full SHA 5da059dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 428d793 - Browse repository at this point
Copy the full SHA 428d793View commit details -
chore: improve create-umi (#10508)
* wip: improve create umi app * wip: plugin template * feat: improve create umi * fix: type * fix: test * dep: upgrade * chore: text color
Configuration menu - View commit details
-
Copy full SHA for 27eca13 - Browse repository at this point
Copy the full SHA 27eca13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fa660 - Browse repository at this point
Copy the full SHA 87fa660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385c247 - Browse repository at this point
Copy the full SHA 385c247View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b0467 - Browse repository at this point
Copy the full SHA f0b0467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d142f9 - Browse repository at this point
Copy the full SHA 3d142f9View commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ade80c1 - Browse repository at this point
Copy the full SHA ade80c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9284f9 - Browse repository at this point
Copy the full SHA d9284f9View commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aaa8da3 - Browse repository at this point
Copy the full SHA aaa8da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864def9 - Browse repository at this point
Copy the full SHA 864def9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a5c1a - Browse repository at this point
Copy the full SHA 17a5c1aView commit details -
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 208b1c1 - Browse repository at this point
Copy the full SHA 208b1c1View commit details -
feat(preset-umi): improve icons type, support collection prefix and l…
…ocal icons (#10554) * feat(preset-umi): improve icons type, support collection prefix * feat: support derive local icon keys
Configuration menu - View commit details
-
Copy full SHA for 7597fa3 - Browse repository at this point
Copy the full SHA 7597fa3View commit details
Commits on Feb 22, 2023
-
feat(ui): basic umi ui (#10559)
* feat(ui): initial umi ui * chore: update * chore: update * chore: update * chore: fix ci * chore: update * chore: fix ci * chore: improve config panel * chore: basic plugins * chore: add basic imports
Configuration menu - View commit details
-
Copy full SHA for 4124559 - Browse repository at this point
Copy the full SHA 4124559View commit details -
refactor: 🎨 onLoad should better use async function (#10562)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for a02d104 - Browse repository at this point
Copy the full SHA a02d104View commit details
Commits on Feb 23, 2023
-
fix(preset-umi): fix prebuild esbuild alias resolve error (#10570)
* fix(prepare): alias handle (#10523) * fix: 🐛 prebuild alias 为 npm 包名的 case * refactor: 🎨 relavtie file path should startswith ./ or ../ --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 1bc0060 - Browse repository at this point
Copy the full SHA 1bc0060View commit details -
Configuration menu - View commit details
-
Copy full SHA for aea8e0e - Browse repository at this point
Copy the full SHA aea8e0eView commit details -
* feat: 约定式路由支持配置额外属性 * wip: 增加esbuild抽取routeProps * fix: 修复由于tempFiles onGenerateFiles先执行导致clientLoader以及routeProps获取属性不正确 * refactor: 抽取clientLoadery和routeProps公用逻辑 * refactor: route props * chore: remove refresh route data method * example: add route props example * feat: add `useRouteProps` and type * docs: `useRouteProps` * chore: improve type --------- Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for deedf45 - Browse repository at this point
Copy the full SHA deedf45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a11c6 - Browse repository at this point
Copy the full SHA 30a11c6View commit details -
feat/icons support include (#10552)
* feat: ✨ icons 支持 include 配置 * test: ✅ 增加 icons include e2e 测试 * docs: 📝 icons#include 文档 --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 9659443 - Browse repository at this point
Copy the full SHA 9659443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f4046 - Browse repository at this point
Copy the full SHA 63f4046View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a6b86 - Browse repository at this point
Copy the full SHA c7a6b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be5d13 - Browse repository at this point
Copy the full SHA 0be5d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488f056 - Browse repository at this point
Copy the full SHA 488f056View commit details -
Configuration menu - View commit details
-
Copy full SHA for b936c0a - Browse repository at this point
Copy the full SHA b936c0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b2c06 - Browse repository at this point
Copy the full SHA 63b2c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d66a108 - Browse repository at this point
Copy the full SHA d66a108View commit details
Commits on Feb 24, 2023
-
test: ✅ try ci with chrome (#10596)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 99a2522 - Browse repository at this point
Copy the full SHA 99a2522View commit details -
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for c916ab7 - Browse repository at this point
Copy the full SHA c916ab7View commit details -
feat(preset-umi): resolve esbuild minify naming conflicts (#10585)
* feat(preset-umi): resolve esbuild minify naming conflicts * chore: code style * feat(bundler-webpack): refactoring esbuild fix * chore: mf-remote use window * chore: update pnpm-lock.yaml * chore: remove console * feat(bundler-webpack): add config esbuildMinifyIIFE
Configuration menu - View commit details
-
Copy full SHA for cc58901 - Browse repository at this point
Copy the full SHA cc58901View commit details -
fix: 🐛 识别 libs/xxx 为本地内部依赖 (#10594)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 25597b4 - Browse repository at this point
Copy the full SHA 25597b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f67ba - Browse repository at this point
Copy the full SHA a4f67baView commit details
Commits on Feb 26, 2023
-
docs: 📝 更新 mfsu cli 文档 (#10601)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for a66d003 - Browse repository at this point
Copy the full SHA a66d003View commit details -
fix: 🐛 onload esbuild plungin call override js[x] file loader (#10603)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 05bfded - Browse repository at this point
Copy the full SHA 05bfdedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6c073 - Browse repository at this point
Copy the full SHA 4a6c073View commit details -
dep: upgrade multiple deps including core-js (#10609)
* dep: upgrade multiple deps including core-js * chore: update release script * ci: fix
Configuration menu - View commit details
-
Copy full SHA for 7d3bc4d - Browse repository at this point
Copy the full SHA 7d3bc4dView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e662c3c - Browse repository at this point
Copy the full SHA e662c3cView commit details -
feat(bundler-webpack): refactor esbuildMinifyFix repeated execution (#…
…10621) * feat(bundler-webpack): refactor esbuildMinifyFix repeated execution * Update docs/docs/api/config.md --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d65da47 - Browse repository at this point
Copy the full SHA d65da47View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e1a9c - Browse repository at this point
Copy the full SHA b8e1a9cView commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d54a43e - Browse repository at this point
Copy the full SHA d54a43eView commit details -
Feature/lyy deadcode 0227 (#10623)
* feat(preset-umi): deadcode 命令开发 * feat(preset-umi): deadcode 命令开发 * feat(preset-umi): deadcode 命令开发 * dep: remove madge * dep: install madge on demand * chore: improve process --------- Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com> Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0de2da4 - Browse repository at this point
Copy the full SHA 0de2da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6852722 - Browse repository at this point
Copy the full SHA 6852722View commit details -
fix(ssr): in the last run (#10625)
* fix(ssr): in the last run * chore: code style
Configuration menu - View commit details
-
Copy full SHA for 95e64c9 - Browse repository at this point
Copy the full SHA 95e64c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5ccd4 - Browse repository at this point
Copy the full SHA 1e5ccd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 878255e - Browse repository at this point
Copy the full SHA 878255eView commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f596505 - Browse repository at this point
Copy the full SHA f596505View commit details -
feat(preset-umi): 添加 deadcode 命令 doc (#10635)
Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com>
Configuration menu - View commit details
-
Copy full SHA for eef65ee - Browse repository at this point
Copy the full SHA eef65eeView commit details -
fix: 🐛 if APP_ROOT 是相对路径的 config path 会 join 上 当前路径导致出错 (#10622)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for f0f90ac - Browse repository at this point
Copy the full SHA f0f90acView commit details -
perf: module lazy import (#10646)
* perf: improve * perf: lazy import `prettier` * refactor: import lazy style * perf: babel code frame
Configuration menu - View commit details
-
Copy full SHA for 8e8d3bf - Browse repository at this point
Copy the full SHA 8e8d3bfView commit details -
chore: support source-map for esbuild minify iife (#10624)
* dep: add `@ampproject/remapping` * chore: source-map support for esbuild minify iife * chore: update lock file
Configuration menu - View commit details
-
Copy full SHA for 55c8437 - Browse repository at this point
Copy the full SHA 55c8437View commit details
Commits on Mar 2, 2023
-
feat: global loading is obtained from appData (#10638)
* feat: global loading is obtained from appData * Update packages/preset-umi/src/features/tmpFiles/tmpFiles.ts Co-authored-by: chencheng (云谦) <sorrycc@gmail.com> * chore: update umi.tpl --------- Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ed0af4e - Browse repository at this point
Copy the full SHA ed0af4eView commit details -
feat(mfsu): mfsu eager use prepare generated filelist (#10574)
* refactor(pre-umi): 🎨 prepare esbuild 指定 absWorkdir * perf(mfsu): ⚡️ 利用 prepare 阶段获取项目文件列表 * fix: 🐛 mfsu subcommand fix * refactor: 🎨 extract project file list function * refactor: 🎨 rename resolve * fix: 🐛 兼容 vue 模式 * chore: 🔥 debug windows e2e case * chore: 🔥 widnows debug2 * fix: 🐛 fix winPath * fix: 🐛 normalize and winpath src path * fix: 🐛 winpath and esbuild again * fix: 🐛 debug why windows miss pages/*.tsx * fix: 🐛 alias setup inspect * fix: 🐛 if alias plugin missed out, fallover by external plug int resolve alias * fix: 🐛 abs path falllback to alias hanndle * refactor: 🔥 clean up debug * refactor: 🔥 clearn debug mod * fix: 🐛 fix merge error * test: ✅ 增加测试用例 * refactor: 🎨 相对路径的 alias 在 alias 插件中 resolve。 * refactor: 🎨 prepare add type * refactor: 🎨 通过 appData.prepare.buileResult 获取文件列表 --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for c756907 - Browse repository at this point
Copy the full SHA c756907View commit details -
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 9cf9a7b - Browse repository at this point
Copy the full SHA 9cf9a7bView commit details -
fix(preset-umi): partial onBuildComplete hooks lost when error (#10632)
* chore(preset-umi): stub commit * fix(preset-umi): partial onBuildComplete hook lost bug when build error * feat(preset-umi): support onBuildCompleteAsync plugin hook * refactor(preset-umi): make onBuildComplete hook supports async * refactor(preset-umi): correct logic * chore(preset-umi): remove useless method
Configuration menu - View commit details
-
Copy full SHA for 56820c6 - Browse repository at this point
Copy the full SHA 56820c6View commit details -
feat(preset-umi): support to disable react-helmet-async to reduce size (
#10633) * feat(helmet): support to disable react-helmet-async to reduce size * docs: describe helmet option * refactor(preset-umi): use innerProvider for helmet feature * refactor(preset-umi): correct helmet logic
Configuration menu - View commit details
-
Copy full SHA for 0b086ed - Browse repository at this point
Copy the full SHA 0b086edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c81e4 - Browse repository at this point
Copy the full SHA d6c81e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23515d2 - Browse repository at this point
Copy the full SHA 23515d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 887b752 - Browse repository at this point
Copy the full SHA 887b752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03983e5 - Browse repository at this point
Copy the full SHA 03983e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 528fbee - Browse repository at this point
Copy the full SHA 528fbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7cfbf - Browse repository at this point
Copy the full SHA 8d7cfbfView commit details
Commits on Mar 3, 2023
-
chore: type for block and string (#10662)
* chore: block and string * chore: info
Configuration menu - View commit details
-
Copy full SHA for 4b2322c - Browse repository at this point
Copy the full SHA 4b2322cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a99cbd2 - Browse repository at this point
Copy the full SHA a99cbd2View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d3009b - Browse repository at this point
Copy the full SHA 5d3009bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc8216 - Browse repository at this point
Copy the full SHA 9dc8216View commit details -
feat: did-you-know prompt strategy (#10663)
* feat: did-you-know first show tip did not prompt, then random, must be different from prev * fix: change max reset count * fix: use faketimer to prevent get the same timestamp * refactor: use closure to update, use tip index as id * fix: typo * fix: resolve review * fix: write file when first onGen, resolve review * fix: records move to .cache * fix: mkdir when no exist
Configuration menu - View commit details
-
Copy full SHA for 7c7fd3f - Browse repository at this point
Copy the full SHA 7c7fd3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9319598 - Browse repository at this point
Copy the full SHA 9319598View commit details
Commits on Mar 7, 2023
-
fix(ssr): helmet context conflicts in ssr (#10689)
* fix(helmet): helmet lost in ssr * chore: add ssr webpack example
Configuration menu - View commit details
-
Copy full SHA for 95377f7 - Browse repository at this point
Copy the full SHA 95377f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d6adf - Browse repository at this point
Copy the full SHA 55d6adfView commit details
Commits on Mar 8, 2023
-
feat: add http2 switch into https user config (#10693)
* feat: add http2 switch into https user config * fix: https.createServer 类型修复 * Update docs/docs/api/config.md * fix: 类型修复 --------- Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1dff935 - Browse repository at this point
Copy the full SHA 1dff935View commit details -
feat: 开启 styledComponents 配置后,模板文件按照 styled-components 格式生成,功能支持 (#10703
) * feat: 开启 styledComponents 配置后,模板文件按照 styled-components 格式生成功能支持 * feat: 开启 styledComponents 配置后,模板文件内容修改 * fix: 添加注释 * Update packages/preset-umi/templates/generate/page/index.styled-components.tsx.tpl --------- Co-authored-by: 岁贤 <qiguoqi.qgq@antgroup.com> Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8295990 - Browse repository at this point
Copy the full SHA 8295990View commit details
Commits on Mar 9, 2023
-
feat: describe config support zod schema (#10679)
* feat: describe config support zod schema * chore: update lock * feat: zod utils entry @umijs/utils * fix: win path * fix: tmp file type * Update packages/core/src/config/config.ts * Update packages/utils/package.json --------- Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com> Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 341b9f0 - Browse repository at this point
Copy the full SHA 341b9f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4e727 - Browse repository at this point
Copy the full SHA db4e727View commit details -
fix: 修复约定式路由在文件夹名以 index 结束时生成错误的问题 (#10333)
* fix: convention routes mistake * refactor(core): optimize regex Co-Authored-By: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 55d7b59 - Browse repository at this point
Copy the full SHA 55d7b59View commit details -
* feat: ✨ telemetry * fix: 🐛 telemetry prefixWith name error * feat: ✨ enable in plugin api * chore: ✏️ telemetry example * fix: 🐛 add missing timestamp * fix: 🐛 no postinstall in examples * test: ✅ fix ut --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 293491e - Browse repository at this point
Copy the full SHA 293491eView commit details -
feat: ✨ autoCSSModules 支持 .module.css|less 方式 CSS 模块 (#10698)
* feat: ✨ autoCSSModules 配置开启使用对象,legacy模式支持配置开启 * refactor: 🔥 remove default auto: true config,leave the config to user via legacy: { ...} * refactor: 🎨 review modify * refactor: 🎨 change cssModules.legacy to normal normalCSSLoaderModules * fix: 🐛 fix tsc type error --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 5cf7c46 - Browse repository at this point
Copy the full SHA 5cf7c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf6d44 - Browse repository at this point
Copy the full SHA cdf6d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eca991 - Browse repository at this point
Copy the full SHA 6eca991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989edfe - Browse repository at this point
Copy the full SHA 989edfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e54d7 - Browse repository at this point
Copy the full SHA 68e54d7View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44028a2 - Browse repository at this point
Copy the full SHA 44028a2View commit details -
chore: use pnpm publish (#10719)
* chore: use pnpm publish * chore: replace valtio and did-you-know
Configuration menu - View commit details
-
Copy full SHA for 7eca387 - Browse repository at this point
Copy the full SHA 7eca387View commit details -
Configuration menu - View commit details
-
Copy full SHA for e628422 - Browse repository at this point
Copy the full SHA e628422View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ac60b - Browse repository at this point
Copy the full SHA d4ac60bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f35cd - Browse repository at this point
Copy the full SHA 84f35cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b616426 - Browse repository at this point
Copy the full SHA b616426View commit details -
feat: deadcode with more args (#10717)
* feat: deadcode with more args, default file url, can output json ,can get create&modify info with verbose option * fix: pathPrefix -> outFile * refactor: resolve review
Configuration menu - View commit details
-
Copy full SHA for accfcf4 - Browse repository at this point
Copy the full SHA accfcf4View commit details -
@umijs/ui import 菜单页面开发 (#10686)
* feat(ui): 布局调整 * feat(ui): imports list 开发 * feat(ui): imports list 开发 * feat(ui): imports 新增列表视图和图表视图 * feat(ui): imports 新增 list 视图和 chart 视图 * feat(ui): 补充 pnpm-lock --------- Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com>
Configuration menu - View commit details
-
Copy full SHA for 6a4f9ce - Browse repository at this point
Copy the full SHA 6a4f9ceView commit details -
fix: 🐛 fix eager consumer error in mf (#10721)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for e8f8afa - Browse repository at this point
Copy the full SHA e8f8afaView commit details
Commits on Mar 11, 2023
-
chore: ✅ cypress use electron back (#10607)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for fea429c - Browse repository at this point
Copy the full SHA fea429cView commit details
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa40f59 - Browse repository at this point
Copy the full SHA aa40f59View commit details
Commits on Mar 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a5ab94 - Browse repository at this point
Copy the full SHA 8a5ab94View commit details -
docs: add qiankun faq (#10734)
* docs(qiankun): 新增 FAQ * docs(qiankun): modify * docs(qiankun): modify
Configuration menu - View commit details
-
Copy full SHA for 00ba148 - Browse repository at this point
Copy the full SHA 00ba148View commit details
Commits on Mar 14, 2023
-
Feature/lyy umi UI plugins (#10739)
* feat(ui): umi ui plugin 页面开发 * feat(ui): delete console.log * Update package.json --------- Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com> Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 579e8ff - Browse repository at this point
Copy the full SHA 579e8ffView commit details -
fix: page not prerendered should not hydrate (#10724)
* fix: page not prerendered should not hydrate * chore: better import and code optimization * fix: optimize path
Configuration menu - View commit details
-
Copy full SHA for dd19d6b - Browse repository at this point
Copy the full SHA dd19d6bView commit details -
feat: support zod2ts & joi schema migrate zod schema (#10722)
* feat: support zod2ts & joi schema migrate zod schema * chore: remove zod-to-ts * feat(preset-umi): config to optional * chore: update demo config * feat: add zod2ts pkg * chore: improve type * fix: some schema * chore: migrate missing files * chore: improve type * feat: complete type * chore: details --------- Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d782d7 - Browse repository at this point
Copy the full SHA 3d782d7View commit details -
feat: inject App Provider features for antd5.x (#10705)
* perf: extraction antd tpl * feat: inject App Provider features for antd5.x * docs(antd): update docs * chore: update * fix: fix tpl * chore: update order https://ant.design/components/app#sequence-with-configprovider * chore: update * docs: update docs * chore: update * docs: update * chore: update * chore: update lowest version * chore: add example * chore: update docs * chore: fix pnpm-lock.yaml * docs: update docs * chore: format code * Revert "chore: fix pnpm-lock.yaml" This reverts commit 99968c7. * chore: fix lock file * Update packages/plugins/tpls/antd-runtime.ts.tpl Co-authored-by: Peach <scdzwyxst@gmail.com> * chore: update * chore: update example * chore: fix pnpm-lock file * chore: format code Co-authored-by: PeachScript <PeachScript@users.noreply.github.com> * chore: update todo: 这里需要进一步优化。保留「用户能配 antd 运行时配置但会发现永远不执行」的问题,作为下一个 PR 修复 see more: #10705 (comment) * chore: remove nued tpl * Revert "chore: remove nued tpl" This reverts commit 47f7afa. * Revert "chore: update" This reverts commit a505c30. * chore: update * chore: update warn tips * chore: update --------- Co-authored-by: Peach <scdzwyxst@gmail.com> Co-authored-by: PeachScript <PeachScript@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e7dfdd - Browse repository at this point
Copy the full SHA 8e7dfddView commit details -
feat: onDevCompileDone add ws opts (#10728)
* feat: add global ws for umi ui * feat: onDevCompileDone add ws opts * feat: add types * Update packages/preset-umi/src/types.ts Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46c96bd - Browse repository at this point
Copy the full SHA 46c96bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff3e8a - Browse repository at this point
Copy the full SHA 7ff3e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ff9a5 - Browse repository at this point
Copy the full SHA b6ff9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6478a82 - Browse repository at this point
Copy the full SHA 6478a82View commit details
Commits on Mar 15, 2023
-
* fix: type * chore: CSSStyleDeclaration * Update SelectLang.tpl * Update SelectLang.tpl
Configuration menu - View commit details
-
Copy full SHA for f8e0523 - Browse repository at this point
Copy the full SHA f8e0523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 196c93c - Browse repository at this point
Copy the full SHA 196c93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8955b4b - Browse repository at this point
Copy the full SHA 8955b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abf5ff5 - Browse repository at this point
Copy the full SHA abf5ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da8a37 - Browse repository at this point
Copy the full SHA 5da8a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4d300 - Browse repository at this point
Copy the full SHA 6e4d300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e0f61 - Browse repository at this point
Copy the full SHA 08e0f61View commit details
Commits on Mar 16, 2023
-
* Revert "revert: feat: support zod2ts & joi schema migrate zod schema" This reverts commit 8955b4b. * refactor: remove ts method * chore: remove lazy type * refactor: zod2ts * test: add optional chain * chore: remove unused code
Configuration menu - View commit details
-
Copy full SHA for fcfaa81 - Browse repository at this point
Copy the full SHA fcfaa81View commit details -
feat(bundler-webpack): joi schema migrate to zod (#10749)
* feat(bundler-webpack): joi schema migrate to zod * refactor: remove desc * perf: remove concat * fix: type --------- Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for feeab8c - Browse repository at this point
Copy the full SHA feeab8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ae508 - Browse repository at this point
Copy the full SHA d9ae508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6511294 - Browse repository at this point
Copy the full SHA 6511294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89212ec - Browse repository at this point
Copy the full SHA 89212ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for baafffa - Browse repository at this point
Copy the full SHA baafffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b9600 - Browse repository at this point
Copy the full SHA 89b9600View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb73a28 - Browse repository at this point
Copy the full SHA fb73a28View commit details
Commits on Mar 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8daf64a - Browse repository at this point
Copy the full SHA 8daf64aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1451ab5 - Browse repository at this point
Copy the full SHA 1451ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d131226 - Browse repository at this point
Copy the full SHA d131226View commit details -
feat: upgrade template ts to v5 (#10775)
* feat: upgrade template ts to v5 * chore: code style
Configuration menu - View commit details
-
Copy full SHA for 8a810e4 - Browse repository at this point
Copy the full SHA 8a810e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8aa978 - Browse repository at this point
Copy the full SHA e8aa978View commit details
Commits on Mar 20, 2023
-
feat(changelog): add auto generate release changelog script (#10761)
* feat: add generate change log script * feat: use selenium-webdriver to set github release notes * feat(changelog): add get latest tag * feat: add gpt translate * feat: code comment optimization * feat(changelog): change github owner name * feat(changelog): remove dev params * chore: move dependencies to devDependencies * fix: get tag from argv * fix: add comment spaces * feat: github utils and openai utils use scope file name --------- Co-authored-by: 禾承 <chengdonghang.cdh@alibaba-inc.com>
Configuration menu - View commit details
-
Copy full SHA for 8bc6eda - Browse repository at this point
Copy the full SHA 8bc6edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe3a8a - Browse repository at this point
Copy the full SHA 5fe3a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdf6ae - Browse repository at this point
Copy the full SHA 5cdf6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f1bce - Browse repository at this point
Copy the full SHA 44f1bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11fd7ec - Browse repository at this point
Copy the full SHA 11fd7ecView commit details
Commits on Mar 21, 2023
-
fix: 🐛 resolve from importer should priortize (#10804)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 70d35ed - Browse repository at this point
Copy the full SHA 70d35edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c1cb8 - Browse repository at this point
Copy the full SHA 04c1cb8View commit details -
refactor(preset-umi): allow skip routeProps plugin (#10790)
* fix(preset-umi): allow skip routeProps plugin * Update packages/preset-umi/src/features/tmpFiles/tmpFiles.ts --------- Co-authored-by: chencheng (云谦) <sorrycc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 94da710 - Browse repository at this point
Copy the full SHA 94da710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d03770 - Browse repository at this point
Copy the full SHA 3d03770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9c13d - Browse repository at this point
Copy the full SHA 4e9c13dView commit details
Commits on Mar 23, 2023
-
feat(plugins): joi schema migrate to zod (#10823)
* feat(plugins): joi schema migrate to zod * feat(plugins): update mf zod schema * feat(plugins): update mf zod schema * feat(plugins): zod bool to zod literal * feat(plugins): update mf zod schema
Configuration menu - View commit details
-
Copy full SHA for c1bcae5 - Browse repository at this point
Copy the full SHA c1bcae5View commit details -
feat: ✨ add file imports info in prepare data (#10812)
* feat: ✨ add file imports in prepare dat * fix: 🐛 typescript error * refactor: 🎨 插件会自己加 prepare 前缀 * refactor: 🎨 use type from @umijs/es-module-parser * refactor: 🎨 失败情况保留上次分析的数据 * refactor: 🎨 手动同步 类型定义 * chore: ⬆️ @umijs/es-module-parser 0.0.6 * refactor: 🎨 add await to esbuild watch * refactor: 🎨 use lazyImport --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 7065017 - Browse repository at this point
Copy the full SHA 7065017View commit details -
fix(plugins): clickToComponent only in dev mode (#10759)
* fix(ctc): clickToComponent only in dev mode * fix(c2c): enableBy * chore: format
Configuration menu - View commit details
-
Copy full SHA for 7a545a4 - Browse repository at this point
Copy the full SHA 7a545a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b72a63 - Browse repository at this point
Copy the full SHA 4b72a63View commit details -
feat: support react-intl config (#10766)
* feat: support react-intl config * Update docs/docs/max/i18n.md --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 008e320 - Browse repository at this point
Copy the full SHA 008e320View commit details -
refactor(plugins): zod schema remove false definition (#10826)
* feat(plugins): zod schema remove false definition * fix: some zod schema --------- Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0dd293f - Browse repository at this point
Copy the full SHA 0dd293fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba46759 - Browse repository at this point
Copy the full SHA ba46759View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad82b89 - Browse repository at this point
Copy the full SHA ad82b89View commit details -
feat: add @umijs/copilot (still wip) (#10831)
* feat: add @umijs/copilot (still wip) * chore: update pnpm-lock.yaml * chore: code style * Update copilot/bin/umi-copilot.js Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com> --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e516424 - Browse repository at this point
Copy the full SHA e516424View commit details -
feat: support init template from npm (#10833)
* dep: add tar * feat: support init template from npm * docs: create umi from template * chore: should select npm client * chore: typo
Configuration menu - View commit details
-
Copy full SHA for e9b29bf - Browse repository at this point
Copy the full SHA e9b29bfView commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a966ea5 - Browse repository at this point
Copy the full SHA a966ea5View commit details -
feat(preset-umi): integrate umi ui to preset-umi (#10837)
* feat(preset-umi): integrate umi ui to preset-umi * chore: add DEBUG_UMI_UI_PATH for local debug * fix: ci * chore: update pnpm-lock.yaml
Configuration menu - View commit details
-
Copy full SHA for 759a0f9 - Browse repository at this point
Copy the full SHA 759a0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c671d2 - Browse repository at this point
Copy the full SHA 8c671d2View commit details -
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for e5b851b - Browse repository at this point
Copy the full SHA e5b851bView commit details -
docs: use named component export and improve qiankun config (#10848)
* docs: use named component export * chore: space
Configuration menu - View commit details
-
Copy full SHA for 7109cef - Browse repository at this point
Copy the full SHA 7109cefView commit details -
fix: build 时报错找不到 uno.css (#10832)
* fix: build 时报错找不到 uno.css * refactor: 使用 execa 同时把 uno css 的 log 同步到主进程 * Update packages/plugins/src/unocss.ts * Update packages/plugins/src/unocss.ts --------- Co-authored-by: liaoyl <liaoyl@duneproject.xyz> Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bbda551 - Browse repository at this point
Copy the full SHA bbda551View commit details
Commits on Mar 26, 2023
-
fix(setNodeprecation): update the reference url (#10852)
* fix(setNodeprecation): update the reference url of why use process.noDeprecation * fix(setNodeprecation): reference url use permalink
Configuration menu - View commit details
-
Copy full SHA for c5f3dc7 - Browse repository at this point
Copy the full SHA c5f3dc7View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a884aad - Browse repository at this point
Copy the full SHA a884aadView commit details -
fix: 🐛 匹配时找到有版本信息 pkg.json (#10860)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for a4c1885 - Browse repository at this point
Copy the full SHA a4c1885View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d56085b - Browse repository at this point
Copy the full SHA d56085bView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1da8400 - Browse repository at this point
Copy the full SHA 1da8400View commit details -
fix(prepare): 过滤仅仅 js 文件进行解析 (#10861)
* fix: 🐛 only pasre js file * refactor: 🎨 improve style file --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 5dc0699 - Browse repository at this point
Copy the full SHA 5dc0699View commit details -
chore: ⬆️ es-module-parser (#10876)
1. 优化了异步并发控制 2. 增加了一个同步实现 Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 4c2042f - Browse repository at this point
Copy the full SHA 4c2042fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f732e50 - Browse repository at this point
Copy the full SHA f732e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dff4b4 - Browse repository at this point
Copy the full SHA 5dff4b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c59a2f1 - Browse repository at this point
Copy the full SHA c59a2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f4db1 - Browse repository at this point
Copy the full SHA 79f4db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad3fb9 - Browse repository at this point
Copy the full SHA 8ad3fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5cef0c - Browse repository at this point
Copy the full SHA d5cef0cView commit details -
* chore: ➕ add umi dep * chore: ⬆️ * fix: 🐛 remove build script --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for fef46c1 - Browse repository at this point
Copy the full SHA fef46c1View commit details -
fix(qiankun): microapp error when unmount in updating (#10877)
* fix(qiankun): 兼容微应用 updating 阶段触发了 unmount 的场景 * chore: optimize --------- Co-authored-by: PeachScript <scdzwyxst@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e93842c - Browse repository at this point
Copy the full SHA e93842cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d610bc9 - Browse repository at this point
Copy the full SHA d610bc9View commit details
Commits on Apr 1, 2023
-
feat(ui): routes第一版开发 & 目录修改 (#10882)
* feat(ui): routes第一版开发 & 目录修改 * feat(ui): 删除console * feat(ui): 修改codeBlock --------- Co-authored-by: yuyuehui.yyh <yuyuehui.yyh@digital-engine.com>
Configuration menu - View commit details
-
Copy full SHA for 8072d34 - Browse repository at this point
Copy the full SHA 8072d34View commit details
Commits on Apr 4, 2023
-
dep: upgrade to pnpm v8 (#10890)
* dep: upgrade to pnpm v8 * fix: vue types conflicts * ci: try use pnpm/exe version instead of pnpm in node 14.x
Configuration menu - View commit details
-
Copy full SHA for cef68fd - Browse repository at this point
Copy the full SHA cef68fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 972b155 - Browse repository at this point
Copy the full SHA 972b155View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d9c2c0 - Browse repository at this point
Copy the full SHA 2d9c2c0View commit details -
feat(plugin-qiankun): qiankun本地研发支持设置appName (#10902)
Co-authored-by: zhanglanxiao.zlx <zhanglanxiao.zlx@antgroup.com>
Configuration menu - View commit details
-
Copy full SHA for dca65e4 - Browse repository at this point
Copy the full SHA dca65e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc122e7 - Browse repository at this point
Copy the full SHA fc122e7View commit details -
feat: axios set proxy https agent, timeout tip (#10853)
* feat: use system proxy, timeout log * fix: files add compiled, deps lock * feat: socks proxy * feat: basic prompt for umi command
Configuration menu - View commit details
-
Copy full SHA for aa16d22 - Browse repository at this point
Copy the full SHA aa16d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e15a2 - Browse repository at this point
Copy the full SHA 90e15a2View commit details
Commits on Apr 7, 2023
-
fix: upgrade template deps version (#10912)
* chore: max template * chore: app template * chore: plugin template * chore: vue template
Configuration menu - View commit details
-
Copy full SHA for 644bbb8 - Browse repository at this point
Copy the full SHA 644bbb8View commit details
Commits on Apr 10, 2023
-
官方文档中,api.addEntryCode样例代码少了一个引号,导致复制后无法正常使用 (#10930)
Co-authored-by: 南京-杨叶新 <yangyx152@chinaunicom.cn>
Configuration menu - View commit details
-
Copy full SHA for a0ead4c - Browse repository at this point
Copy the full SHA a0ead4cView commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0583ac - Browse repository at this point
Copy the full SHA d0583acView commit details -
refactor: 🎨 优化 dva 模型错误展示 (#10951)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 5596f55 - Browse repository at this point
Copy the full SHA 5596f55View commit details -
chore: 🐛 调整 dev server onBeforeMiddleware 调用顺序 (#10952)
让 onBeforeMiddleware 真正优先于内置的 Middleware Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 3b75d07 - Browse repository at this point
Copy the full SHA 3b75d07View commit details -
fix: 🐛 mpa 下文件扫描遗漏 mpa 入口文件的问题 (#10937)
Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 74af02b - Browse repository at this point
Copy the full SHA 74af02bView commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d2ce70 - Browse repository at this point
Copy the full SHA 3d2ce70View commit details
Commits on Apr 17, 2023
-
feat: icons support secondary (#10965)
* feat: icons support secondary * fix: Uppercase letters after hyphens * fix: icons sub path * example: update * fix: ci --------- Co-authored-by: fz6m <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3c3b2d3 - Browse repository at this point
Copy the full SHA 3c3b2d3View commit details -
* feat: joi to zod * chore: udpate --------- Co-authored-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d408837 - Browse repository at this point
Copy the full SHA d408837View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3eb59 - Browse repository at this point
Copy the full SHA fb3eb59View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1ea67 - Browse repository at this point
Copy the full SHA ac1ea67View commit details -
feat(plugin-qiankun): 本地研发时支持设置 http-proxy-middleware 参数 & 重定向逻辑改造 (#…
…10960) * feat(plugin-qiankun): qiankun本地研发支持设置appName * feat(plugin-qiankun): 本地研发时支持设置 proxyMiddleware options * feat(plugin-qiankun): 本地研发时重定向 url 替换使用原始 req 链接 * fix(plugin-qiankun): 修复本地研发子应用重定向的bug * fix(plugin-qiankun): 修复本地研发子应用重定向的bug --------- Co-authored-by: zhanglanxiao.zlx <zhanglanxiao.zlx@antgroup.com>
Configuration menu - View commit details
-
Copy full SHA for db3a325 - Browse repository at this point
Copy the full SHA db3a325View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ef3c33 - Browse repository at this point
Copy the full SHA 1ef3c33View commit details -
fix: too long file path error from mfsu (#10984)
* fix: 🐛 dep 文件路径过长 生产 hash ,保留 200 个字符方便查看按照文件名查找文件 * fix: 🐛 移除 cwd,路径尽量短 --------- Co-authored-by: pshu <pishu.spf@antfin.com>
Configuration menu - View commit details
-
Copy full SHA for 8df3299 - Browse repository at this point
Copy the full SHA 8df3299View commit details -
feat(preset-umi): customize component in micro generator (#10978)
* feat(preset-umi): use dir mode instead file * chore(preset-umi): typo
Configuration menu - View commit details
-
Copy full SHA for 5b684e9 - Browse repository at this point
Copy the full SHA 5b684e9View commit details -
feat(mfsu): esbuild loader support mjs (#10970)
* feat(mfsu): esbuild loader support mjs * chore: code refactoring * chore: 规则改为映射
Configuration menu - View commit details
-
Copy full SHA for 9aa7289 - Browse repository at this point
Copy the full SHA 9aa7289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e36898 - Browse repository at this point
Copy the full SHA 2e36898View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c8d9c - Browse repository at this point
Copy the full SHA f7c8d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb03d14 - Browse repository at this point
Copy the full SHA cb03d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda6001 - Browse repository at this point
Copy the full SHA cda6001View commit details
Commits on Apr 20, 2023
-
feat(preset-vue): support vue jsx plugin (#10996)
* feat(preset-vue): support vue jsx * feat: 优化 preset-react 开关 及 移除 vuejsx 配置合并到 vue * feat(preset-vue): vueJsx rename pluginJsx
Configuration menu - View commit details
-
Copy full SHA for 2c92292 - Browse repository at this point
Copy the full SHA 2c92292View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba78950 - Browse repository at this point
Copy the full SHA ba78950View commit details -
fix(plugins): antd App locale not working bug (#10969)
* chore: code refactoring * fix: app locale no work * feat: cache antd runtime config * Update runtime.ts.tpl
Configuration menu - View commit details
-
Copy full SHA for b088ea9 - Browse repository at this point
Copy the full SHA b088ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for df829f6 - Browse repository at this point
Copy the full SHA df829f6View commit details
Commits on Apr 21, 2023
-
fix(plugins): to avoid update qiankun microapp after unmount (#11008)
* fix(qiankun): unmount 开始后不再触发 update * chore: remove unnecessary changes
Configuration menu - View commit details
-
Copy full SHA for d94178a - Browse repository at this point
Copy the full SHA d94178aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1942b05 - Browse repository at this point
Copy the full SHA 1942b05View commit details