Commit | Description |
---|---|
aba54ae78 | fix(@angular-devkit/build-angular): provide supported browsers to esbuild |
9eb599da2 | fix(@angular-devkit/build-angular): handle undefined entrypoints when marking async chunks |
The deprecated JSON parser has been removed from public API. jsonc-parser should be used instead.
Alan Agius, Charles Lyding, Douglas Parker, Joey Perrott and Simon Primetzhofer
Commit | Description |
---|---|
a55118a75 | fix: provide supported browsers to esbuild |
81baa4f95 | fix: update Angular peer dependencies to 12.2 stable |
297410ae8 | fix: handle undefined entrypoints when marking async chunks |
Commit | Description |
---|---|
b7199f366 | fix: update Angular peer dependencies to 12.2 stable |
Alan Agius, Charles Lyding, Joey Perrott and Simon Primetzhofer
Commit | Description |
---|---|
77fe6c4e6 | fix(@angular/cli): update engines to require node 12.20.0 |
c0f1b5ea5 | fix(@angular/cli): show error when using non-TTY terminal without passing --skip-confirmation during ng add |
259e26979 | fix(@angular/cli): merge npmrc files values |
Commit | Description |
---|---|
3ba13f467 | feat(@schematics/angular): add noImplicitOverride and noPropertyAccessFromIndexSignature to workspace tsconfig |
a7b2e6f51 | feat(@schematics/angular): update ngsw-config resources extensions |
f227e145d | fix(@schematics/angular): updated Angular new project version to v13.0 prerelease |
268a03b63 | feat(@schematics/angular): add migration to update the workspace config |
5986befcd | feat(@schematics/angular): remove deprecated options |
9fbd16655 | feat(@schematics/angular): remove IE 11 specific polyfills |
Commit | Description |
---|---|
b9e7f8958 | fix(@angular-devkit/schematics-cli): log when in debug and/or dry run modes |
Commit | Description |
---|---|
d67e7ad2f | fix(@angular-devkit/build-angular): ensure native async is downlevelled in third-party libraries |
8e82263c5 | perf(@angular-devkit/build-angular): use esbuild/terser combination to optimize global scripts |
e95ecb8ab | feat(@angular-devkit/build-angular): deprecate deployUrl |
cb7d156c2 | perf(@angular-devkit/build-angular): use esbuild as a CSS optimizer for global styles |
cdfaeee08 | fix(@angular-devkit/build-angular): support both pure annotation forms for static properties |
2aa6f579d | fix(@angular-devkit/build-angular): do not consume inline sourcemaps when vendor sourcemaps is disabled. |
167eed465 | fix(@angular-devkit/build-angular): update Angular peer dependencies to v13.0 prerelease |
7dcfffaff | feat(@angular-devkit/build-angular): drop support for karma-coverage-instanbul-reporter |
f5d019f9d | fix(@angular-devkit/build-angular): avoid attempting to optimize copied JavaScript assets |
8758e4415 | fix(@angular-devkit/build-angular): handle null maps in JavaScript optimizer worker |
f53bf9dc2 | feat(@angular-devkit/build-angular): add type=module to all scripts tags |
20e48a33c | feat(@angular-devkit/build-angular): remove deprecated options |
7576136b2 | feat(@angular-devkit/build-angular): remove automatic inclusion of ES5 browser polyfills |
701214d17 | feat(@angular-devkit/build-angular): remove differential loading support |
e78f6ab5d | feat(@angular-devkit/build-angular): remove deprecated tslint builder |
ac3fc2752 | feat(@angular-devkit/build-angular): drop support for node-sass |
c1efaa17f | fix(@angular-devkit/build-angular): calculate valid Angular versions from peerDependencies |
d750c686f | fix(@angular-devkit/build-angular): add priority to copy-webpack-plugin patterns |
Commit | Description |
---|---|
615353022 | fix(@angular-devkit/build-webpack): emit result when webpack is closed |
Commit | Description |
---|---|
0c92ea5ca | feat(@angular-devkit/core): remove deprecated schema id handling |
Commit | Description |
---|---|
8954d1152 | feat(@angular-devkit/schematics): remove deprecated isAction |
053b7d66c | feat(@angular-devkit/schematics): remove deprecated tslint APIs |
Commit | Description |
---|---|
d2a97f919 | fix(@ngtools/webpack): update Angular peer dependencies to v13.0 prerelease |
We removed several deprecated @schematics/angular
deprecated options.
lintFix
have been removed from all schematics.ng lint --fix
should be used instead.legacyBrowsers
have been removed from theapplication
schematics since IE 11 is no longer supported.configuration
has been removed from theweb-worker
as it was unused.target
has been removed from theservice-worker
as it was unused.
We drop support for Node.js versions prior to 12.20
.
Support for karma-coverage-instanbul-reporter
has been dropped in favor of the official karma coverage plugin karma-coverage
.
With this change we removed several deprecated builder options
extractCss
has been removed from the browser builder. CSS is now always extracted.servePathDefaultWarning
andhmrWarning
have been removed from the dev-server builder. These options had no effect.
The automatic inclusion of Angular-required ES2015 polyfills to support ES5 browsers has been removed. Previously when targetting ES5 within the application's TypeScript configuration or listing an ES5 requiring browser in the browserslist file, Angular-required polyfills were included in the built application. However, with Angular no longer supporting IE11, there are now no browsers officially supported by Angular that would require these polyfills. As a result, the automatic inclusion of these ES2015 polyfills has been removed. Any polyfills manually added to an application's code are not affected by this change.
Differential loading support has been removed. With Angular no longer supporting IE11, there are now no browsers officially supported by Angular that require ES5 code. As a result, differential loading's functionality for creating and conditionally loading ES5 and ES2015+ variants of an application is no longer required.
Deprecated @angular-devkit/build-angular:tslint
builder has been removed. Use https://github.com/angular-eslint/angular-eslint instead.
We remove inlining of Google fonts in WOFF format since IE 11 is no longer supported. Other supported browsers use WOFF2.
Support for node-sass
has been removed. sass
will be used by default to compile SASS and SCSS files.
With this change we drop support for the deprecated behaviour to transform id
in schemas. Use $id
instead.
Note: this only effects schematics and builders authors.
isAction
has been removed without replacement as it was unused.
With this change we remove the following deprecated APIs
TslintFixTask
TslintFixTaskOptions
Note: this only effects schematics developers.
Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and originalfrostig
Commit | Description |
---|---|
8dc3c895a | fix(@angular/cli): show error when using non-TTY terminal without passing --skip-confirmation during ng add |
Commit | Description |
---|---|
eded01270 | fix(@angular-devkit/schematics-cli): log when in debug and/or dry run modes |
Commit | Description |
---|---|
22e0208a9 | fix(@angular-devkit/build-angular): ensure native async is downlevelled in third-party libraries |
9b4b86fb0 | fix(@angular-devkit/build-angular): support both pure annotation forms for static properties |
cea028090 | fix(@angular-devkit/build-angular): do not consume inline sourcemaps when vendor sourcemaps is disabled. |
e7ec0346e | fix(@angular-devkit/build-angular): avoid attempting to optimize copied JavaScript assets |
4f757c2bc | fix(@angular-devkit/build-angular): handle null maps in JavaScript optimizer worker |
Alan Agius and Charles Lyding
Commit | Description |
---|---|
259e26979 | fix(@angular/cli): merge npmrc files values |
c1eddbdc9 | fix(@angular/cli): handle YARN_ environment variables during ng update and ng add |
6b00d1270 | fix(@angular/cli): handle NPM_CONFIG environment variables during ng update and ng add |
88ee85c41 | fix(@angular/cli): disable update notifier when retrieving package manager version during ng version |
Commit | Description |
---|---|
d750c686f | fix(@angular-devkit/build-angular): add priority to copy-webpack-plugin patterns |
4bcd1dc9e | fix(@angular-devkit/build-angular): allow classes with pure annotated static properties to be optimized |
ceade0c27 | fix(@angular-devkit/build-angular): dasherize disable-host-check suggestion |
8383c6b42 | fix(@angular-devkit/build-angular): silence Sass compiler warnings from 3rd party stylesheets |
07763702f | fix(@angular-devkit/build-angular): force linker sourceMapping option to false. |
a5c69722f | fix(@angular-devkit/build-angular): ensure NG_PERSISTENT_BUILD_CACHE always creates a cache in the specified cache directory |
c65b04999 | fix(@angular-devkit/build-angular): fail browser build when index generation fails |
3d71c63b3 | fix(@angular-devkit/build-angular): fix issue were @media all causing critical CSS inling to fail |
9a04975a2 | fix(@angular-devkit/build-angular): extractLicenses didn't have an effect when using server builder |
2ac8e9c0e | fix(@angular-devkit/build-angular): display incompatibility errors |
2c2b49919 | fix(@angular-devkit/build-angular): limit advanced terser passes to two |
1be3b0783 | fix(@angular-devkit/build-angular): exclude outputPath from persistent build cache key |
fefd6d042 | perf(@angular-devkit/build-angular): use esbuild as a CSS optimizer for component styles |
18cfa0431 | feat(@angular-devkit/build-angular): add support to inline Adobe Fonts |
9a751f0f8 | fix(@angular-devkit/build-angular): handle ENOENT and ENOTDIR errors when deleting outputs |
41e645792 | fix(@angular-devkit/build-angular): downlevel for await...of when targetting ES2018+ |
070a13364 | fix(@angular-devkit/build-angular): configure webpack target in common configuration |
da32daa75 | perf(@angular-devkit/build-angular): use combination of esbuild and terser as a JavaScript optimizer |
6a2b11906 | perf(@angular-devkit/build-angular): cache JavaScriptOptimizerPlugin results |
ab17b1721 | fix(@angular-devkit/build-angular): handle ng-packagr errors more gracefully. |
d4c5f8518 | fix(@angular-devkit/build-angular): control linker template sourcemapping via builder sourcemap options |
06181c2fb | fix(@angular-devkit/build-angular): parse web-workers in tests when webWorkerTsConfig is defined |
Commit | Description |
---|---|
615353022 | fix(@angular-devkit/build-webpack): emit result when webpack is closed |
Commit | Description |
---|---|
dbbcf5c8c | fix(@ngtools/webpack): only track file dependencies |
7536338e0 | fix(@ngtools/webpack): allow generated assets of Angular component resources |
720feee34 | fix(@ngtools/webpack): avoid non-actionable template type-checker syntax diagnostics |
6a7bcf330 | fix(@ngtools/webpack): encode component style data |
12c14b565 | fix(@ngtools/webpack): remove no longer needed component styles workaround |
Commit | Description |
---|---|
20fd33f6d | feat(@schematics/angular): destroy test module after every test |
5b10d4f54 | fix(@schematics/angular): remove unsafe any usage in application spec file |
1b5e18e7b | fix(@schematics/angular): replace interactive div with button in application component template |
0907b6941 | fix(@schematics/angular): use stricter semver for karma-jasmine-html-reporter |
8ad1539c5 | fix(@schematics/angular): add 'none' value for the 'style' option of the component schematic |
e5ba29c7d | fix(@schematics/angular): display warning during migrations when using third-party builders |
a44dc02fe | fix(@schematics/angular): add devtools to ng new |
Alan Agius, Charles Lyding, David Scourfield, Doug Parker, hien-pham, Joey Perrott, LeonEck, Mike Jancar, twerske, Vaibhav Singh and originalfrostig
Commit | Description |
---|---|
259e26979 | fix(@angular/cli): merge npmrc files values |
Commit | Description |
---|---|
d750c686f | fix(@angular-devkit/build-angular): add priority to copy-webpack-plugin patterns |
Commit | Description |
---|---|
615353022 | fix(@angular-devkit/build-webpack): emit result when webpack is closed |
Alan Agius, Charles Lyding, Joey Perrott and originalfrostig
Commit | Description |
---|---|
e02c97dd0 | fix(@angular/cli): merge npmrc files values |
Commit | Description |
---|---|
cfc267426 | fix(@schematics/angular): ensure valid SemVer range for new project Angular packages |
Commit | Description |
---|---|
55c0bddc8 | fix(@angular-devkit/build-angular): add priority to copy-webpack-plugin patterns |
Commit | Description |
---|---|
b3736a3c0 | fix(@angular-devkit/build-webpack): emit result when webpack is closed |
Alan Agius, Charles Lyding, Joey Perrott and originalfrostig
Commit | Description |
---|---|
c1eddbdc9 | fix(@angular/cli): handle YARN_ environment variables during ng update and ng add |
6b00d1270 | fix(@angular/cli): handle NPM_CONFIG environment variables during ng update and ng add |
Commit | Description |
---|---|
4bcd1dc9e | fix(@angular-devkit/build-angular): allow classes with pure annotated static properties to be optimized |
ceade0c27 | fix(@angular-devkit/build-angular): dasherize disable-host-check suggestion |
Alan Agius, Charles Lyding, Joey Perrott, LeonEck and Mike Jancar
Commit | Description |
---|---|
eaa2378b6 | fix(@angular/cli): handle YARN_ environment variables during ng update and ng add |
4b9a41bde | fix(@angular/cli): handle NPM_CONFIG environment variables during ng update and ng add |
Commit | Description |
---|---|
04e9ffe4f | fix(@angular-devkit/build-angular): allow classes with pure annotated static properties to be optimized |
6ae17e265 | fix(@angular-devkit/build-angular): dasherize disable-host-check suggestion |
Alan Agius, Charles Lyding, Joey Perrott, LeonEck and Mike Jancar
Commit | Description | Notes |
silence Sass compiler warnings from 3rd party stylesheets |
[Closes #21235] |
|
force linker `sourceMapping` option to false. |
[Closes #21271] |
|
ensure `NG_PERSISTENT_BUILD_CACHE` always creates a cache in the specified cache directory | ||
fail browser build when index generation fails | ||
fix issue were `@media all` causing critical CSS inling to fail |
[Closes #20804] |
|
`extractLicenses` didn't have an effect when using server builder | ||
display incompatibility errors |
[Closes #21322] |
|
limit advanced terser passes to two | ||
exclude `outputPath` from persistent build cache key |
[Closes #21275] |
|
use `esbuild` as a CSS optimizer for component styles | ||
Commit | Description | Notes |
only track file dependencies |
[Closes #21228] |
|
allow generated assets of Angular component resources | ||
avoid non-actionable template type-checker syntax diagnostics | ||
Commit | Description | Notes |
destroy test module after every test |
[Closes #21280] |
|
remove unsafe any usage in application spec file | ||
replace interactive `div` with `button` in application component template | ||
use stricter semver for `karma-jasmine-html-reporter` |
Alan Agius, Charles Lyding, Joey Perrott
Commit | Description | Notes |
silence Sass compiler warnings from 3rd party stylesheets |
[Closes #21235] |
|
ensure `NG_PERSISTENT_BUILD_CACHE` always creates a cache in the specified cache directory | ||
force linker `sourceMapping` option to false. |
[Closes #21271] |
|
fail browser build when index generation fails | ||
`extractLicenses` didn't have an effect when using server builder | ||
fix issue were `@media all` causing critical CSS inling to fail |
[Closes #20804] |
|
display incompatibility errors |
[Closes #21322] |
|
exclude `outputPath` from persistent build cache key |
[Closes #21275] |
|
Commit | Description | Notes |
only track file dependencies |
[Closes #21228] |
|
allow generated assets of Angular component resources | ||
avoid non-actionable template type-checker syntax diagnostics | ||
Commit | Description | Notes |
remove unsafe any usage in application spec file | ||
replace interactive `div` with `button` in application component template | ||
use stricter semver for `karma-jasmine-html-reporter` | ||
Alan Agius, Charles Lyding, Joey Perrott, Terence D. Honles
Commit | Description | Notes |
handle `ENOENT` and `ENOTDIR` errors when deleting outputs |
[Closes #21202] |
|
downlevel `for await...of` when targetting ES2018+ |
[Closes #21196] |
|
configure webpack target in common configuration |
[Closes #21239] |
|
update `mini-css-extract-plugin` to `1.6.2` | ||
update `webpack` to `5.41.1` | ||
Commit | Description | Notes |
disable update notifier when retrieving package manager version during `ng version` |
[Closes #21172] |
|
Commit | Description | Notes |
encode component style data |
[Closes #21236] |
Alan Agius, Charles Lyding, Doug Parker
Commit | Description | Notes |
add support to inline Adobe Fonts |
[Closes #21186] |
|
handle `ENOENT` and `ENOTDIR` errors when deleting outputs |
[Closes #21202] |
|
downlevel `for await...of` when targetting ES2018+ |
[Closes #21196] |
|
configure webpack target in common configuration |
[Closes #21239] |
|
use combination of `esbuild` and `terser` as a JavaScript optimizer | ||
cache JavaScriptOptimizerPlugin results | ||
Commit | Description | Notes |
disable update notifier when retrieving package manager version during `ng version` |
[Closes #21172] |
|
Commit | Description | Notes |
encode component style data |
[Closes #21236] |
Alan Agius, Charles Lyding, Doug Parker
Alan Agius, Charles Lyding, Doug Parker, Vaibhav Singh, Joey Perrott, twerske, David Scourfield, hien-pham
Commit | Description | Notes |
enable webpack Trusted Types support | ||
deprecate protractor builder | ||
suppport using TypeScript 4.3 | ||
revert open to 8.0.2 |
[Closes #20807] |
|
correctly ignore inline styles during i18n extraction | ||
use the name as chunk filename instead of id | ||
handle ng-packagr errors more gracefully. | ||
control linker template sourcemapping via builder sourcemap options | ||
parse web-workers in tests when webWorkerTsConfig is defined | ||
use CSS optimization plugin that leverages workers | ||
enable opt-in usage of file system cache | ||
Commit | Description | Notes |
show Node.js version support status in version command |
[Closes #20879] |
|
handle unscoped authentication details in `.npmrc` files | ||
don't resolve `.npmrc` from parent directories | ||
Commit | Description | Notes |
support using TypeScript 4.3 | ||
remove redundant inline style cache | ||
ensure plugin provided Webpack instance is used | ||
disable caching for ngcc synchronous Webpack resolver | ||
remove no longer needed component styles workaround | ||
Commit | Description | Notes |
create new projects with TypeScript 4.3 | ||
add migration to replace deprecated `--prod` |
[Closes #21036] |
|
add 'none' value for the 'style' option of the component schematic | ||
display warning during migrations when using third-party builders | ||
add devtools to ng new | ||
Alan Agius, Charles Lyding, Doug Parker, Joey Perrott, Bjarki, Vaibhav Singh, twerske, David Scourfield, hien-pham, Alberto Calvo, Paul Gschwendtner, Keen Yee Liau
Commit | Description | Notes |
don't parse `new Worker` syntax when `webWorkerTsConfig` is not defined in karma builder |
[Closes #21108] |
|
explicitly set compilation target in test configuration |
[Closes #21111] |
|
use the name as chunk filename instead of id | ||
enable opt-in usage of file system cache | ||
Commit | Description | Notes |
handle unscoped authentication details in `.npmrc` files | ||
don't resolve `.npmrc` from parent directories | ||
Commit | Description | Notes |
add migration to replace deprecated `--prod` |
[Closes #21036] |
|
Alan Agius, Joey Perrott, Alberto Calvo, Charles Lyding
Commit | Description | Notes |
don't parse `new Worker` syntax when `webWorkerTsConfig` is not defined in karma builder |
[Closes #21108] |
|
explicitly set compilation target in test configuration |
[Closes #21111] |
|
Commit | Description | Notes |
handle unscoped authentication details in .npmrc files | ||
Alan Agius, Joey Perrott
Commit | Description | Notes |
suppport using TypeScript 4.3 | ||
ensure all Webpack Stats assets are present on rebuilds |
[Closes #21038] |
|
dispose Sass worker resources on Webpack shutdown |
[Closes #20985] |
|
show progress during re-builds | ||
correctly mark async chunks as non initial in dev-server | ||
add web-workers in lazy chunks in stats output |
[Closes #21059] |
|
styles CSS files not available in unit tests |
[Closes #21054] |
|
reduce memory usage by cleaning output directory before emitting | ||
Commit | Description | Notes |
handle updating renamed files |
[Closes #14255] [Closes #21083] |
|
Commit | Description | Notes |
avoid shell exec when bootstrapping update command | ||
correctly redirect nested Angular schematic dependency requests |
[Closes #21075] |
|
Commit | Description | Notes |
support using TypeScript 4.3 | ||
ensure plugin provided Webpack instance is used | ||
disable caching for ngcc synchronous Webpack resolver | ||
Commit | Description | Notes |
create new projects with TypeScript 4.3 | ||
added webWorkerTsConfig into test option | ||
working with formatting | ||
Charles Lyding, Alan Agius, Doug Parker, Santosh Mahto, Joey Perrott
Commit | Description | Notes |
ensure all Webpack Stats assets are present on rebuilds |
[Closes #21038] |
|
dispose Sass worker resources on Webpack shutdown |
[Closes #20985] |
|
show progress during re-builds | ||
correctly mark async chunks as non initial in dev-server | ||
add web-workers in lazy chunks in stats output |
[Closes #21059] |
|
styles CSS files not available in unit tests |
[Closes #21054] |
|
reduce memory usage by cleaning output directory before emitting | ||
Commit | Description | Notes |
handle updating renamed files |
[Closes #14255] [Closes #21083] |
|
Commit | Description | Notes |
avoid shell exec when bootstrapping update command | ||
correctly redirect nested Angular schematic dependency requests |
[Closes #21075] |
|
Commit | Description | Notes |
ensure plugin provided Webpack instance is used | ||
Commit | Description | Notes |
added webWorkerTsConfig into test option | ||
working with formatting |
Alan Agius, Charles Lyding, Santosh Mahto, Joey Perrott, Doug Parker
Commit | Description | Notes |
do not resolve web-workers in server builds |
[Closes #20877] |
|
provided earlier build feedback in console |
[Closes #20957] |
|
correctly ignore inline styles during i18n extraction |
[Closes #20968] |
|
update `license-webpack-plugin` to `2.3.19` | ||
Commit | Description | Notes |
include only required stats in webpackStats | ||
Commit | Description | Notes |
show allowed enum values when validation on enum fails | ||
handle complex smart defaults in schemas | ||
handle async schema validations | ||
transform path using getSystemPath for NodeJsAsyncHost's `exists` method | ||
Commit | Description | Notes |
update supported range of node versions to be less restrictive |
[Closes #20796] |
|
Commit | Description | Notes |
normalize paths when adding file dependencies |
[Closes #20891] |
|
remove redundant inline style cache | ||
Commit | Description | Notes |
make version 12 workspace config migration idempotent |
[Closes #20979] |
|
show better error when non existing project is passed to the component schematic |
Alan Agius, Doug Parker, Charles Lyding, why520crazy
Commit | Description | Notes |
do not resolve web-workers in server builds |
[Closes #20877] |
|
provided earlier build feedback in console |
[Closes #20957] |
|
correctly ignore inline styles during i18n extraction | ||
Commit | Description | Notes |
include only required stats in webpackStats | ||
Commit | Description | Notes |
show allowed enum values when validation on enum fails | ||
handle complex smart defaults in schemas | ||
handle async schema validations | ||
transform path using getSystemPath for NodeJsAsyncHost's `exists` method | ||
Commit | Description | Notes |
update supported range of node versions to be less restrictive |
[Closes #20796] |
|
Commit | Description | Notes |
normalize paths when adding file dependencies |
[Closes #20891] |
|
remove redundant inline style cache | ||
Commit | Description | Notes |
make version 12 workspace config migration idempotent |
[Closes #20979] |
|
show better error when non existing project is passed to the component schematic |
Alan Agius, Doug Parker, Charles Lyding, why520crazy
Commit | Description | Notes |
enable webpack Trusted Types support | ||
deprecate protractor builder | ||
ensure Sass worker implementation supports Node.js 12.14 | ||
don't add `.hot-update.js` script tags |
[Closes #20855] |
|
correctly generate ServiceWorker config on Windows |
[Closes #20894] |
|
ensure latest inline stylesheet data is used during rebuilds | ||
allow i18n extraction on application that uses web-workers |
[Closes #20930] |
|
hide stacktraces from dart-sass errors | ||
resolve absolute outputPath properly |
[Closes #20935] |
|
show `--disable-host-check` warning only when not using `disableHostCheck` |
[Closes #20951] |
|
disable CSS optimization parallelism for components styles |
[Closes #20883] |
|
load postcss-preset-env configuration once | ||
Commit | Description | Notes |
show Node.js version support status in version command |
[Closes #20879] |
|
ng update on windows to allow path | ||
Commit | Description | Notes |
re-emit component stylesheet assets |
[Closes #20882] |
Alan Agius, Charles Lyding, Doug Parker, Bjarki, Hassan Sani, JoostK, George Kalpakas, Joey Perrott
Commit | Description | Notes |
ensure Sass worker implementation supports Node.js 12.14 | ||
don't add `.hot-update.js` script tags |
[Closes #20855] |
|
correctly generate ServiceWorker config on Windows |
[Closes #20894] |
|
ensure latest inline stylesheet data is used during rebuilds | ||
allow i18n extraction on application that uses web-workers |
[Closes #20930] |
|
hide stacktraces from dart-sass errors | ||
resolve absolute outputPath properly |
[Closes #20935] |
|
show `--disable-host-check` warning only when not using `disableHostCheck` |
[Closes #20951] |
|
update PostCSS to 8.3 | ||
disable CSS optimization parallelism for components styles |
[Closes #20883] |
|
load postcss-preset-env configuration once | ||
Commit | Description | Notes |
ng update on windows to allow path | ||
Commit | Description | Notes |
re-emit component stylesheet assets |
[Closes #20882] |
Alan Agius, Charles Lyding, Doug Parker, Hassan Sani, JoostK, George Kalpakas, Joey Perrott
Commit | Description | Notes |
add experimental web-assembly |
[Closes #20762] |
|
fix error with inline styles when running extract-i18n | ||
add `NG_BUILD_MAX_WORKERS` settimgs to control maximum number of workers | ||
non injected styles should not count as initial |
[Closes #20781] |
|
revert open to 8.0.2 |
[Closes #20807] |
|
correctly resolve babel runtime helpers |
[Closes #20800] |
|
compile schema in synchronously |
[Closes #20847] |
|
execute dart-sass in a worker | ||
reduce JSON stats | ||
use CSS optimization plugin that leverages workers | ||
render Sass using a pool of workers | ||
clean no-longer used assets during builds | ||
Commit | Description | Notes |
cannot locate bin for temporary package | ||
clean node modules directory prior to updating | ||
improve `--prod` deprecation warning |
[Closes #20806] |
|
Commit | Description | Notes |
reduce non-watch mode TypeScript diagnostic analysis overhead | ||
Commit | Description | Notes |
remove --prod option from README template | ||
don't add `skipTest` option to module schematic options |
[Closes #20811] |
|
add migration to remove `skipTests` from `@schematics/angular:module` |
[Closes #20848] |
|
Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Patil, Ryan Lester, Terence D. Honles, Alan Cohen
Commit | Description | Notes |
add experimental web-assembly |
[Closes #20762] |
|
add `NG_BUILD_MAX_WORKERS` settimgs to control maximum number of workers | ||
non injected styles should not count as initial |
[Closes #20781] |
|
revert open to 8.0.2 |
[Closes #20807] |
|
correctly resolve babel runtime helpers |
[Closes #20800] |
|
compile schema in synchronously |
[Closes #20847] |
|
execute dart-sass in a worker | ||
reduce JSON stats | ||
use CSS optimization plugin that leverages workers | ||
render Sass using a pool of workers | ||
clean no-longer used assets during builds | ||
Commit | Description | Notes |
cannot locate bin for temporary package | ||
clean node modules directory prior to updating | ||
improve `--prod` deprecation warning |
[Closes #20806] |
|
Commit | Description | Notes |
reduce non-watch mode TypeScript diagnostic analysis overhead | ||
Commit | Description | Notes |
remove --prod option from README template | ||
don't add `skipTest` option to module schematic options |
[Closes #20811] |
|
add migration to remove `skipTests` from `@schematics/angular:module` |
[Closes #20848] |
|
Alan Agius, Charles Lyding, Joey Perrott, Keen Yee Liau, Luca Vazzano, Pankaj Patil, Ryan Lester, Alan Cohen, Paul Gschwendtner
Commit | Description | Notes |
add implementation for defaultConfiguration | ||
Commit | Description | Notes |
add `postcss-preset-env` with stage 3 features | ||
drop support for karma version 5.2 | ||
drop support for ng-packagr version 11 | ||
enable inlineCritical by default | ||
show warning during build when project requires IE 11 support | ||
expose legacy-migrate message format | ||
integrate JIT mode linker |
[Closes #20281] |
|
upgrade to Webpack 5 throughout the build system | ||
support processing component inline CSS styles | ||
support specifying stylesheet language for inline component styles | ||
remove left-over `experimentalRollupPass` option | ||
support writing large Webpack stat outputs | ||
ensure output directory is present before writing stats JSON | ||
remove deprecated View Engine support for i18n extraction | ||
remove usage of deprecated View Engine compiler | ||
remove deprecated i18nLocale and i18nFormat options from i18n-extract | ||
update karma builder to use non-deprecated API | ||
disable webpack cache when using `NG_BUILD_CACHE` | ||
remove duplicate application bundle generation complete message | ||
mark programmatic builder execution functions as experimental | ||
avoid double build optimizer processing | ||
replace Webpack 4 `hashForChunk` hook usage | ||
use new Webpack watch API in karma webpack plugin | ||
recover from CSS optimization errors | ||
disable Webpack 5 automatic public path support | ||
always inject live reload client when using live reload | ||
change several builder options defaults | ||
show warning when using stylus | ||
avoid triggering file change after file build | ||
remove left-over `forkTypeChecker` option | ||
disable CSS declaration sorting optimizations |
[Closes #20693] |
|
disable `showCircularDependencies` by default | ||
use Webpack's GC memory caching in watch mode | ||
improve incremental time during Karma tests | ||
avoid async downlevel for known ES2015 code | ||
Commit | Description | Notes |
support Webpack 5 | ||
Commit | Description | Notes |
provide output path in builder results | ||
support Webpack 5 | ||
Commit | Description | Notes |
add handling for `defaultConfiguration` target definition property | ||
update schema validator | ||
ensure job input values are processed in order | ||
improve handling of set schema values |
[Closes #20594] |
|
Commit | Description | Notes |
add `defaultConfiguration` property to architect schema | ||
deprecate `--prod` command line argument | ||
confirm ng add action before installation | ||
support TypeScript 4.2 | ||
ensure odd number Node.js version message is a warning | ||
remove npm 7 incompatibility notification | ||
avoid exceptions for expected errors in architect commands | ||
ensure update migrations are fully executed | ||
exclude deprecated packages with removal migrations from update | ||
add message update updating from non LTS versions of the CLI | ||
ignore `tsickle` during updates | ||
run all migrations when updating from or between prereleases | ||
add package manager name and version in `ng version` output | ||
Support XDG Base Directory Specfication | ||
don't display options multiple times in schematics help output | ||
change package installation to async | ||
infer schematic defaults correctly when using `--project` |
[Closes #20666] |
|
propagate update's force option to package managers | ||
allow unsetting config when value is `undefined` | ||
allow config object to be of JSON. | ||
disallow additional properties in builders sections | ||
Commit | Description | Notes |
support Webpack 5 | ||
drop support for string based lazy loading | ||
support multiple plugin instances per compilation | ||
support generating data URIs for inline component styles in JIT | ||
support processing inline component styles in AOT | ||
remove Webpack 5 deprecation warning in resource loader | ||
use correct Webpack asset stage in resource loader | ||
remove Webpack plugin for deprecated ViewEngine compiler | ||
only track actual resource file dependencies | ||
avoid adding transitive dependencies to Webpack's dependency graph | ||
use precalculated dependencies in unused file check | ||
only check affected files for Angular semantic diagnostics | ||
cache results of processed inline resources | ||
rebuild Angular required files asynchronously | ||
reduce source file and Webpack module iteration | ||
Commit | Description | Notes |
add migration to remove deprecated options from 'angular.json' | ||
strict mode by default | ||
use new zone.js entry-points | ||
add migration to use new zone.js entry-points | ||
add migration to remove emitDecoratorMetadata | ||
augment `universal` schematics to import `platform-server` shims |
[Closes #40559] |
|
update new project dependencies version |
[Closes #20106] |
|
production builds by default | ||
deprecate `legacyBrowsers` application and ng-new option | ||
add migration to remove `lazyModules` configuration option | ||
add migration to update lazy loading string syntax to use dynamic imports | ||
update several TypeScript compilation target (Syntax) | ||
remove tslint and codelyzer from new projects |
[Closes #20105] [Closes #18465] |
|
add production by default optional migration | ||
update new workspaces to use Karma 6.3 | ||
remove `entryComponent` from `component` schematic | ||
configure new libraries to be published in Ivy partial mode | ||
update `jasmine-spec-reporter` to version 7 | ||
migrate web workers to support Webpack 5 | ||
only update removed v12 options in migration | ||
add `additionalProperties` to all schemas | ||
remove references to the prod flag | ||
only show legacy browsers deprecation warning when option is used | ||
remove leftover workspace tslint config | ||
correctly handle adding multi-line strings to `@NgModule` metadata | ||
run update-i18n migration for server builder | ||
update web-worker to support Webpack 5 | ||
set `inlineStyleLanguage` when application `style` option is used | ||
set `inlineStyleLanguage` for universal if present in build options | ||
remove jasmine-spec-reporter and ts-node from default workspace | ||
remove Protractor from home page | ||
remove lint command from package.json |
[Closes #20618] |
|
fix migration for namedChunks and option | ||
add "type" option in enum schematic | ||
only run `emitDecoratorMetadata` removal migration in safe workspaces | ||
replace `clientProject` with `project` |
@schematics/angular: remove `stylus` from `style` options (fd729ac)
(cherry picked from commit 0272fc55b67d1a3f986b996c8eb21aea31eedf51)
@angular-devkit/build-angular: change several builder options defaults (656f8d7)
Browser builder
Option | Previous default value | New default value |
---|---|---|
optimization | false | true |
aot | false | true |
buildOptimizer | false | true |
sourceMap | true | false |
extractLicenses | false | true |
namedChunks | true | false |
vendorChunk | true | false |
Server builder
Option | Previous default value | New default value |
---|---|---|
optimization | false | true |
sourceMap | true | false |
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
@angular-devkit/core: update schema validator (0875313)
NB: This change only effects schematics and builders authors.
@angular-devkit/build-angular: upgrade to Webpack 5 throughout the build system (d883ce5)
Webpack 5 now includes web worker support. However, the structure of the URL within the Worker
constructor must be in a specific format that differs from the current requirement.
Web worker usage should be updated as shown below (where ./app.worker
should be replaced with the actual worker name):
Before: new Worker('./app.worker', ...)
After: new Worker(new URL('./app.worker', import.meta.url), ...)
@ngtools/webpack: remove Webpack plugin for deprecated ViewEngine compiler (160102a)
@angular-devkit/build-angular: remove deprecated i18n options from server and browser builder (5cf9a08)
@angular-devkit/build-angular: remove deprecated i18nLocale and i18nFormat options from i18n-extract (eca5a01)
@angular-devkit/build-angular: remove usage of deprecated View Engine compiler (677913f)
@schematics/angular: remove `entryComponent` from `component` schematic (8582ddc)
@angular-devkit/build-angular: remove view engine app-shell generation (1c2aeeb)
@angular-devkit/build-angular: remove deprecated View Engine support for i18n extraction (012700a)
@angular/cli: confirm ng add action before installation (985dc1a)
@angular-devkit/build-angular: remove deprecated `lazyModules` option (8d66912)
@ngtools/webpack: drop support for string based lazy loading (0dc7327)
The following options which were used to support the above syntax were removed without replacement.
- discoverLazyRoutes
- additionalLazyModules
- additionalLazyModuleResources
- contextElementDependencyConstructor
@angular-devkit/build-angular: enable inlineCritical by default (aa3ea88)
See: https://angular.io/guide/workspace-config#optimization-configuration
@angular-devkit/build-angular: drop support for zone.js 0.10 (f309516)
@angular-devkit/build-angular: drop support for ng-packagr version 11 (44e75be)
@angular-devkit/build-angular: drop support for karma version 5.2 (fa5cf53)
set minimum Node.js version to 12.13 (d1f6169)
@angular-devkit/build-angular: remove file-loader dependency (6732294)
Before
import img from './images/asset.png';
After
<img src="images/asset.png" />
Alan Agius, Charles Lyding, Keen Yee Liau, Joey Perrott, Doug Parker, Cédric Exbrayat, Douglas Parker, George Kalpakas, Sam Bulatov, Joshua Chapman, Santosh Yadav, David Shevitz, Kristiyan Kostadinov
Alan Agius, Charles Lyding, Joey Perrott
Commit | Description | Notes |
disable CSS declaration sorting optimizations |
[Closes #20693] |
|
Commit | Description | Notes |
don't display options multiple times in schematics help output | ||
change package installation to async | ||
infer schematic defaults correctly when using `--project` |
[Closes #20666] |
|
Commit | Description | Notes |
rebuild Angular required files asynchronously | ||
reduce source file and Webpack module iteration | ||
Commit | Description | Notes |
add "type" option in enum schematic | ||
only run `emitDecoratorMetadata` removal migration in safe workspaces | ||
replace `clientProject` with `project` | ||
Alan Agius, Charles Lyding, Keen Yee Liau, Sam Bulatov, Doug Parker
Commit | Description | Notes |
remove left-over `forkTypeChecker` option | ||
output webpack-dev-server and webpack-dev-middleware errors | ||
improve incremental time during Karma tests | ||
avoid async downlevel for known ES2015 code | ||
Commit | Description | Notes |
improve handling of set schema values |
[Closes #20594] |
|
Commit | Description | Notes |
add package manager name and version in `ng version` output | ||
Support XDG Base Directory Specfication | ||
Commit | Description | Notes |
remove jasmine-spec-reporter and ts-node from default workspace | ||
remove Protractor from home page | ||
remove lint command from package.json |
[Closes #20618] |
|
avoid unuse imports for canLoad guard generation | ||
fix migration for namedChunks and option | ||
Commit | Description | Notes |
accept windows like paths for schematics | ||
Alan Agius, Charles Lyding, Joey Perrott, Cédric Exbrayat, Doug Parker, Joshua Chapman, Billy Lando, Santosh Yadav, mzocateli
@schematics/angular: remove `stylus` from `style` options (fd729ac)
(cherry picked from commit 0272fc55b67d1a3f986b996c8eb21aea31eedf51)
@angular-devkit/build-angular: change several builder options defaults (656f8d7)
Browser builder
Option | Previous default value | New default value |
---|---|---|
optimization | false | true |
aot | false | true |
buildOptimizer | false | true |
sourceMap | true | false |
extractLicenses | false | true |
namedChunks | true | false |
vendorChunk | true | false |
Server builder
Option | Previous default value | New default value |
---|---|---|
optimization | false | true |
sourceMap | true | false |
(cherry picked from commit 0a74d0d28daf68510459ed73ef048c91bfcabbbc)
Alan Agius, Charles Lyding, Keen Yee Liau, Joey Perrott, David Shevitz
@angular-devkit/core: update schema validator (0875313)
NB: This change only effects schematics and builders authors.
@angular-devkit/build-angular: upgrade to Webpack 5 throughout the build system (d883ce5)
@angular-devkit/build-angular: upgrade to Webpack 5 throughout the build system (d883ce5)
Before:
new Worker('./app.worker', ...)
After:
new Worker(new URL('./app.worker', import.meta.url), ...)
Alan Agius, Charles Lyding, Keen Yee Liau, Doug Parker, Douglas Parker
@ngtools/webpack: remove Webpack plugin for deprecated ViewEngine compiler (160102a)
@angular-devkit/build-angular: remove deprecated i18n options from server and browser builder (5cf9a08)
@angular-devkit/build-angular: remove deprecated i18nLocale and i18nFormat options from i18n-extract (eca5a01)
Charles Lyding, Renovate Bot, Alan Agius, Doug Parker, Joey Perrott
Commit | Description | Notes |
validate scripts and styles bundleName |
[Closes #20360] |
|
remove deprecated View Engine support for i18n extraction | ||
remove usage of deprecated View Engine compiler | ||
Commit | Description | Notes |
ensure update migrations are fully executed | ||
exclude deprecated packages with removal migrations from update | ||
Commit | Description | Notes |
use correct Webpack asset stage in resource loader | ||
only check affected files for Angular semantic diagnostics | ||
Commit | Description | Notes |
remove `entryComponent` from `component` schematic | ||
correctly handle adding multi-line strings to `@NgModule` metadata | ||
explicitly specify ServiceWorker registration strategy |
@angular-devkit/build-angular: remove usage of deprecated View Engine compiler (677913f)
@schematics/angular: remove `entryComponent` from `component` schematic (8582ddc)
@angular-devkit/build-angular: remove view engine app-shell generation (1c2aeeb)
@angular-devkit/build-angular: remove deprecated View Engine support for i18n extraction (012700a)
Charles Lyding, Alan Agius, Renovate Bot, George Kalpakas, Joey Perrott, Keen Yee Liau
Renovate Bot, Alan Agius, Charles Lyding, Keen Yee Liau
Commit | Description | Notes |
expose legacy-migrate message format | ||
integrate JIT mode linker |
[Closes #20281] |
|
display correct filename for bundles that are ES2016+ | ||
don't load an input sourcemap from file when using Babel | ||
support writing large Webpack stat outputs | ||
skip FESM2015 from `async` transformation | ||
remove Webpack Stats.toJson usage in analytics plugin | ||
remove Webpack Stats.toJson usage in karma plugin | ||
enforce Babel not to load sourcemaps from file | ||
disable `showCircularDependencies` by default | ||
Commit | Description | Notes |
provide output path in builder results | ||
Commit | Description | Notes |
confirm ng add action before installation | ||
support TypeScript 4.2 | ||
remove `project` from required properties in ng-packagr schema | ||
Commit | Description | Notes |
remove Webpack 5 deprecation warning in resource loader | ||
avoid adding transitive dependencies to Webpack's dependency graph | ||
use precalculated dependencies in unused file check | ||
Commit | Description | Notes |
update several TypeScript compilation target (Syntax) | ||
remove tslint and codelyzer from new projects |
[Closes #20105] [Closes #18465] |
|
remove references to the prod flag | ||
fix youtube icon margin | ||
only show legacy browsers deprecation warning when option is used | ||
remove Native value from viewEncapsulation option | ||
use title for svg on home page | ||
@angular/cli: confirm ng add action before installation (985dc1a)
Alan Agius, Charles Lyding, Renovate Bot, Doug Parker, Cédric Exbrayat, Kristiyan Kostadinov, Mouad Ennaciri, Omar Hasan
Commit | Description | Notes |
add implementation for defaultConfiguration | ||
Commit | Description | Notes |
show warning during build when project requires IE 11 support | ||
only remove nomodule and defer attributes empty values |
[Closes #20207] |
|
Commit | Description | Notes |
add handling for `defaultConfiguration` target definition property | ||
Commit | Description | Notes |
deprecate `--prod` command line argument | ||
add `defaultConfiguration` property to architect schema | ||
avoid exceptions for expected errors in architect commands | ||
add ng-packagr builder schema in IDE schema | ||
Commit | Description | Notes |
drop support for string based lazy loading | ||
Commit | Description | Notes |
add migration to update lazy loading string syntax to use dynamic imports | ||
add migration to remove `lazyModules` configuration option | ||
deprecate `legacyBrowsers` application and ng-new option | ||
production builds by default | ||
add `additionalProperties` to all schemas | ||
@angular-devkit/build-angular: remove deprecated `lazyModules` option (8d66912)
@ngtools/webpack: drop support for string based lazy loading (0dc7327)
The following options which were used to support the above syntax were removed without replacement.
- discoverLazyRoutes
- additionalLazyModules
- additionalLazyModuleResources
- contextElementDependencyConstructor
Alan Agius, Charles Lyding, Renovate Bot, Joey Perrott
@angular-devkit/build-angular: enable inlineCritical by default (aa3ea88)
See: https://angular.io/guide/workspace-config#optimization-configuration
Renovate Bot, Charles Lyding, Alan Agius, Keen Yee Liau, Douglas Parker, twerske
Commit | Description | Notes |
only show index and service worker status once | ||
disable declaration and declarationMap |
[Closes #20103] |
|
Commit | Description | Notes |
remove npm 7 incompatibility notification | ||
Commit | Description | Notes |
update new project dependencies version |
[Closes #20106] |
|
augment `universal` schematics to import `platform-server` shims |
[Closes #40559] |
|
add migration to remove emitDecoratorMetadata | ||
Renovate Bot, Charles Lyding, Alan Agius, Doug Parker, Joey Perrott, Jefiozie, George Kalpakas, Keen Yee Liau
Commit | Description | Notes |
drop support for ng-packagr version 11 | ||
drop support for karma version 5.2 | ||
Commit | Description | Notes |
support Webpack 5 | ||
Commit | Description | Notes |
support update migration packages with no entry points |
[Closes #20032] |
|
ensure odd number Node.js version message is a warning | ||
improve error logging when resolving update migrations | ||
Commit | Description | Notes |
support Webpack 5 | ||
normalize paths when pruning AOT rebuild requests | ||
Commit | Description | Notes |
add migration to use new zone.js entry-points | ||
use new zone.js entry-points |
@angular-devkit/build-angular: drop support for zone.js 0.10 (f309516)
@angular-devkit/build-angular: drop support for ng-packagr version 11 (44e75be)
@angular-devkit/build-angular: drop support for karma version 5.2 (fa5cf53)
Renovate Bot, Alan Agius, Charles Lyding, Keen Yee Liau, Aravind V Nair
Commit | Description | Notes |
add `postcss-preset-env` with stage 3 features | ||
ensure i18n extraction sourcemaps are fully configured | ||
the root Tailwind configuration file is always picked | ||
fixed ignoring of karma plugins config |
[Closes #19993] |
|
Commit | Description | Notes |
ensure job input values are processed in order | ||
Commit | Description | Notes |
update NPM 7 guidance | ||
Commit | Description | Notes |
reduce overhead of Angular compiler rebuild requests | ||
Commit | Description | Notes |
strict mode by default | ||
add migration to remove deprecated options from 'angular.json' | ||
only update removed v12 options in migration | ||
set minimum Node.js version to 12.13 (d1f6169)
@angular-devkit/build-angular: remove file-loader dependency (6732294)
Before
import img from './images/asset.png';
After
<img src="images/asset.png" />
Renovate Bot, Charles Lyding, Alan Agius, Doug Parker, Bruno Baia, Amadou Sall, S. Iftekhar Hossain
Note: For release notes prior to this CHANGELOG see release notes.