angular v15.0.0-rc.3 Release Notes

Release Date: 2022-11-09 // over 1 year ago
  • 💥 Breaking Changes

    core

    • ⚡️ Existing iframe usages may have security-sensitive attributes applied as an attribute or property binding in a template or via host bindings in a directive. Such usages would require an update to ensure compliance with the new stricter rules around iframe bindings. ### core | Commit | Type | Description | | -- | -- | -- | | 37a25486cf | fix | addzone.js version 0.12.x as a valid peer dependency (#48002) | | 28f289b825 | fix | hardening attribute and property binding rules for elements (#47964) | ### forms | Commit | Type | Description | | -- | -- | -- | | 2625dc1312 | fix | Improve a very commonly viewed error message by adding a guide. (#47969) | | ae29f98c20 | fix | Runtime error pages must begin with leading zero (#47991) | ### http | Commit | Type | Description | | -- | -- | -- | | e7b48da713 | fix | rename withLegacyInterceptors to withInterceptorsFromDi (#47901) | ### router | Commit | Type | Description | | -- | -- | -- | | b8a6f7491b | fix | fix redirectTo on named outlets - resolves #33783 (#47927) | ## Special Thanks Alan Agius, Albert Szekely, Alex Castle, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dylan Hunn, Kristiyan Kostadinov, Markus Eckstein, Matthieu Riegler, Paul Gschwendtner, Peter Scriven and abergquist

    <!-- CHANGELOG SPLIT MARKER -->