Skip to content

Releases: angular/angular-cli

v10.0.0-rc.3

10 Jun 22:49
Compare
Choose a tag to compare
v10.0.0-rc.3 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.1000.0-rc.3)

Commit Description Notes
disable CSS `calc` optimizations [Closes #16910]
[Closes #16875]
[Closes #17890]
update copy-webpack-plugin to version 6 [Closes #17858]

@schematics/angular (10.0.0-rc.3)

Commit Description Notes
specify module option as a fix for the multiple module error
add strict setting to angular.json
remove strict prompt
don't visit dot folders when running migrations
update several testing dev dependencies


Special Thanks

Alan Agius, Minko Gechev, Kishan Gajera, Charles Lyding

v9.1.8

10 Jun 23:19
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.901.8)

Commit Description Notes
update less library to version 3.11.3
update copy-webpack-plugin to version 6 [Closes #17858]


Special Thanks

Alan Agius, Minko Gechev, Vishnu TS

v8.3.27

10 Jun 23:25
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.803.27)

Commit Description Notes
update copy-webpack-plugin to version 6 [Closes #17858]
address vulnerability in webpack-dev-server

@schematics/angular (8.3.27)

Commit Description Notes
address vulnerability in protractor


Special Thanks

Charles Lyding, Alan Agius, Minko Gechev

v10.0.0-rc.2

01 Jun 19:38
Compare
Choose a tag to compare
v10.0.0-rc.2 Pre-release
Pre-release

Commits

@schematics/angular (10.0.0-rc.2)

Commit Description Notes
add tslint no-any and typedef rules when in strict mode
use ES2016 as syntax target for server bundles
remove node typings from tsconfig.spec.json


Special Thanks

Alan Agius, Renovate Bot, Keen Yee Liau, Cyrille Tuzi, Cédric Exbrayat

v10.0.0-rc.0

21 May 20:24
Compare
Choose a tag to compare
v10.0.0-rc.0 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.1000.0-rc.0)

Commit Description Notes
dedupe duplicate modules

@schematics/angular (10.0.0-rc.0)

Commit Description Notes
add solutions style tsconfig structure [Closes #17493]
[Closes #8138]
update to tslib 2.0.0
add migration to ensure tslint deprecation rule


Special Thanks

Renovate Bot, Alan Agius, Charles Lyding, Minko Gechev

v9.1.7

21 May 20:23
Compare
Choose a tag to compare

Commits

@angular-devkit/build-angular (0.901.7)

Commit Description Notes
downlevel and optimize locale data
address vulnerability in webpack-dev-server [Closes #17642]

@schematics/angular (9.1.7)

Commit Description Notes
add tslib as a direct dependency for new libraries
address vulnerability in protractor [Closes #17642]


Special Thanks

Alan Agius, Charles Lyding, Minko Gechev

v10.0.0-next.6

18 May 19:08
Compare
Choose a tag to compare
v10.0.0-next.6 Pre-release
Pre-release

Commits

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

Commit Description Notes
add link when displaying commonJS usage warnings

@angular/cli (10.0.0-next.6)

Commit Description Notes
add missing `experimentalRollupPass`in CLI schema

@schematics/angular (10.0.0-next.6)

Commit Description Notes
generate new projects using TypeScript 3.9
address vulnerability in protractor [Closes #17642]

Breaking Changes

remove deprecate protractor `elementExplorer` (5395cec)

Protractor builder elementExplorer option has been removed. This was not compatable with the Node.Js versions that the Angular CLI supports. See: https://github.com/angular/protractor/blob/master/docs/debugging.md#enabled-control-flow for an alternative debugging methods.

Special Thanks

Alan Agius, Renovate Bot, Charles Lyding, Walter Werner SCHNEIDER, Minko Gechev, Keen Yee Liau

v10.0.0-next.5

13 May 23:29
Compare
Choose a tag to compare
v10.0.0-next.5 Pre-release
Pre-release

Commits

@ngtools/webpack (10.0.0-next.5)

Commit Description Notes
getCanonicalFileName should return FS compatible paths


Special Thanks

Renovate Bot, Alan Agius, Keen Yee Liau, Joey Perrott

v9.1.6

13 May 23:23
Compare
Choose a tag to compare

Commits

@ngtools/webpack (9.1.6)

Commit Description Notes
getCanonicalFileName should return FS compatible paths


Special Thanks

Keen Yee Liau, Alan Agius

v10.0.0-next.4

08 May 20:00
Compare
Choose a tag to compare
v10.0.0-next.4 Pre-release
Pre-release

Commits

@angular-devkit/build-angular (0.1000.0-next.4)

Commit Description Notes
downlevel and optimize locale data

@angular/cli (10.0.0-next.4)

Commit Description Notes
allow configuration option in `ng deploy` [Closes #17613]

@ngtools/webpack (10.0.0-next.4)

Commit Description Notes
don't emit unused file warning for`.ngtypecheck.ts`
only emit import default helper when needed
remove internal markers
export VirtualFileSystemDecorator type

@schematics/angular (10.0.0-next.4)

Commit Description Notes
update compiler options target and module settings
add stricter bundle budgets when using the `--strict` option
enable stricter type checking and optimization effective coding rules
add migration to remove deprecated server options
evergreen new applications
don't add `@angular/language-service` in new Angular projects

Breaking Changes

@angular/cli: remove deprecated get/set commands (b66b9b8)

Deprecated `ng set` and `ng get` have been removed, use `ng config` instead.

@angular/cli: remove deprecated typescriptMismatch (28f87cb)

Removed deprecated `typescriptMismatch` warning option. Users will be migrated off this option automatically. Users wishing to disable TypeScript version checks should use the Angular compiler option `disableTypeScriptVersionCheck`, see https://angular.io/guide/angular-compiler-options#disabletypescriptversioncheck for more information.

@schematics/angular: remove deprecated options from app-shell and universal schematics (ac3aff2)

The below options have been removed as they had no effect - `test` and `testTsconfigFileName` have been removed form the universal schematic - `universalProject`, `name`, `outDir`, `root` and `index` have been removed from the app-shell schematic

@angular-devkit/build-angular: remove unused server builder options (08062e9)

options `commonChunk` and `vendorChunk` have been removed from the server builder.

Note: this change only effects direct @angular-devkit/build-angular users and not the application developers as users will be migrated automatically off these options.

@ngtools/webpack: remove deprecated isSupported method (51de4f7)

`isSupported` method has been removed from `AngularCompilerPlugin` as it has become redundant with peer dependencies.

Note: this change only effects direct @ngtools/webpack users and not the application developers.


Special Thanks

Filipe Silva, Alan Agius, Renovate Bot, Charles Lyding, Greg Magolan, Keen Yee Liau, Doug Parker, Joey Perrott, Walter Werner SCHNEIDER