Skip to content

Releases: angular/angular-cli

v7.2.4

31 Jan 02:13

Choose a tag to compare

Commits

@schematics/schematics (0.12.4)

Commit Description Notes
use correct collection.json path

@angular/cli (7.2.4)

Commit Description Notes
schematics commands should fail on unknown options [Closes #12549]
remove unsupported `dryRun` and `force` from `ng add` [Closes #13479]

@schematics/angular (7.2.4)

Commit Description Notes
use baseUrl for default e2e test
remove leading comments when removing `core-js/es7/reflect` (#13528) [Closes #13491]

Special Thanks

Alan Agius, Angular Builds, Louis Larry, Alan, Logan Mzz, Hans Larsen

v7.3.0-rc.0

23 Jan 19:52

Choose a tag to compare

v7.3.0-rc.0 Pre-release
Pre-release

Commits

@angular/cli (7.3.0-rc.0)

Commit Description Notes
'ng add' selects supported version via peer dependencies

@schematics/angular (7.3.0-rc.0)

Commit Description Notes
only support known style extentions [Closes #13149]
add non deprecated `style` as default
tsconfig.json can't be parsed if it contains comments [Closes #13455]
[Closes #13456]
update latest version of devkit

@angular-devkit/build-angular (0.13.0-rc.0)

Commit Description Notes
update webpack to 4.29
error only when file is not found in non of the programs [Closes #13399]

@angular-devkit/build-optimizer (0.13.0-rc.0)

Commit Description Notes
add support for es2015 enums emitted by tsickle [Closes #13488]
also fold ES2015 classes [Closes #13487]
identify relative imports in angular core
prefix renamed classes

@angular-devkit/core (7.3.0-rc.0)

Commit Description Notes
remove colors for info messages [Closes #13497]

@angular-devkit/schematics (7.3.0-rc.0)

Commit Description Notes
add `applyToSubTree` rule
fully scope merge actions in ScopedTree

@schematics/update (0.13.0-rc.0)

Commit Description Notes
add check for invalid ranges [Closes #12644]
[Closes #12806]

Special Thanks

Alan Agius, Renovate Bot, Filipe Silva, Judy Bogart, Charles Lyding, Alan, Edy Segura, Minko Gechev, Youcef Mammar, isychevskyi, Peter Smith, Hans Larsen, Cédric Exbrayat

v7.2.3

23 Jan 19:45

Choose a tag to compare

Commits

@schematics/angular (7.2.3)

Commit Description Notes
Add types annotations to e2e AppPage
add non deprecated `style` as default

@angular-devkit/build-angular (0.12.3)

Commit Description Notes
error only when file is not found in non of the programs [Closes #13399]

@angular-devkit/build-optimizer (0.12.3)

Commit Description Notes
identify relative imports in angular core

@angular-devkit/core (7.2.3)

Commit Description Notes
remove colors for info messages [Closes #13497]

@schematics/update (0.12.3)

Commit Description Notes
add check for invalid ranges [Closes #12644]
[Closes #12806]

Special Thanks

Alan Agius, Judy Bogart, Minko Gechev, Edy Segura, Alan, Keen Yee Liau, Youcef Mammar, isychevskyi, Renovate Bot, Peter Smith, Filipe Silva

v7.3.0-beta.0

17 Jan 10:20

Choose a tag to compare

v7.3.0-beta.0 Pre-release
Pre-release

Commits

@angular-devkit/architect (0.13.0-beta.0)

Commit Description Notes
deprecate the current architect API
add `result` property to `BuildEvent`

@schematics/angular (7.3.0-beta.0)

Commit Description Notes
enabled conditional ES2015 polyfills for new apps
Added multiselect guard implements option [Closes #13400]
activate recommended tslint rules
add UrlTree to CanActivate method signature
`experimentalIvy` should generates backwards compatible solution [Closes #13024]
add support for `tslint.yaml` in lint fix [Closes #12545]
generate ngsw-config.json under the project [Closes #10793]
generate a library with a README.md file [Closes #13296]
extend tslint:recommended
stop offering SASS option for ng new
remove redundant ES2015 polyfills
apps code coverage should resides in their own folder
generate coverage for libs in their own folder
Add types to AppPage in e2e
fix syntax error in main.ts after generating universal [Closes #13392]
remove properties which are set by default from required [Closes #13010]
wrapping bootstrap code in a DOMContentLoaded in variable declaration [Closes #13042]
assert no error logs in e2e

@angular-devkit/build-angular (0.13.0-beta.0)

Commit Description Notes
conditional ES2015 polyfill loading
add factory methods for WebpackBuilder and LoggingFactory
add support for port 0 when using protractor [Closes #13129]
script chunk in angular.json return false then calling isInitial
`vendorSourceMap` not being recognized when passed directly [Closes #13414]
only show production warning when having either styles on scripts optimization turn on [Closes #13415]
Read more

v7.2.2

17 Jan 00:49

Choose a tag to compare

Commits

@schematics/angular (7.2.2)

Commit Description Notes
assert no error logs in e2e
fix syntax error in main.ts after generating universal [Closes #13392]
remove properties which are set by default from required [Closes #13010]

@angular-devkit/build-angular (0.12.2)

Commit Description Notes
script chunk in angular.json return false then calling isInitial
`vendorSourceMap` not being recognized when passed directly [Closes #13414]
only show production warning when having either styles on scripts optimization turn on [Closes #13415]
add missing declaration types in build_angular schemas. [Closes #13388]
prints a warning on --host on serve [Closes #11060]

@angular-devkit/build-optimizer (0.12.2)

Commit Description Notes
support windows paths in rollup plugin

@angular-devkit/core (7.2.2)

Commit Description Notes
Make default and info log messages use default colors [Closes #13439]

@ngtools/webpack (7.2.2)

Commit Description Notes
drop only unused default import when used with named imports

@schematics/update (0.12.2)

Commit Description Notes
ensure option is string when replacing environment variable references

Special Thanks

Alan, Alan Agius, Keen Yee Liau, Renovate Bot, Johannes Steier, Mikel Ward, Matthias Gaudin, Hans Larsen, Filipe Silva, Moritz Benzenhöfer, 調月奏

v7.2.1

09 Jan 17:20

Choose a tag to compare

Note, this is a patch for 7.2.0 which upgrades the webpack-dev-server to fix a security vulnerabiliity, see #13342

Commits

@angular/cli (7.2.1)

Commit Description Notes
initial minimal BEP support
update optimization options
Added support for multiselect list prompt (#13031)
add warning for overriding flags in arguments [Closes #12948]
add `resourcesOutputPath` to schema
remove redundant period in deprecation warning
show full path to project definition when already exists [Closes #13138]
pass arguments to all targets [Closes #10657]
[Closes #10656]
[Closes #11005]
handle case senstive aliases [Closes #12780]
improve architect command project parsing

@schematics/angular (7.2.1)

Commit Description Notes
add support for TypeScript 3.2 and Angular 7.2.0-rc.0
add `lintFix` to several other schematics [Closes #12894]
[Closes #6272]
consistent naming of options and arguments that do the same thing [Closes #12784]
add .history directory to gitignore
wrapping bootstrap code in a DOMContentLoaded in variable declaration [Closes #13042]
set `optimization` and `sourceMap` in universal production config [Closes #12541]
[Closes #12940]
cannot create pipe in sub-directory if module is in different sub-directory [Closes #13182]
import zone related flags in other files [Closes #12886]
let tslint resolve codelyzer (#13101) [Closes #13101]
[Closes #13100]
add providers into providers metadata but not inner Object with ut. (#13081)

@angular-devkit/schematics-cli (0.12.1)

Commit Description Notes
add prompt support using Inquirer

@angular-devkit/build-angular (0.12.1)

Commit Description Notes
fine grain settings for optimization
fine grain settings for sourceMaps (#13062)
Read more

LTS release

08 Jan 22:13

Choose a tag to compare

Updated version of webpack-dev-server due to security vulnerability.

Commits

@angular/cli (6.2.9)

Commit Description Notes
'ng add' selects supported version via peer dependencies [Closes #12914]

v7.1.4

19 Dec 23:11

Choose a tag to compare

Commits

@angular/cli (7.1.4)

Commit Description Notes
remove redundant period in deprecation warning

@schematics/angular (7.1.4)

Commit Description Notes
cannot create pipe in sub-directory if module is in different sub-directory [Closes #13182]

@angular-devkit/build-angular (0.11.4)

Commit Description Notes
remove circular dependencies warnings in ngfactory files [Closes #11135]

Special Thanks

Minko Gechev, Cédric Exbrayat, Amadou Sall, Renovate Bot, Alan, Alan Agius, mhartington

v7.1.3

12 Dec 19:40

Choose a tag to compare

Commits

@schematics/angular (7.1.3)

Commit Description Notes
import zone related flags in other files [Closes #12886]

@angular-devkit/build-angular (0.11.3)

Commit Description Notes
remove invalid colors option of ProgressPlugin
output non human readable lint result [Closes #13173]

@schematics/update (0.11.3)

Commit Description Notes
only set registry option when used

Special Thanks

Alan Agius, Keen Yee Liau, jonwrede, JiaLiPassion, Pascal Honegger, Charles Lyding

v7.1.2

06 Dec 21:36

Choose a tag to compare

Commits

@angular/cli (7.1.2)

Commit Description Notes
show full path to project definition when already exists [Closes #13138]
pass arguments to all targets [Closes #10657]
[Closes #10656]
[Closes #11005]

@angular-devkit/build-angular (0.11.2)

Commit Description Notes
lint non human readable formatters produces invalid output [Closes #12674]

@ngtools/webpack (7.1.2)

Commit Description Notes
avoid checking watchMode in environment hook

Special Thanks

Alan Agius, Alex Eagle, Charles Lyding, Michael Nahkies