Releases: aurelia/cli
Releases · aurelia/cli
3.0.1
3.0.0
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
2.0.2
2.0.1
aurelia-cli 2.0.1
Bug Fixes
- cli-bundler: browser ignore field should return empty object instead of undefined (58d8355)
2.0.0
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
1.3.0
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)