Releases: angular/angular-cli
v10.0.0-rc.0
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
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
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
v9.1.6
v10.0.0-next.4
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
v9.1.5
Commits
@angular-devkit/build-angular (0.901.5) | ||
Commit | Description | Notes |
|
update worker-plugin |
[Closes #65] |
@angular/cli (9.1.5) | ||
Commit | Description | Notes |
|
allow configuration option in `ng deploy` |
[Closes #17613] |
@ngtools/webpack (9.1.5) | ||
Commit | Description | Notes |
|
only emit import default helper when needed | |
@schematics/angular (9.1.5) | ||
Commit | Description | Notes |
|
don't add `@angular/language-service` in new Angular projects | |
Special Thanks
Alan Agius, Doug Parker, Joey Perrott, Charles Lyding
v10.0.0-next.3
Commits
Breaking Changes
@angular-devkit/build-angular: remove deprecated evalSourceMap
, vendorSourceMap
, profile
and skipAppShell
options (8fb7e58)
The following deprecated devkit builders options have been removed:
skipAppShell:
This has no effectevalSourceMap
: This done to improve performance in older versions of the CLI and is no longer neededvendorSourceMap
: UsesourceMap.vendor
insteadprofile
: UseNG_BUILD_PROFILING
environment variable instead
Special Thanks
Renovate Bot, Alan Agius, Keen Yee Liau, Charles Lyding, Minko Gechev, Pete Bacon Darwin
v9.1.4
v10.0.0-next.2
Commits
@angular-devkit/core (10.0.0-next.1) | ||
Commit | Description | Notes |
|
workspace reader spread/rest operator usage with falsy values |
[Closes #17021] |
@schematics/angular (10.0.0-next.1) | ||
Commit | Description | Notes |
|
add migration to remove deprecated `es5BrowserSupport` option | |
Breaking Changes
@schematics/angular: remove deprecated guard `spec` option (bfd63ca)
Deprecated guard schematic option `spec` has been removed. Please use `skipTests` instead.@angular-devkit/schematics: remove deprecated FileSystemHost (b1a5f49)
Deprecated `FileSystemHost` has been removed. Use `Host` directly instead.Note: this change only effects direct @angular-devkit/schematics
users and not the application developers.
@angular-devkit/build-angular: remove deprecated `es5BrowserSupport` build option (69aa460)
Deprecated browser builder option `es5BrowserSupport` has been removed. The inclusion for ES5 polyfills will be determined from the browsers listed in the browserslist configuration.Special Thanks
Renovate Bot, Alan Agius, Doug Parker, Keen Yee Liau