@angular/cli
@schematics/angular
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| deprecate Webpack builders |
@angular-devkit/build-webpack
| Commit | Description |
|---|---|
| deprecate webpack and webpack-dev-server builders |
@angular-devkit/core
| Commit | Description |
|---|---|
| deprecate stringToFileBuffer and fileBufferToString |
@angular/build
| Commit | Description |
|---|---|
| subresource integrity validation for dynamically loaded modules | |
| use dynamic TestComponentRenderer for Vitest |
@angular/ssr
| Commit | Description |
|---|---|
| deprecate CommonEngine APIs |
@ngtools/webpack
| Commit | Description |
|---|---|
| deprecate @ngtools/webpack loader and plugin |
Deprecations
@angular-devkit/build-angular
- Webpack builders in build-angular are deprecated. Use @angular/build builders instead.
@angular-devkit/build-webpack
- Webpack builders in build-webpack are deprecated. Use @angular/build builders instead.
@angular-devkit/core
-
stringToFileBufferandfileBufferToStringare deprecated. Use standard Web APIs (TextEncoderandTextDecoder) instead.Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for
@angular-devkit/corehas been updated to reflect the deprecations.
@angular/ssr
- CommonEngine APIs are deprecated in favor of AngularNodeAppEngine or AngularAppEngine.
@ngtools/webpack
- @ngtools/webpack loader and plugin are deprecated. Use @angular/build instead.