Releases: angular/angular-cli
1.6.2
Bug Fixes
- @angular/cli: allow TS 2.5 for Angular >= 5.1 (52792c7)
- @angular/cli: disable progress when running Karma directly outside TTY (7587a02), closes #8501 #8148
- @angular/cli: support eject with latest application schematic (40bba8d)
- @ngtools/webpack: support AngularCompilerPlugin compilerOptions (09177d1)
v1.6.1
Bug Fixes
- @angular/cli: account for root relative URLs in CSS assets (56838cd)
- @angular/cli: Allow schematics without a name option. (a519c9d), closes #8793
- @angular/cli: Fix replace('/') to work using Regex. (0117146)
- @ngtools/webpack: allow path mapping to resolve in JS files (28cac99), closes #8117
- @ngtools/webpack: set output locale for ng xi18n (f700ba7), closes #8680
1.6 - Moore
This is a minor release which is tied to Angular 5.1. For more details about this release, see our blog post about Angular 5.1.
For a complete list of bug fixes and new features, please go back to previous 1.6 RCs and Betas.
Bug Fixes
- @angular/cli: Prevent showing options with visible false (7bb6b52)
Special Thanks
A big thank you to everyone who participated in this release:
Filipe Silva, Charles Lyding, Hans Larsen, Mike Brocchi, Yaroslav Admin, Saff, Olivier Combe, cexbrayat, Wykks, Ward Bell, Trotyl, Michał Gołęowski-Owczarek, Mathou54, Job, David, Cyrille Tuzi, Anthony Leveillee, Alex Rickabaugh, Alan Agius
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 webpack@3.10.0 (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/cli@1.5.3
.
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)