Releases: angular/angular-cli
Releases · angular/angular-cli
v1.6.7
Bug Fixes
- @angular/cli: account for project root in asset output path (7f572db)
- @angular/cli: Allow service-workers package to be installed in parent node_modules (bd4cdb0), closes #8300
- @angular/cli: favor CSS import local files over modules (89f6a5c)
- @angular/cli: guard against scripts without a src attribute (c61e01f)
1.7.0-beta.2
Bug Fixes
- @angular/cli: add karma-cli as dependency when ejecting (b1baa0c)
- @angular/cli: allow colon separated schematic name in generate (ca8e834)
- @angular/cli: allow for schema-less schematics to be generated (554908e)
- @angular/cli: delete node_modules on eject e2e (99d0a31)
- @angular/cli: eject now remove all hardcoded paths (1b57f12), closes #9335
- @angular/cli: exclude nodejs built-ins from process.cwd() resolve (f724722)
- @angular/cli: maintain autoprefixer backward compatibility (62190ab)
- @angular/cli: only force CommonJS if module kind is ES2015 (9751532)
- @angular/cli: Remove testing log message. (66a376a)
- @angular/cli: replaced bullet character due to unwanted beeping sounds on windows systems (aa8b80c)
Features
1.6.6
Bug Fixes
- @angular/cli: add karma-cli as dependency when ejecting (f17c2b3)
- @angular/cli: allow colon separated schematic name in generate (f9a9d75)
- @angular/cli: allow for schema-less schematics to be generated (d4dc2e3)
- @angular/cli: delete node_modules on eject e2e (5c00e1f)
- @angular/cli: eject now remove all hardcoded paths (53e84fe), closes #9335
- @angular/cli: exclude nodejs built-ins from process.cwd() resolve (bf87508)
- @angular/cli: maintain autoprefixer backward compatibility (0f82564)
- @angular/cli: only force CommonJS if module kind is ES2015 (369f361)
- @angular/cli: replaced bullet character due to unwanted beeping sounds on windows systems (38db84c)
v1.7.0-beta.1
Bug Fixes
- @angular/cli: allow TS 2.6 for Angular >= 5.2 (88b7f5f)
- @angular/cli: correct CSS resource resolving (f544fee)
- @angular/cli: ensure webpack 3 sass-loader support (94d8cb0)
- @angular/cli: fix dependencies to devkit to known working versions (a10ca8f)
- @angular/cli: Fixed lint not excluding files when project folder name started with a dot (52494b4)
- @angular/cli: normalize asset windows paths (4e066c5)
- @angular/cli: remove ES2015 live-reload requirement (9ea6982)
- @angular/cli: standardize inline/rebase stylesheet behavior (f2ea3d1)
- @angular/cli: workaround TS decorator transformer defect (c38b1ed)
- @ngtools/webpack: allow # in paths (11fda70)
- @ngtools/webpack: Allow for usage of Angular v6.. (751e6ed)
- @ngtools/webpack: don't elide identifiers that are still exported (f98bdaa), closes #9180
Features
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