Skip to content

Releases: angular/angular-cli

v9.0.0-next.10

17 Oct 21:52
Compare
Choose a tag to compare
v9.0.0-next.10 Pre-release
Pre-release

Commits

@angular/cli (9.0.0-next.10)

Commit Description Notes
support using multiple configurations [Closes #10612]
add support for ng-add packages that should not be saved as `dependencies` [Closes #12003]
[Closes #15764]
[Closes #13237]
ng update log messages printed twice [Closes #15839]

@schematics/angular (9.0.0-next.10)

Commit Description Notes
remove `@angular/pwa` from depedencies [Closes #15764]
add migration to add new i18n options for Ivy
rename the `ivy-ngcc` command to `ngcc`
update ngcc postinstall command

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

Commit Description Notes
support multiple configs in WorkspaceNodeModulesArchitectHost

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

Commit Description Notes
change the `ngComponentDef` to `ɵcmp`
only copy assets outside of webpack when differential loading is needed in build builder [Closes #15825]
avoid attempting to copy directories

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

Commit Description Notes
proxy config with windows authentication [Closes #14595]


Special Thanks

Alan Agius, Renovate Bot, Filipe Silva, Vikram Subramanian, George Kalpakas

v8.3.10

17 Oct 21:46
Compare
Choose a tag to compare

Commits

@angular-devkit/build-webpack (0.803.12)

Commit Description Notes
proxy config with windows authentication [Closes #14595]


Special Thanks

Alan Agius, Vikram Subramanian

v9.0.0-next.9

11 Oct 02:16
Compare
Choose a tag to compare
v9.0.0-next.9 Pre-release
Pre-release

Commits

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

Commit Description Notes
add experimentalRollupPass (#15690)
add support for i18n extraction with Ivy (#15796)

@schematics/angular (9.0.0-next.9)

Commit Description Notes
use ngcc on postinstall (#15801)
add type option to component generator (#15754)
add migration ensure that `tslib` is installed (#15800)
scroll issue on new app (#15714) [Closes #15596]


Special Thanks

Renovate Bot, Alan Agius, Filipe Silva, Charles Lyding, Minko Gechev, Leon Radley, Michael Prentice, Keen Yee Liau, Muhammad Umair Khan

v8.3.9

11 Oct 02:15
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.803.9)

Commit Description Notes
remove prerelease @angular/compiler-cli peer dependency (#15780)


Special Thanks

Charles Lyding, Minko Gechev

v9.0.0-next.8

03 Oct 22:16
Compare
Choose a tag to compare
v9.0.0-next.8 Pre-release
Pre-release

Commits

@angular/cli (9.0.0-next.8)

Commit Description Notes
allow subclass to override default collection name
initialize baseUrl variable

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

Commit Description Notes
re-introduce pure_getters

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

Commit Description Notes
don't use getImportTslibTransformer [Closes #15401]
remove deprecated testImportTslib


Special Thanks

Keen Yee Liau, Renovate Bot, Charles Lyding, Filipe Silva, vikerman, Nikita Potapenko, Cédric Exbrayat

v8.3.8

03 Oct 22:15
Compare
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
Compare
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 [email protected]
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
Compare
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
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