Skip to content

Releases: arco-design/arco-cli

v1.27.3

15 Dec 04:11
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fixed program unresponsive when execute arco sync due to axios request timeout.

arco-scripts v1.27.8

13 Jul 03:09
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fixed build failure in pnpm project due to unresolved webpack loader path.

v1.27.2

06 Jul 10:25
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fix the bug that arco block use failed to install material dependencies in pnpm projects.

arco-scripts v1.27.4

14 Jun 09:01
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fix the bug that build failed caused by ts-loader.

v1.27.1

24 May 10:38
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fix the bug that arco publish fails to execute due to the failure to fetch the Git remote repository.

v1.27.0

20 Apr 06:47
Compare
Choose a tag to compare

πŸš€ 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, if arco Meta.json exists, the check of arcoMeta field in package.json should be skipped.

arco-scripts v1.27.1

15 Apr 05:32
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fix the bug that style compilation fail due to styleConfig.hook.beforeCompile/afterCompile not specify.

arco-scripts v1.27.0

14 Apr 10:40
Compare
Choose a tag to compare

πŸš€ 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 through tsconfig.json.

v1.26.2

14 Apr 10:34
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Fix the problem that command executed failed caused by child_process.spawnSync on Windows platform.

πŸ’Ž Enhancement

  • Use child_process.spawn to replace spawnSync/execSync methods to avoid UI blocking caused by sync methods.

arco-scripts v1.26.0

31 Mar 03:51
Compare
Choose a tag to compare

πŸš€ Feature

  • build:component:css: Allow user to append/prepend additional data to less file content before compile start by styleConfig.css.additionalData.