Skip to content

Releases: angular/angular-cli

v9.0.0-next.6

25 Sep 19:27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v8.3.3

05 Sep 18:54
Compare
Choose a tag to compare

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

29 Aug 21:12
Compare
Choose a tag to compare
v9.0.0-next.2 Pre-release
Pre-release

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

29 Aug 21:11
Compare
Choose a tag to compare

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