Releases: arco-design/arco-cli
Releases Β· arco-design/arco-cli
v1.27.3
arco-scripts v1.27.8
π Bug Fix
- Fixed build failure in
pnpm
project due to unresolved webpack loader path.
v1.27.2
π Bug Fix
- Fix the bug that
arco block use
failed 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 publish
fails to execute due to the failure to fetch the Git remote repository.
v1.27.0
π Feature
- Added
arco group --link
command to link accounts to a specified group. - Allow group users to use custom
category
alternatives when initing project, and allow custom inputs.
π Bug Fix
- When run
arco generate
, ifarco Meta.json
exists, the check ofarcoMeta
field inpackage.json
should be skipped.
arco-scripts v1.27.1
π Bug Fix
- Fix the bug that style compilation fail due to
styleConfig.hook.beforeCompile/afterCompile
not specify.
arco-scripts v1.27.0
π Feature
- Add
config.hook.beforeCompile/afterCompile
configuration 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
include
field throughtsconfig.json
.
v1.26.2
π Bug Fix
- Fix the problem that command executed failed caused by
child_process.spawnSync
on Windows platform.
π Enhancement
- Use
child_process.spawn
to replacespawnSync/execSync
methods 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
.