Skip to content

Releases: angular/angular-cli

v7.3.5

06 Mar 22:16
Compare
Choose a tag to compare

Commits

@schematics/angular (7.3.5)

Commit Description Notes
kebab case prefix causes lint errors in new directives [Closes #13796]

@angular-devkit/build-angular (0.13.5)

Commit Description Notes
don't bundle linked modules when `bundleDependencies` in `none` in server builder [Closes #13817]

Special Thanks

Alan, Hans Larsen, Alan Agius

v7.3.4

01 Mar 02:24
Compare
Choose a tag to compare

Commits

@schematics/angular (7.3.4)

Commit Description Notes
default newProjectRoot to current directory
remove ViewEncapsulation from root component
JsonUtils should respect indent

@angular-devkit/build-angular (0.13.4)

Commit Description Notes
sourceMap option not working in tests [Closes #13766]

Special Thanks

Keen Yee Liau, Hans Larsen, Charles Lyding, Alan Agius, Cédric Exbrayat

v7.3.3

21 Feb 18:22
Compare
Choose a tag to compare

Commits

@schematics/angular (7.3.3)

Commit Description Notes
update karma to version 4 [Closes #13724]
`findModuleFromOptions` not handling properly different casing in name [Closes #13714]
undefined is used as newProjectRoot when none is set [Closes #13703]
add file extensions to style prompt
fixes issue that `ViewEncapsulation` is not being configured when provided [Closes #13689]

@angular-devkit/build-angular (0.13.3)

Commit Description Notes
improve webpack loader resolution
minimum threshold

Special Thanks

Alan Agius, Amadou Sall, Alan, Charles Lyding, hrocha16

v7.3.2

18 Feb 15:41
Compare
Choose a tag to compare

Commits

@angular/cli (7.3.2)

Commit Description Notes
wrap `opn` in a new Promise because `opn` is already resolve is already resolve.

@schematics/angular (7.3.2)

Commit Description Notes
respect the flag when we create a guard with schematics
Include bazel-out in .gitignore [Closes #13636]
set restartOnFileChange to true in karma.conf templates [Closes #13542]
e2e test fails strict TS config

@angular-devkit/build-angular (0.13.2)

Commit Description Notes
added warning for ES2017
error when both `baseUrl` and `devServerTarget` are used in protractor [Closes #13611]

@angular-devkit/schematics (7.3.2)

Commit Description Notes
add aliases to collection-schema.json
use `join` instead of normal string concatenation [Closes #13654]

Special Thanks

Alan, WilliamKoza, Louis Larry, Alan Agius, Renovate Bot, Charles Lyding, hrocha16, Luis Confraria, Cédric Exbrayat

v7.3.1

07 Feb 20:40
Compare
Choose a tag to compare

Commits

@angular/cli (7.3.1)

Commit Description Notes
Add an error message when we call `ng doc` without keyword. Currently, we open a page with the keyword `undefined`. (#13604)
update terser-webpack-plugin (#13589) [Closes #13582]

@schematics/angular (7.3.1)

Commit Description Notes
update typescript to 3.2.4 (#13554)
set cortrect file extention in config when using preprocessors (#13552) [Closes #13550]

@angular-devkit/build-angular (0.13.1)

Commit Description Notes
use sourcemap object in karma plugin (#13584) [Closes #13580]
remove deprecated `istanbul` from dependencies (#13567) [Closes #13562]
add missing open parenthesis in stacktrace (#13565) [Closes #13558]

@angular-devkit/build-optimizer (0.13.1)

Commit Description Notes
prefix renamed extended classes (#13613) [Closes #13613]
[Closes #11796]

Special Thanks

Filipe Silva, Alan Agius, Charles Lyding, Vikram Subramanian, William KOZA, Andrey Chalkin

v7.3.0

31 Jan 02:16
Compare
Choose a tag to compare

Commits

@angular/cli (7.3.0)

Commit Description Notes
remove unsupported `dryRun` and `force` from `ng add` [Closes #13479]
ng-add should resolve package.json
'ng add' selects supported version via peer dependencies

@schematics/angular (7.3.0)

Commit Description Notes
only support known style extentions [Closes #13149]
use baseUrl for default e2e test
remove leading comments when removing `core-js/es7/reflect` (#13528) [Closes #13491]
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)

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)

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)

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

@angular-devkit/schematics (7.3.0)

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

@schematics/schematics (0.13.0)

Commit Description Notes
use correct collection.json path

@schematics/update (0.13.0)

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

Special Thanks

Alan Agius, Renovate Bot, Alan, Filipe Silva, Judy Bogart, Charles Lyding, Minko Gechev, Edy Segura, Louis Larry, Logan Mzz, Angular Builds, Keen Yee Liau, Youcef Mammar, isychevskyi, Peter Smith, Hans Larsen, Cédric Exbrayat

v7.2.4

31 Jan 02:13
Compare
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
Compare
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
Compare
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
Compare
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