Releases: angular/angular-cli
Releases · angular/angular-cli
v1.6.5
Bug Fixes
- @angular/cli: allow TS 2.6 for Angular >= 5.2 (938072a)
- @angular/cli: correct CSS resource resolving (90abbd7)
- @angular/cli: ensure webpack 3 sass-loader support (9dc7c5d)
- @angular/cli: fix dependencies to devkit to known working versions (c7aefaa)
- @angular/cli: Fixed lint not excluding files when project folder name started with a dot (9a04ce3)
- @angular/cli: normalize asset windows paths (31f5b54)
- @angular/cli: remove ES2015 live-reload requirement (5e17933)
- @angular/cli: standardize inline/rebase stylesheet behavior (1368990)
- @angular/cli: workaround TS decorator transformer defect (c749d4e)
- @ngtools/webpack: allow # in paths (3642605)
- @ngtools/webpack: Allow for usage of Angular v6.. (3ea6644)
- @ngtools/webpack: don't elide identifiers that are still exported (86151ed), closes #9180
v1.7.0-beta.0
Features
- @angular/cli: add trailing slash to deployUrl when missing (d53f458), closes #7295
- @angular/cli: can disable unsupported serve path warning (90e2e80)
- @angular/cli: enable parallel javascript minification (c938936)
- @angular/cli: load deployUrl and baseHref from app config for ng serve (b6b8acc)
- @angular/cli: optimize stylesheets after full bundling (6efd5b7)
- @angular/cli: override suite in the protractor config (265eb96)
- @angular/cli: support sourcemaps in injected stylesheets (883c022)
- @ngtools/webpack: replace bootstrap code for server apps (aa90e42)
v1.6.4
Bug Fixes
- @angular/cli: copy assets with special character paths (c7735ab)
- @angular/cli: ensure stylesheet relative tilde path conversion (23604bf)
- @angular/cli: fix old webpack's website links (2c4ba86)
- @angular/cli: license plugin config (da0348f)
- @angular/cli: remove postcss-custom-properties (4827bd1), closes #8289
- @angular/cli: show only changed chunks on build (9177ab3), closes #8621
- @angular/cli: support no semicolon scripts (af5977c)
- @angular/cli: update autoprefixer (975f45a), closes #9020
- @angular/cli: update to istanbul-instrumenter-loader 3.0.0 (e4e46c9), closes #9002
- @ngtools/webpack: redo #7619 in angular_compiler_plugin (da99290)
- @ngtools/webpack: remove message handler on main process (6a34c9c)
- @ngtools/webpack: update engine to node 6.9 minumum (cfc6fb6), closes #6608
v1.6.3
1.6.3 (2017-12-27)
Bug Fixes
- @angular/cli: support inlining stylesheet resource tilde paths (9caa7ca)
- @angular/cli: Set uglify plugin minimum to 1.1.5 (a2ef7d1)
- @ngtools/webpack: allow typescript dev versions (daeda67)
- @ngtools/webpack: avoid caching binary resources as UTF8 (64b4b03)
- @ngtools/webpack: improve missing TS file error message (93c3b12)
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 [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