Aurelia Cli Versions Save

The Aurelia 1 command line tool. Use the CLI to create projects, scaffold components, and bundle your app for release.

v3.0.1

1 year ago

Bug Fixes

  • remove engines requirement to allow to use in older nodejs with yarn (0cc316e)

3.0.0

1 year ago

Bug Fixes

  • generate: au generate should only create folder when needed (238f68b), closes #475
  • hashed bundle file name rewrite should touch all instances (47d0b0f), closes #456

chore

Reverts

  • Revert "chore: upgrade mock-fs" (7506c88)

BREAKING CHANGES

  • drop support of nodejs v12 and below
  • drop support of Nodejs before v12

2.0.3

3 years ago

Bug Fixes

  • cli-bundler: fix error on latest JS syntax, replaced outdated esprima with meriyah (1dca043)

2.0.2

3 years ago

Bug Fixes

  • cli-bundler: correctly handle browser "." mapping (f2fc025)

2.0.1

3 years ago

aurelia-cli 2.0.1

Bug Fixes

  • cli-bundler: browser ignore field should return empty object instead of undefined (58d8355)

2.0.0

3 years ago

aurelia-cli 2.0.0

Bug Fixes

  • cli-bundler: avoid unwanted match on prototype (9054f9c)
  • cli-bundler: warn user about missed source matcher (bf13526), closes #1182 #1160
  • docker: e2e folder is changed (b45e6b1)
  • docker: no more types folder (56caa9e)
  • scaffold-navigation: wrong fontawesome class used (03d509e)
  • typescript: fix karma+ts unit tests (7d90d2b)
  • typescript: fix missing eslintrc (c59195d)
  • fix lint task (23ffc87)
  • typescript: fix few typing conflicts by moving e2e files (156fb6e)
  • latest cypress is confused about module format (c427b25)
  • latest cypress simplified ts setup (7ac344b)
  • docker: copy fortawesome files (fa63b0a)
  • docker: remove unnecessary copy task (eed22ae)
  • scaffold-navigation: change to modern fas (b8480a4)
  • scaffold-navigation: fix spinner class (98c0270)

Features

  • au new wraps npx makes aurelia/v1 (4599a12)
  • onNotBundled callback to report not bundled items (62305d0)
  • upgrade deps, many dropped nodejs v8 support (0249227)

BREAKING CHANGES

  • skeleton files is moved to dedicated repo https://github.com/aurelia/v1
  • release-check is removed. Skeletons check is done in aurelia/v1 repo.
  • "--unattended" is removed from "au new" params.
  • "au generate-skeletons" is removed.
  • drop nodejs v8 support

1.3.1

4 years ago

aurelia-cli 1.3.1 (2020-04-15)

Bug Fixes

  • cypress now validates event name (962c539)
  • babel: fix regression on au generate (b3b489e)

Features

  • scaffold-navigation: upgrade to bootstrap v4 and fontawesome v5 (#1167) (4652e0e)
  • switch from libsass to dart-sass (5da5355)

1.3.0

4 years ago

aurelia-cli 1.3.0

Bug Fixes

  • missing semicolon in ts skeleton (5661b23)
  • cli-bundler: avoid writing out webpack env json files (5893a67)
  • docker: only copy config folder for webpack projs (d560a4d)
  • protractor: fix chrome-driver issue on visible chrome too (f45a7a9)
  • tasks: update-all-dependencies should mutate original file, not dist file (ec3a743)
  • webpack: clean-webpack-plugin changed export (273a1f4)

Features

  • webpack: show aurelia-dialog patch for IE11 issue (ff13245)

1.2.3

4 years ago

aurelia-cli 1.2.3

Bug Fixes

  • cli-bundler: avoid passing empty source map to concat-with-sourcemaps (160a817), closes #1157

1.2.2

4 years ago

aurelia-cli 1.2.2

Bug Fixes

  • webpack: deal with host option before webpack config (fe322c6)
  • webpack: fix missing postcss in less/scss/styl processing (c246d66), closes #1152