Angular CLI: v12.0.3 Release

Release date:
June 2, 2021
Previous version:
v12.0.2 (released May 26, 2021)
Magnitude:
274 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in v12.0.3

alan-agius4
dgp1130
clydin
why520crazy
renovate-bot
dependabot-bot

Directory Browser for v12.0.3

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 (12.0.3)</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/19ef42a37e705cc81ec18a04fc69d01e14937136"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/19ef42a-fix-green.svg" /> </a> </td>

<td>do not resolve web-workers in server builds</td>

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

</td> </tr>

<tr>

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

<td>provided earlier build feedback in console</td>

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

</td> </tr>

<tr>

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

<td>correctly ignore inline styles during i18n extraction</td>

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

</td> </tr>

<tr>

<td> <a href="https://github.com/angular/angular-cli/commit/bd88af5154e379a2f587edaf594b05f93af38080"><img align="top" title="Performance Improvement" src="https://img.shields.io/badge/bd88af5-perf-orange.svg" /> </a> </td>

<td>update license-webpack-plugin to 2.3.19</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@angular-devkit/build-webpack (0.1200.3)</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/c68572f4eab8f129d6948fbe5f238d3d1324f1ed"><img align="top" title="Performance Improvement" src="https://img.shields.io/badge/c68572f-perf-orange.svg" /> </a> </td>

<td>include only required stats in webpackStats</td>

<td> </td> </tr>

<tr></tr>

<tr><td colspan=3><h3>@angular-devkit/core (12.0.3)</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/bf1122bd2fc4c50e6e72739f7197b7d1e547ea4f"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/bf1122b-fix-green.svg" /> </a> </td>

<td>show allowed enum values when validation on enum fails</td>

<td> </td> </tr>

<tr>

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

<td>handle complex smart defaults in schemas</td>

<td> </td> </tr>

<tr>

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

<td>handle async schema validations</td>

<td> </td> </tr>

<tr>

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

<td>transform path using getSystemPath for NodeJsAsyncHost's exists method</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@angular/cli (12.0.3)</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/6c2642189ceed3d247cc9df97a9a4ef53dbf99d7"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/6c26421-fix-green.svg" /> </a> </td>

<td>update supported range of node versions to be less restrictive</td>

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

</td> </tr>

<tr></tr>

<tr><td colspan=3><h3>@ngtools/webpack (12.0.3)</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/ff87570b22a57b0ccd0382d3244dfb53d1c4e772"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/ff87570-fix-green.svg" /> </a> </td>

<td>normalize paths when adding file dependencies</td>

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

</td> </tr>

<tr>

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

<td>remove redundant inline style cache</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@schematics/angular (12.0.3)</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/06e0a724f67f4c4bdc3d1efe5c8d4c21b7669738"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/06e0a72-fix-green.svg" /> </a> </td>

<td>make version 12 workspace config migration idempotent</td>

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

</td> </tr>

<tr>

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

<td>show better error when non existing project is passed to the component schematic</td>

<td> </td> </tr>

</tbody> </table>



Special Thanks

Alan Agius, Doug Parker, Charles Lyding, why520crazy