Releases: angular/angular-cli
v9.0.0-next.5
Commits
@angular-devkit/build-angular (0.900.0-next.5) | ||
Commit | Description | Notes |
|
ignore express and hapi depedency expresstion (#15586) | |
@angular/cli (9.0.0-next.5) | ||
Commit | Description | Notes |
|
create commits per migration during update (#15611) | |
|
check/prompt for workspace level analytics configuration (#14264) | |
@schematics/angular (9.0.0-next.5) | ||
Commit | Description | Notes |
|
add strict compiler option to workspace tsconfig (#14905) |
[Closes #14694] |
|
remove dependency on tsickle (#15603) | |
|
add node types to universal tsconfig (#15594) | |
|
support adding app-shell after nguniversal schematics (#15606) |
Special Thanks
Renovate Bot, Alan Agius, Charles Lyding, mgechev, Joey Perrott
v8.3.5
v9.0.0-next.4
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
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
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
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
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
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
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
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