Releases: arco-design/arco-cli
Releases Β· arco-design/arco-cli
Release list
v1.27.3
arco-scripts v1.27.8
π Bug Fix
- Fixed build failure in
pnpmproject due to unresolved webpack loader path.
v1.27.2
π Bug Fix
- Fix the bug that
arco block usefailed to install material dependencies in pnpm projects.
arco-scripts v1.27.4
π Bug Fix
- Fix the bug that build failed caused by
ts-loader.
v1.27.1
π Bug Fix
- Fix the bug that
arco publishfails to execute due to the failure to fetch the Git remote repository.
v1.27.0
π Feature
- Added
arco group --linkcommand to link accounts to a specified group. - Allow group users to use custom
categoryalternatives when initing project, and allow custom inputs.
π Bug Fix
- When run
arco generate, ifarco Meta.jsonexists, the check ofarcoMetafield inpackage.jsonshould be skipped.
arco-scripts v1.27.1
π Bug Fix
- Fix the bug that style compilation fail due to
styleConfig.hook.beforeCompile/afterCompilenot specify.
arco-scripts v1.27.0
π Feature
- Add
config.hook.beforeCompile/afterCompileconfiguration for style build to customize the behavior before/after style files compilation.
π Bug Fix
- Fix the bug that TS compilation may fail due to specifying Babel to compile ESM/CJS products and extending the
includefield throughtsconfig.json.
v1.26.2
π Bug Fix
- Fix the problem that command executed failed caused by
child_process.spawnSyncon Windows platform.
π Enhancement
- Use
child_process.spawnto replacespawnSync/execSyncmethods to avoid UI blocking caused by sync methods.
arco-scripts v1.26.0
π Feature
build:component:css: Allow user to append/prepend additional data to less file content before compile start bystyleConfig.css.additionalData.