Angular CLI: v10.0.0-next.3 Release

Release date:
April 29, 2020
Previous version:
v10.0.0-next.2 (released April 22, 2020)
Magnitude:
204 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in v10.0.0-next.3

alan-agius4
kyliau
clydin
renovate-bot
petebacondarwin
mgechev

Directory Browser for v10.0.0-next.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 (0.1000.0-next.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/c034477dc5e64259fa1cff23a8d0646748a49521"><img align="top" title="Feature" src="https://img.shields.io/badge/c034477-feat-blue.svg" /> </a> </td>

<td>rebase relative stylesheet assets when using preprocessors</td>

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

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

<td>disable inline svg optimizations</td>

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

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

<td>the path to source_file_utils changed in v10.0.0</td>

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

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

<td>ensure webpack tilde resolve behavior for stylesheet resources</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@schematics/angular (10.0.0-next.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/5855c14e769ebda2a07423628ae07e3ed3108578"><img align="top" title="Feature" src="https://img.shields.io/badge/5855c14-feat-blue.svg" /> </a> </td>

<td>add migration for evalSourceMap, vendorSourceMap profile and skipAppShell options.</td>

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

</tbody> </table>


Breaking Changes

@angular-devkit/build-angular: remove deprecated evalSourceMap, vendorSourceMap, profile and skipAppShell options (<a href="https://github.com/angular/angular-cli/commit/8fb7e586cc2d9bd1795bb918d5f104682fb0e5a3">8fb7e58</a>)

The following deprecated devkit builders options have been removed:

  • skipAppShell: This has no effect
  • evalSourceMap: This done to improve performance in older versions of the CLI and is no longer needed
  • vendorSourceMap: Use sourceMap.vendor instead
  • profile: Use NG_BUILD_PROFILING environment variable instead

Special Thanks

Renovate Bot, Alan Agius, Keen Yee Liau, Charles Lyding, Minko Gechev, Pete Bacon Darwin