Skip to content

Releases: angular/angular-cli

v9.0.0

06 Feb 20:47

Choose a tag to compare

Commits

@angular-devkit/architect (0.900.0)

Commit Description Notes
support multiple configs in WorkspaceNodeModulesArchitectHost
support accessing project metadata
clone workspace objects before builder use

@angular-devkit/benchmark (0.900.0)

Commit Description Notes
Allows the CLI repo to be hosted in a directory with spaces. (#16073)

@angular-devkit/build-angular (0.900.0)

Commit Description Notes
support TSLint 6.0+
support i18n localization for non-differential builds
support deprecated i18n options with new configuration
support parallel i18n localization
optimize i18n localize usage in source locale
initial support for i18n translation inlining
update peer dependency support
add experimentalRollupPass (#15690)
add support for i18n extraction with Ivy (#15796)
add analytics for ivy/non-ivy builds
set document locale when using i18nLocale [Closes #8102]
deprecate `lazyModules` option
ignore express and hapi depedency expresstion (#15586)
enable bundleDependencies by default for server builder
expose webpack-dev-server's allowedHosts option [Closes #13656]
update sass-loader to 8.0.0
exclude TSX test files from test coverage
collect test coverage from JSX/TSX files
resolve webdriver-manager from protractor location
provide supported browsers to babel
use translation file in bundle hash calculations
add crossorigin attribute to lazy chunks [Closes #16801]
remove unneeded regex polyfills
when optimizing do not emit Ivy class metadata or module scope
Read more

v8.3.25

06 Feb 01:29

Choose a tag to compare

Commits

Misc

Commit Description Notes
remove alias for ng doc command

@angular-devkit/build-angular (0.803.25)

Commit Description Notes
provide supported browsers to babel
add crossorigin attribute to lazy chunks [Closes #16801]


Special Thanks

Alan Agius, Charles Lyding, Minko Gechev

v9.0.0-rc.14

05 Feb 01:13

Choose a tag to compare

v9.0.0-rc.14 Pre-release
Pre-release

Commits

@ngtools/webpack (9.0.0-rc.14)

Commit Description Notes
don't elide imports for type references that are needed for decorator metadata [Closes #16808]


Special Thanks

Minko Gechev, Alan Agius

v9.0.0-rc.13

04 Feb 23:07

Choose a tag to compare

v9.0.0-rc.13 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.900.0-rc.13)

Commit Description Notes
provide supported browsers to babel
use translation file in bundle hash calculations
add crossorigin attribute to lazy chunks [Closes #16801]

@schematics/angular (9.0.0-rc.13)

Commit Description Notes
resolve windows paths in tsconfig migration [Closes #16800]


Special Thanks

Alan Agius, Charles Lyding, Filipe Silva, Minko Gechev, Renovate Bot

v9.0.0-rc.12

31 Jan 01:23

Choose a tag to compare

v9.0.0-rc.12 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.900.0-rc.12)

Commit Description Notes
remove unneeded regex polyfills


Special Thanks

Charles Lyding, Minko Gechev

v8.3.24

31 Jan 01:28

Choose a tag to compare

Commits

@angular-devkit/build-angular (0.803.24)

Commit Description Notes
support TSLint 6.0+
remove unneeded regex polyfills


Special Thanks

Charles Lyding, Minko Gechev, Cédric Exbrayat

v9.0.0-rc.11

29 Jan 19:03

Choose a tag to compare

v9.0.0-rc.11 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.900.0-rc.11)

Commit Description Notes
when optimizing do not emit Ivy class metadata or module scope
ensure babel configurations are isolated
pass filename to `parseSync` [Closes #16781]
reintroduce fast sourcemap path
ensure output is ASCII only

@angular/cli (9.0.0-rc.11)

Commit Description Notes
ensure built-in Angular schematics package can be found

@ngtools/webpack (9.0.0-rc.11)

Commit Description Notes
control the presence of Ivy class metadata and module scope
correctly determine resource dependencies [Closes #16569]

@schematics/angular (9.0.0-rc.11)

Commit Description Notes
update protractor version for new projects
add compliance with no-any lint rule
add compliance with call-signature lint rule
regression tsconfig.json #16708 (#16709) [Closes #16709]
[Closes #16709]
[Closes #16709]


Special Thanks

Charles Lyding, Alan Agius, Cyrille Tuzi, Keen Yee Liau, Pete Bacon Darwin, Filipe Silva, Daniele Morosinotto

release: v9.0.0-rc.10

27 Jan 19:02

Choose a tag to compare

release: v9.0.0-rc.10 Pre-release
Pre-release

Commits

@angular/cli (9.0.0-rc.10)

Commit Description Notes
prevent postinstall script errors from blocking install

@schematics/angular (9.0.0-rc.10)

Commit Description Notes
add `skipLibCheck` to workspace tsconfig


Special Thanks

Alan Agius, Filipe Silva, Charles Lyding, Doug Parker

v9.0.0-rc.9

15 Jan 21:44

Choose a tag to compare

v9.0.0-rc.9 Pre-release
Pre-release

Commits

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

Commit Description Notes
emit error when a script is not found [Closes #16659]
change css optimizer from clean-css with cssnano [Closes #16123]
[Closes #13854]
update tree-kill dependency to 1.2.2
improve quality of differential loading sourcemaps
replace istanbul-instrumenter-loader with coverage-istanbul-loader [Closes #16576]
[Closes #7117]

@angular-devkit/build-optimizer (0.900.0-rc.9)

Commit Description Notes
revert to using TS 3.6
improve quality of sourcemaps


Special Thanks

Alan Agius, Charles Lyding, Filipe Silva, Minko Gechev

v8.3.23

15 Jan 21:51

Choose a tag to compare

Commits

@angular-devkit/build-angular (0.803.23)

Commit Description Notes
suppress duplicate 3rdpartylicenses.txt warning
update tree-kill dependency to 1.2.2
replace istanbul-instrumenter-loader with coverage-istanbul-loader [Closes #16576]
[Closes #7117]


Special Thanks

Alan Agius, Minko Gechev, Doug Parker, Charles Lyding