Angular CLI: 15.0.0-next.4 Release

Release date:
October 6, 2022
Previous version:
15.0.0-next.3 (released September 28, 2022)
Magnitude:
387 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

24 Features Released with 15.0.0-next.4

Top Contributors in 15.0.0-next.4

clydin
alan-agius4
tvsbrent
cexbrayat
minijus
angular-robot

Directory Browser for 15.0.0-next.4

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.4"></a>

15.0.0-next.4 (2022-10-05)

Breaking Changes

@angular/cli

  • Node.js versions older than 14.20 are no longer supported. ### @schematics/angular | Commit | Description | | -- | -- | | feat - b6897dbb0 | remove karma.conf.js from newly generated projects | | feat - 301b5669a | remove ngOnInit from component template | | fix - 84e3f7727 | remove empty lines | ### @angular/cli | Commit | Description | | -- | -- | | feat - 4b623461a | drop support for Node.js versions older than 14.20 | ### @angular-devkit/build-angular | Commit | Description | | -- | -- | | feat - 67324b3e5 | add initial incremental code rebuilding to esbuild builder | | feat - 3d94ca21b | add initial watch support to esbuild-based builder | | feat - 2b6029245 | providing a karma config is now optional | | fix - f9a2c3a12 | allow both script and module sourceTypes to be localized | | fix - b6df9c136 | handle conditional exports in scripts and styles option | | fix - 8f8e02c32 | support Yarn PNP resolution in modern SASS API | ### @angular-devkit/schematics | Commit | Description | | -- | -- | | fix - 8eb58bdbe | throw more relevant error when Rule returns invalid null value | ## Special Thanks Alan Agius, Brent Schmidt, Charles Lyding, Cédric Exbrayat and minijus