Angular CLI: v11.0.0-next.5 Release

Release date:
October 8, 2020
Previous version:
v11.0.0-next.4 (released October 8, 2020)
Magnitude:
520 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

45 Features Released with v11.0.0-next.5

Top Contributors in v11.0.0-next.5

clydin
alan-agius4
josephperrott
jaroslawsawicki
renovate-bot
drumonii
bampakoa
kyliau

Directory Browser for v11.0.0-next.5

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/core (11.0.0-next.5)</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/660f214f9a6682883dc857e05de34c63229c9ff0"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/660f214-fix-green.svg" /> </a> </td>

<td>remove deprecated isObservable function</td>

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

<tr><td colspan=3><h3>@angular-devkit/schematics (11.0.0-next.5)</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/5bc3616f300bc1755f2e2b36ca16da4aa2fa54c1"><img align="top" title="Feature" src="https://img.shields.io/badge/5bc3616-feat-blue.svg" /> </a> </td>

<td>support schema validation in NodeWorkflow</td>

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

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

<td>allow using a root path with NodeWorkflow</td>

<td> </td> </tr>

<tr><td colspan=3><h3>@angular/cli (11.0.0-next.5)</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/90988aaf5288ccdc5b6bbfde76197fc209b906de"><img align="top" title="Bug Fix" src="https://img.shields.io/badge/90988aa-fix-green.svg" /> </a> </td>

<td>collect analytics option usage from workspace config and prompts</td>

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

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

<td>add blank line in migration commit message</td>

<td> </td> </tr>

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

<td>add prompt to strict mode</td>

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

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

<td>add user-analytics to strict mode option</td>

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

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

<td>generate E2E tests with native promise support</td>

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

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

<td>pass down recursive flag</td>

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

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

<td>test findNodes with recursive flag</td>

<td> </td> </tr>

</tbody> </table>


Breaking Changes

<h3> @angular-devkit/core: remove deprecated isObservable function (<a href="https://github.com/angular/angular-cli/commit/660f214f9a6682883dc857e05de34c63229c9ff0">660f214</a>) </h3> Deprecated isObservable function removed. As an alternative, use isObservable from the rxjs package. NOTE: This change does not affect application development.


Special Thanks

Charles Lyding, Alan Agius, Renovate Bot, jaroslawsawicki, Keen Yee Liau, Joey Perrott, Drummond Dawson, Aristeidis Bampakos