Releases: angular/angular-cli
Releases · angular/angular-cli
v1.6.0-rc.2
Bug Fixes
- @angular/cli: allow backticks in templateUrl and styleUrls (67ac665)
- @angular/cli: allow RCs and betas for @angular/service-worker (d0ca102)
- @angular/cli: update to [email protected] (a8dddac)
- @angular/cli: update webpack plugins (e15970d)
- @angular/cli: update webpack, uglifyjs-webpack-plugin (18f6a0b), closes #8571 #8505
- @angular/cli: use a more restrictive workaround for mapbox-gl workaround (24d2520)
v1.6.0-rc.1
Bug Fixes
- @angular/cli: Add app-shell error msg (fc3cf07)
- @angular/cli: Allow app-shell build without hashing (ebda058)
- @angular/cli: allow build output in outDir outside of project (fccedc8)
- @angular/cli: Disable comparisons feature in uglify compression in production (9025b5a)
- @angular/cli: ensure purify is before uglify (92a11de)
- @angular/cli: honor project's hmr warning option (5250e7b)
- @angular/cli: support ejection of service worker apps (e63b40a)
- @angular/cli: support minified JS on safari 10 (e14920b)
- @ngtools/webpack: fallback to main thread typechecking (2cd66e7), closes #8331
v1.5.5
Bug Fixes
- @angular/cli: allow build output in outDir outside of project (6ae7f9d)
- @angular/cli: Disable comparisons feature in uglify compression in production (8a63396)
- @angular/cli: ensure purify is before uglify (2574101)
- @angular/cli: honor project's hmr warning option (73110e2)
- @angular/cli: support minified JS on safari 10 (9586f88)
- @ngtools/webpack: fallback to main thread typechecking (b7d0a09), closes #8331
1.6.0-rc.0
Bug Fixes
- @angular/cli: add a flag to let assets outside of outDir (535c85f), closes #8122
- @angular/cli: Correct service worker error message (233338f), closes #8490
- @angular/cli: fix generate app root in windows (a2c4166), closes #7960
- @angular/cli: ignore system files in assets (c27c7c9)
- @angular/cli: not use buildOptimizer for JIT in prod (941466a)
- @angular/cli: pass sourceMap to postcss (c636daf), closes #8588
- @angular/cli: prevents using assets from outside the project (64c6031)
- @angular/cli: set correct mainFields for ng test when targeting es2015 (2607578), closes #8379
- @angular/cli: sync lint error code behavior with TSLint (7738112)
- @angular/cli: throw xi18n errors (a92078f), closes #8065
- @angular/cli: typo console output (4392106)
- @angular/cli: update postcss loader and URL versions. (def8f62)
- @angular/cli: use rxjs path mapping helper in ejected config (a7f2e7f)
- @ngtools/webpack: add a simple sanity check for preventing wrong styleUrls (e3e04c5), closes #8560
- @ngtools/webpack: do not change user's
LOCALE_ID
(b056b1d) - @ngtools/webpack: fix elide removing whole imports on single match (f6d9ba8), closes #8518
Features
1.5.4
Bug Fixes
- @angular/cli: add a flag to let assets outside of outDir (de64b86), closes #8122
- @angular/cli: fix generate app root in windows (daa7a81), closes #7960
- @angular/cli: ignore system files in assets (c4f880c)
- @angular/cli: not use buildOptimizer for JIT in prod (7aa440b)
- @angular/cli: pass sourceMap to postcss (30cfb2e), closes #8588
- @angular/cli: prevents using assets from outside the project (8369657)
- @angular/cli: set correct mainFields for ng test when targeting es2015 (8ea77b0), closes #8379
- @angular/cli: sync lint error code behavior with TSLint (9c94508)
- @angular/cli: throw xi18n errors (dd5d760), closes #8065
- @angular/cli: typo console output (9fd4e71)
- @angular/cli: update postcss loader and URL versions. (10cbe8e)
- @angular/cli: use rxjs path mapping helper in ejected config (5d7e3a5)
- @ngtools/webpack: add a simple sanity check for preventing wrong styleUrls (52356a3), closes #8560
- @ngtools/webpack: do not change user's
LOCALE_ID
(4805245)
1.5.3
Notes
This release contains a single fix to a security vulnerability that was reported for Handlebars. Handlebars was not used during the build process and did not affect any of our users, but the vulnerability was still reported by Github who only check version numbers.
Since the faulty version of Handlebars might still be part of your package-lock.json
(or yarn.lock
) files, you might need to update those files before the alert disappears. You can do so by running npm update @angular/[email protected]
.
The package that the CLI depended on (postcss-url
) has since removed their usage of Handlebars entirely.
Cheers,
- The CLI team
Bug fixes
- @angular/cli: update postcss loader and URL versions. (6831492)
v1.6.0-beta.2
v1.5.2
v1.6.0-beta.1
v1.5.1
Bug Fixes
- @angular/cli: add PurifyPlugin to eject (bf503eb)
- @angular/cli: allow reading UTF8 files with BOM when linting (dc93dd2)
- @angular/cli: use explicit error when linting non-program file (3ea8f06)
- @ngtools/webpack: elide imports for all removed identifiers (9ad6948)
- @ngtools/webpack: remove app decorators on AOT (13b3f76), closes #8457
- @ngtools/webpack: remove default type checker memory limit (79ea2fe)