Skip to content

Releases: angular/angular-cli

v9.0.0-next.4

v9.0.0-next.4 Pre-release
Pre-release

Choose a tag to compare

@kyliau kyliau released this 11 Sep 17:54

Commits

@angular/cli (9.0.0-next.4)

Commit Description Notes
correctly account for linked packages in update [Closes #15511]
[Closes #15294]

@schematics/angular (9.0.0-next.4)

Commit Description Notes
add migration to add missing exports in main server file
add export to `renderModuleFactory` in server main file
add export to `renderModule` in server main file
minimal=true should not create tests files when using `ng generate` command
run lazy loading migration for version 9 [Closes #15539]
replace deprecated `TestBed.get` with `TestBed.inject`
lazy loading module generation routing module lookup

@angular-devkit/build-angular (0.900.0-next.4)

Commit Description Notes
enable bundleDependencies by default for server builder
expose webpack-dev-server's allowedHosts option [Closes #13656]
fully optimize script bundles with bundle downleveling [Closes #15507]
make app-shell work with Ivy [Closes #15383]
disable extract comments for webpack terser plugin

@angular-devkit/core (9.0.0-next.4)

Commit Description Notes
auto discover multiselect schema prompt types

@schematics/update (0.900.0-next.4)

Commit Description Notes
only update peer dependency if out of range

Breaking Changes

@angular-devkit/build-angular: enable bundleDependencies by default for server builder (fb24f30)

bundleDependencies default value has been changed from none to all. This will result in all of node_modules to be bundled in the final server bundle.

Under Ivy, if users choose to opt-out from bundling dependencies they will need to run NGCC binary manually to make non-bundled node_modules compatible with Ivy.


Special Thanks

Alan Agius, Charles Lyding, Renovate Bot, Judy Bogart, Joey Perrott, Keen Yee Liau, Elvis Begovic, noeri

v8.3.4

Choose a tag to compare

@kyliau kyliau released this 11 Sep 17:59

Commits

@angular/cli (8.3.4)

Commit Description Notes
correctly account for linked packages in update [Closes #15511]
[Closes #15294]

@schematics/angular (8.3.4)

Commit Description Notes
infer main server file name from main option
lazy loading module generation routing module lookup

@angular-devkit/build-angular (0.803.4)

Commit Description Notes
fully optimize script bundles with bundle downleveling [Closes #15507]
add trailing back slash to protractor baseUrl [Closes #15522]

@schematics/update (0.803.4)

Commit Description Notes
only update peer dependency if out of range


Special Thanks

Alan Agius, Judy Bogart, Charles Lyding, Keen Yee Liau, Joey Perrott

v9.0.0-next.3

v9.0.0-next.3 Pre-release
Pre-release

Choose a tag to compare

@vikerman vikerman released this 05 Sep 18:55

Commits

@schematics/angular (9.0.0-next.3)

Commit Description Notes
add migration for applications tsconfigs
feature PWA in CLI app

@angular-devkit/build-angular (0.900.0-next.3)

Commit Description Notes
update sass-loader to 8.0.0
fix permission errors for ES5 bundles [Closes #15490]
several issues with optimization and bundleDependencies in universal [Closes #15498]

@ngtools/webpack (9.0.0-next.3)

Commit Description Notes
don't warn on extra files in errored compilations


Special Thanks

Alan Agius, Filipe Silva, Renovate Bot, vikerman, Christian Liebel

v8.3.3

Choose a tag to compare

@vikerman vikerman released this 05 Sep 18:54

Commits

@angular-devkit/build-angular (0.803.3)

Commit Description Notes
fix permission errors for ES5 bundles [Closes #15490]
several issues with optimization and bundleDependencies in universal [Closes #15498]


Special Thanks

Alan Agius, Vikram Subramanian

v9.0.0-next.2

v9.0.0-next.2 Pre-release
Pre-release

Choose a tag to compare

@vikerman vikerman released this 29 Aug 21:12

Commits

@angular/cli (9.0.0-next.2)

Commit Description Notes
add support for custom npmrc paths

@schematics/angular (9.0.0-next.2)

Commit Description Notes
add migration to enable AOT by default

@angular-devkit/build-angular (0.900.0-next.2)

Commit Description Notes
exclude TSX test files from test coverage
remove deprecation of `baseUrl` in protractor builder [Closes #13952]
disable top level variable and function name mangling
ensure generator polyfills are present for ES5


Special Thanks

Alan Agius, Charles Lyding, Adam Vigneaux, vikerman, Renovate Bot, Filipe Silva

v8.3.2

Choose a tag to compare

@vikerman vikerman released this 29 Aug 21:11

Commits

@angular-devkit/build-angular (0.803.2)

Commit Description Notes
disable top level variable and function name mangling
remove deprecation of `baseUrl` in protractor builder [Closes #13952]
ensure generator polyfills are present for ES5


Special Thanks

Alan Agius, Charles Lyding, vikerman

v9.0.0-next.1

v9.0.0-next.1 Pre-release
Pre-release

Choose a tag to compare

@mgechev mgechev released this 28 Aug 09:04

Commits

@angular-devkit/build-angular (0.900.0-next.1)

Commit Description Notes
add sourcemap comment for ES2015 differential loading (#15461) [Closes #15460]
update worker-plugin to 3.2.0 (#15456) [Closes #15188]
[Closes #14582]
default poll value when not present (#15417)

@angular-devkit/build-optimizer (0.900.0-next.1)

Commit Description Notes
don't mark tslib helpers which are suffixed with `$` and a number as pure (#15451) [Closes #15451]
[Closes #15392]
replace multiple tslib helpers (#15400)

@angular-devkit/core (9.0.0-next.1)

Commit Description Notes
track workspace targets with no original collection (#15413) [Closes #15403]

@angular/cli (9.0.0-next.1)

Commit Description Notes
handle promise rejection on analytics install prompt (#15455)

@ngtools/webpack (9.0.0-next.1)

Commit Description Notes
only add ctor params to decorated classes (#15416) [Closes #15404]

@schematics/angular (9.0.0-next.1)

Commit Description Notes
add migration for `ngsw-config.json` (#15443)
add migration for dependencies (#15421)
open twitter link in new tab (#15446)
update tsickle to 0.37.0 (#15430) [Closes #15428]
implements items type for guard schematics (#15412)


Special Thanks

Renovate Bot, Alan Agius, Charles Lyding, mgechev, Joey Perrott, vikerman, Wataru KASAHARA, Cédric Exbrayat

v8.3.1

Choose a tag to compare

@mgechev mgechev released this 28 Aug 09:04

Commits

@angular-devkit/build-angular (0.803.1)

Commit Description Notes
add sourcemap comment for ES2015 differential loading (#15461) [Closes #15460]
update worker-plugin to 3.2.0 (#15456) [Closes #15188]
[Closes #14582]

@angular-devkit/build-optimizer (0.803.1)

Commit Description Notes
don't mark tslib helpers which are suffixed with `$` and a number as pure (#15451) [Closes #15451]
[Closes #15392]
replace multiple tslib helpers (#15400)

@angular-devkit/core (8.3.1)

Commit Description Notes
track workspace targets with no original collection (#15413) [Closes #15403]

@ngtools/webpack (8.3.1)

Commit Description Notes
only add ctor params to decorated classes (#15416) [Closes #15404]

@schematics/angular (8.3.1)

Commit Description Notes
open twitter link in new tab (#15446)
update tsickle to 0.37.0 (#15430) [Closes #15428]
implements items type for guard schematics (#15412)


Special Thanks

Charles Lyding, Alan Agius, mgechev, vikerman, Cédric Exbrayat

v9.0.0-next.0

v9.0.0-next.0 Pre-release
Pre-release

Choose a tag to compare

@kyliau kyliau released this 22 Aug 17:27

Commits

@schematics/angular (9.0.0-next.0)

Commit Description Notes
hide universal schematic
update workspace dev dependencies
ivy library migration
remove enableIvy option
introduce Ivy libraries for development
add twitter link icon (#15385)
handle existence of un-referenced library prod tsconfig
default interface for guard

@angular-devkit/build-angular (0.900.0-next.0)

Commit Description Notes
collect test coverage from JSX/TSX files

@schematics/schematics (0.900.0-next.0)

Commit Description Notes
move development depedencies to `devDependencies` section

Breaking Changes

@schematics/angular: hide universal schematic (426c1da)

universal schematic is now hidden and cannot be used with the `ng generate` command.

Users who want a working universal application should use ng add @nguniversal/express-engine or ng add @nguniversal/hapi-engine


Special Thanks

Alan Agius, Renovate Bot, Charles Lyding, Judy Bogart, Keen Yee Liau, Stefanie Fluin, Adam Vigneaux, Cédric Exbrayat, Simon Jespersen

v8.3.0

Choose a tag to compare

@kyliau kyliau released this 22 Aug 17:21

Commits

@schematics/angular (8.3.0)

Commit Description Notes
add twitter link icon (#15385)
default interface for guard


Special Thanks

Judy Bogart, Keen Yee Liau, Stefanie Fluin, Charles Lyding, Alan Agius, Cédric Exbrayat