Angular CLI: 15.0.0-next.0 Release

Release date:
October 5, 2023
Previous version:
14.2.13 (released October 5, 2023)
Magnitude:
1,779 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

28 Features Released with 15.0.0-next.0

Top Contributors in 15.0.0-next.0

alan-agius4
jbedard
dgp1130
crisbeto
devversion
josephperrott
clydin
atscott
AgentEnder

Directory Browser for 15.0.0-next.0

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="15.0.0-next.0"></a>

15.0.0-next.0 (2022-09-08)

Breaking Changes

@angular/cli

  • The 'path' option in schematics schema no longer has a special meaning. Use 'workingDirectory' smart default provider should be used instead. ### @schematics/angular
  • Removed unusedappDir option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect. ## ### @schematics/angular | Commit | Description | | -- | -- | | fix - 57d93fb7d | mark project as required option | | refactor - 69b221498 | remove deprecated appDir option | ### @angular/cli | Commit | Description | | -- | -- | | refactor - 774d349b7 | remove deprecated path handler | ### @angular-devkit/build-angular | Commit | Description | | -- | -- | | perf - feb06753d | use esbuild-based builder to directly downlevel for await...of | ## Special Thanks Alan Agius, Charles Lyding, Doug Parker, Ruslan Lekhman and angular-robot[bot]