Angular CLI: v11.1.0 Release

Release date:
January 20, 2021
Previous version:
v11.1.0-rc.0 (released January 13, 2021)
Magnitude:
27 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

30 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored January 15, 2021
Authored January 20, 2021
Authored January 20, 2021
Authored January 19, 2021
Authored January 19, 2021
Authored January 18, 2021
Authored January 18, 2021
Authored January 18, 2021
Authored January 16, 2021
Authored January 15, 2021
Authored January 15, 2021
Authored January 20, 2021
Authored January 20, 2021
Authored January 20, 2021

Top Contributors in v11.1.0

clydin
alan-agius4
renovate-bot
kyliau
cexbrayat
minijus

Directory Browser for v11.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Commits

<table> <tbody>

<tr><td colspan=3><h3>@angular-devkit/build-angular (0.1101.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/76b023e55e28e4cc668ffaa6346908554f2ac4ad"><img align="top" title="Feature" src="https://img.shields.io/badge/76b023e-feat-blue.svg" /> </a> </td>

<td>update IE11 Object/Array polyfills</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/ab72f8dab067391916527419ecb14ca15b133c3a"><img align="top" title="Feature" src="https://img.shields.io/badge/ab72f8d-feat-blue.svg" /> </a> </td>

<td>support extracting and merging with arb format</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/dc9766738dcb7ad1d4eeb79a25c14ef8fdf7941f"><img align="top" title="Feature" src="https://img.shields.io/badge/dc97667-feat-blue.svg" /> </a> </td>

<td>support extracting with json file</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/35d8adf02002115f5d6c2964c261f9336297abb8"><img align="top" title="Feature" src="https://img.shields.io/badge/35d8adf-feat-blue.svg" /> </a> </td>

<td>integrate Angular compiler linker</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/eb30a92e8ad4bf27461010b1917d1fcffd10ff31"><img align="top" title="Feature" src="https://img.shields.io/badge/eb30a92-feat-blue.svg" /> </a> </td>

<td>enable inlining of critical CSS optimizations</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/8d92a7cbf0651912308ad7a6df8f2ca609cef843"><img align="top" title="Feature" src="https://img.shields.io/badge/8d92a7c-feat-blue.svg" /> </a> </td>

<td>support using TypeScript 4.1</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/cc723d8d74986005c2455ca212cb4b41a5cdf56f"><img align="top" title="Feature" src="https://img.shields.io/badge/cc723d8-feat-blue.svg" /> </a> </td>

<td>support following symlinked asset directories</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/c4ca5fe5a6bf5a7fb748ac2eb8a8ca1077658c08"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/c4ca5fe-fix-green.svg" /> </a> </td>

<td>resolve i18n outFile with normalized format</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/37d8e25af80b268cea88b4c492823711d550fd15"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/37d8e25-fix-green.svg" /> </a> </td>

<td>generate consistent filenames</td>

<td>

<a href="https://github.com/angular/angular-cli/issues/15157"> [Closes #15157]<br /> </a>

</td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/ba9c755f33d5a7c247aade6ca7a1e90a1fada084"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/ba9c755-fix-green.svg" /> </a> </td>

<td>add console error when using HMR in production mode</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/ca69c8c6b4bd27007435e28f11b545c2983ec100"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/ca69c8c-fix-green.svg" /> </a> </td>

<td>update ScriptsWebpackPlugin to work with Webpack 5</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/227804fd6e47e7903ad3acd1b66020b74f8ecfda"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/227804f-fix-green.svg" /> </a> </td>

<td>stylus not resolving imports from libraries</td>

<td>

<a href="https://github.com/angular/angular-cli/issues/19524"> [Closes #19524]<br /> </a>

</td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/6fe8a6338d4906134e2dc5f7c95d086330d07cfd"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/6fe8a63-fix-green.svg" /> </a> </td>

<td>update index html webpack plugin to use non deprecated Webpack 5 API</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/f8b9fecf8883f277c34a130f6324816b2af41fe1"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/f8b9fec-fix-green.svg" /> </a> </td>

<td>allow default Webpack 5 caching</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/d71ee210bf6adcf35b51375de44061fc045421e0"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/d71ee21-fix-green.svg" /> </a> </td>

<td>apply local libraries sourcemap without vendor: true</td>

<td>

<a href="https://github.com/angular/angular-cli/issues/11305"> [Closes #11305]<br /> </a>

</td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/e96c1a9b461704fa95f2d0d9a135af403eb585d6"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/e96c1a9-fix-green.svg" /> </a> </td>

<td>update Angular peer dependencies to 11.1 prerelease</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/3acd694db3f6dcd2f6d9027b7959ebdede80153a"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/3acd694-fix-green.svg" /> </a> </td>

<td>remove workaround for Webpack 5 sourcemaps</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/88a379452460ed81a262a952d8a1735ff10f04ec"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/88a3794-fix-green.svg" /> </a> </td>

<td>show missing karma-coverage error when it's not configured</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/6703a7f9878c79bad83836932eac76a70b6532f8"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/6703a7f-fix-green.svg" /> </a> </td>

<td>convert file replacements to system paths before use</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/83fab6b4944b8aaefa92050a24e181de726a3c79"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/83fab6b-fix-green.svg" /> </a> </td>

<td>improve builder phase reporting</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/ea02b6e94710d43ab9c2738765c17d234dce353e"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/ea02b6e-fix-green.svg" /> </a> </td>

<td>re-enable webpack 5 license extraction support</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/05cd4d6109355386c0a9a267f3e40786c07f4853"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/05cd4d6-fix-green.svg" /> </a> </td>

<td>use source locale with non-localized dev serving</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@angular-devkit/build-webpack (0.1101.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/0d439a02530187898f50be4e4e352e8fefdf00f5"><img align="top" title="Feature" src="https://img.shields.io/badge/0d439a0-feat-blue.svg" /> </a> </td>

<td>add option for webpack stats output presence</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/d5348bd1910a9d8eb9c85d215a612fe3b25dee87"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/d5348bd-fix-green.svg" /> </a> </td>

<td>properly shutdown webpack 5 compilation</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@angular/cli (11.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/25446a09c1012231f6dca025687078b31f56944c"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/25446a0-fix-green.svg" /> </a> </td>

<td>avoid analytics cli object check if not present</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/cc6ce13e896da1983ecce7624edd147185555bcb"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/cc6ce13-fix-green.svg" /> </a> </td>

<td>add @angular-devkit/architect to ng-update packageGroup</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/36889b6a767506f8008f32f5a0b62cf294718d56"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/36889b6-fix-green.svg" /> </a> </td>

<td>update pacote to version 11</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/d368bfd684ca9a8b6f1ac35be6df780618b6f4cd"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/d368bfd-fix-green.svg" /> </a> </td>

<td>allow trailing commas in JSON files</td>

<td>

<a href="https://github.com/angular/angular-cli/issues/19576"> [Closes #19576]<br /> </a>

</td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/bd158e9f6d929b8360556e1b60b7cc8ae43744e3"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/bd158e9-fix-green.svg" /> </a> </td>

<td>show deprecation warning when using camel cased arguments</td>

<td> </td> </tr> <tr></tr>

<tr><td colspan=3><h3>@ngtools/webpack (11.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/5cda038ba7ecf386a8ad49954c32654994ffc30c"><img align="top" title="Feature" src="https://img.shields.io/badge/5cda038-feat-blue.svg" /> </a> </td>

<td>support using TypeScript 4.1</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/5e375a1bdf21063aeb383936bf81587a94806b32"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/5e375a1-fix-green.svg" /> </a> </td>

<td>use getDiagnosticsForFile instead of getDiagnostics</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/391d60cc3d0fafed9ab0a0c82a8f5000dde1273b"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/391d60c-fix-green.svg" /> </a> </td>

<td>remove use of Webpack compilation fileTimestamps property</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/8994da6d74ae03b989846d5ec0403bf5787db893"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/8994da6-fix-green.svg" /> </a> </td>

<td>normalize dependency paths before webpack use</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/4c46c191c76409f44f14cb8be405357796de086a"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/4c46c19-fix-green.svg" /> </a> </td>

<td>normalize resource path before rebuild check</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/c3f77b17129abf7b1fc67ec779cf78236762beab"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/c3f77b1-fix-green.svg" /> </a> </td>

<td>update Angular peer dependencies to 11.1 prerelease</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/c322a29283f8a81d0a580fc1881c18e7bc0082e0"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/c322a29-fix-green.svg" /> </a> </td>

<td>remove use of Webpack 5 deprecated compilationDependencies</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/eb313f7dc25bf99813452ce0ed8c9e5120d16a62"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/eb313f7-fix-green.svg" /> </a> </td>

<td>only use require.resolve as a fallback in NGCC processing</td>

<td>

<a href="https://github.com/angular/angular-cli/issues/19395"> [Closes #19395]<br /> </a>

</td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/d7ba0cf96a0db4071c9ddb91c26247a6db0667a3"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/d7ba0cf-fix-green.svg" /> </a> </td>

<td>normalize file replacement paths</td>

<td> </td> </tr> <tr></tr>

<tr><td colspan=3><h3>@schematics/angular (11.1.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/774cd52dd042dea3e9777c6dbe256765623d4a5c"><img align="top" title="Feature" src="https://img.shields.io/badge/774cd52-feat-blue.svg" /> </a> </td>

<td>generate new projects with TypeScript 4.1</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/535a5076d9f8122a53da6bc8b731689f796f8b5c"><img align="top" title="Feature" src="https://img.shields.io/badge/535a507-feat-blue.svg" /> </a> </td>

<td>update zone.js version to 0.11.3</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/0491717704428b25de32f76a4616e0c8d76a2965"><img align="top" title="Feature" src="https://img.shields.io/badge/0491717-feat-blue.svg" /> </a> </td>

<td>add enableI18nLegacyMessageIdFormat default to new projects</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/f73a878c67198e439ab8d7daf22cf078f1eb2129"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/f73a878-fix-green.svg" /> </a> </td>

<td>adjust block comment</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/b07fc6fafd9a7d65924a97840c6c48f179179057"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/b07fc6f-fix-green.svg" /> </a> </td>

<td>Alphabetized named imports</td>

<td> </td> </tr> <tr>

<td> <a href="https://github.com/angular/angular-cli/commit/2dac2ac769df2a0f39e157649fe7a70965b1b881"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/2dac2ac-fix-green.svg" /> </a> </td>

<td>Alphabetized import sources within a group</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@schematics/schematics (0.1101.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/83b23f81b1b386ea251fee7f7788581b981834e9"><img align="top" title="Feature" src="https://img.shields.io/badge/83b23f8-feat-blue.svg" /> </a> </td>

<td>generate new projects with TypeScript 4.1</td>

<td> </td> </tr> <tr></tr>

<tr><td colspan=3><h3>@schematics/update (0.1101.0)</h3></td></tr> <tr> <td><b>Commit</b> <td><b>Description</b> <td><b>Notes</b> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/17cc701bdd9680845fdeb583f9676a69c302f7ad"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/17cc701-fix-green.svg" /> </a> </td>

<td>update pacote to version 11</td>

<td> </td> </tr>

</tbody> </table>



Special Thanks

Renovate Bot, Charles Lyding, Alan Agius, Keen Yee Liau, Doug Parker, wenqi73, tim_frijters, Joey Perrott, JiaLiPassion, minijus, CΓ©dric Exbrayat, Oleksii Potiekhin, dependabot[bot], Pete Bacon Darwin, George Kalpakas