Skip to content

Releases: angular/angular-cli

v8.3.8

03 Oct 22:15

Choose a tag to compare

Commits

@angular/cli (9.0.0-next.8)

Commit Description Notes
initialize baseUrl variable

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

Commit Description Notes
downlevel with non-loose ECMA compliance [Closes #15673]


Special Thanks

vikerman, Nikita Potapenko, Charles Lyding

v9.0.0-next.7

03 Oct 01:34

Choose a tag to compare

v9.0.0-next.7 Pre-release
Pre-release

Commits

@schematics/angular (9.0.0-next.7)

Commit Description Notes
update browser output path when adding universal
use codelyzer@5.1.2
add generator for interceptor
drop deprecated tslint rule

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

Commit Description Notes
add analytics for ivy/non-ivy builds
set document locale when using i18nLocale [Closes #8102]
downlevel with non-loose ECMA compliance [Closes #15673]
don't double process factory files
display accurate sizes for downlevelled files [Closes #15425]
inject correct SRI values in downlevel bundles [Closes #15468]

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

Commit Description Notes
fix error when `__decorate` has no `__metadata`

@angular-devkit/build-webpack (0.900.0-next.7)

Commit Description Notes
provide more complete compilation stats

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

Commit Description Notes
json visitors should only set writable properties

@ngtools/webpack (9.0.0-next.7)

Commit Description Notes
don't delete virtual files for resources still on disk [Closes #15453]
`exportLazyModuleMap` should not be executed in Ivy


Special Thanks

Renovate Bot, Charles Lyding, Alan Agius, Filipe Silva, vikerman, Keen Yee Liau, mgechev, TinyMan, FG-33

v8.3.7

03 Oct 01:33

Choose a tag to compare

Commits

@schematics/angular (8.3.7)

Commit Description Notes
drop deprecated tslint rule

@angular-devkit/build-angular (0.803.7)

Commit Description Notes
add analytics for ivy/non-ivy builds
don't double process factory files
display accurate sizes for downlevelled files [Closes #15425]
inject correct SRI values in downlevel bundles [Closes #15468]

@angular-devkit/build-optimizer (0.803.7)

Commit Description Notes
fix error when `__decorate` has no `__metadata`

@angular-devkit/build-webpack (0.803.7)

Commit Description Notes
provide more complete compilation stats

@angular-devkit/core (8.3.7)

Commit Description Notes
json visitors should only set writable properties

@ngtools/webpack (8.3.7)

Commit Description Notes
don't delete virtual files for resources still on disk [Closes #15453]


Special Thanks

Charles Lyding, Filipe Silva, vikerman, Alan Agius, mgechev

v9.0.0-next.6

25 Sep 19:27

Choose a tag to compare

v9.0.0-next.6 Pre-release
Pre-release

Commits

@angular/cli (9.0.0-next.6)

Commit Description Notes
do not warn on multiple array option use [Closes #15630]
add browser builder index option longhand form to schema

@schematics/angular (9.0.0-next.6)

Commit Description Notes
support adding app-shell without specifying `clientProject`
augment universal/app-shell addition for `@angular/localize`
enable scripts optimization for server bundle
add strict option to ng-new

@angular-devkit/architect (0.900.0-next.6)

Commit Description Notes
support accessing project metadata

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

Commit Description Notes
deprecate `lazyModules` option
remove pure_getters [Closes #14316]
workaround Node.js copyFile defect on macOS [Closes #15544]
use manual sourcemap processing for large sourcemaps
always use ECMA 5 optimizations with terser [Closes #15580]

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

Commit Description Notes
scrub ɵsetClassMetadata and ɵɵsetNgModuleScope calls
remove unecessary scrub file checks

@ngtools/webpack (9.0.0-next.6)

Commit Description Notes
deprecate `discoverLazyRoutes`, `additionalLazyModules` and `additionalLazyModuleResources` options


Special Thanks

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

v8.3.6

25 Sep 19:27

Choose a tag to compare

Commits

@angular/cli (9.0.0-next.6)

Commit Description Notes
do not warn on multiple array option use [Closes #15630]
add browser builder index option longhand form to schema

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

Commit Description Notes
workaround Node.js copyFile defect on macOS [Closes #15544]
use manual sourcemap processing for large sourcemaps
always use ECMA 5 optimizations with terser [Closes #15580]


Special Thanks

Charles Lyding, vikerman

v9.0.0-next.5

18 Sep 20:38

Choose a tag to compare

v9.0.0-next.5 Pre-release
Pre-release

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

18 Sep 20:37

Choose a tag to compare

Commits

@angular/cli (8.3.5)

Commit Description Notes
ensure analytics postinstall script is ES5 (#15620)


Special Thanks

mgechev, Charles Lyding

v9.0.0-next.4

11 Sep 17:54

Choose a tag to compare

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

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

11 Sep 17:59

Choose a tag to compare

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

05 Sep 18:55

Choose a tag to compare

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

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