Angular CLI: 17.0.0-next.1 Release

Release date:
September 6, 2023
Previous version:
17.0.0-next.0 (released August 30, 2023)
Magnitude:
317 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in 17.0.0-next.1

clydin
dgp1130
alan-agius4
crisbeto
angular-robot
aanchal88

Directory Browser for 17.0.0-next.1

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

Release Notes Published

<a name="17.0.0-next.1"></a>

17.0.0-next.1 (2023-09-06)

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | fix - 6b08efa6f | account for arrow function IIFE | | fix - 188a00f3e | elide setClassMetadataAsync calls |

@angular-devkit/schematics

| Commit | Description | | -- | -- | | refactor - f600bbc97 | remove deprecated runExternalSchematicAsync and runSchematicAsync |

@ngtools/webpack

| Commit | Description | | -- | -- | | fix - 4fe03266a | account for arrow function IIFE | | fix - 89f21ac8c | remove setClassMetadataAsync calls |

Breaking Changes

@angular-devkit/schematics

  • deprecated runExternalSchematicAsync and runSchematicAsync methods have been removed in favor of runExternalSchematic and runSchematic.