Angular: 16.0.0-rc.4 Release

Release date:
May 1, 2023
Previous version:
16.0.0-rc.3 (released April 27, 2023)
Magnitude:
4,606 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

Top Contributors in 16.0.0-rc.4

MarkTechson
bob-watson
jelbourn
alxhub
atscott
MatthiasKunnen
leosvelperez
dylhunn
JeanMeche
devversion

Directory Browser for 16.0.0-rc.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="16.0.0-rc.4"></a>

16.0.0-rc.4 (2023-05-01)

common

| Commit | Description | | -- | -- | | fix - 80ed0a4868 | fix incorrectly reported distortion for padded images (#49889) |

compiler-cli

| Commit | Description | | -- | -- | | fix - 6da1054a42 | catch fatal diagnostic when getting diagnostics for components (#50046) |

platform-server

| Commit | Description | | -- | -- | | fix - 5ea624f313 | remove dependency on @angular/platform-browser-dynamic (#50064) |

Breaking Changes

platform-server

  • Users that are using SSR with JIT mode will now need to add import to @angular/compiler before bootstrapping the application.

NOTE: this does not effect users using the Angular CLI.