Angular: 19.0.0-next.3 Release

Release date:
September 4, 2024
Previous version:
19.0.0-next.2 (released August 28, 2024)
Magnitude:
9,073 Diff Delta
Contributors:
14 total committers
Data confidence:
Commits:

77 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored August 30, 2024
Authored September 4, 2024

Top Contributors in 19.0.0-next.3

devversion
crisbeto
JeanMeche
alxhub
pkozlowski-opensource
alan-agius4
atscott
AndrewKushnir
jelbourn
AleksanderBodurri

Directory Browser for 19.0.0-next.3

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="19.0.0-next.3"></a>

19.0.0-next.3 (2024-09-04)

compiler

| Commit | Description | | -- | -- | | feat - a2e4ee0cb3 | add diagnostic for unused standalone imports (#57605) |

core

| Commit | Description | | -- | -- | | feat - 8bcc663a53 | drop support for TypeScript 5.4 (#57577) | | feat - e6e5d29e83 | initial version of the output migration (#57604) | | feat - be2e49639b | introduce afterRenderEffect (#57549) |

elements

| Commit | Description | | -- | -- | | fix - fe5c4e086a | support output()-shaped outputs (#57535) |

http

| Commit | Description | | -- | -- | | fix - c2892fee58 | Dynamicaly call the global fetch implementation (#57531) |

language-service

| Commit | Description | | -- | -- | | feat - 8da9fb49b5 | add code fix for unused standalone imports (#57605) | | feat - 1f067f4507 | add code reactoring action to migrate @Input to signal-input (#57214) | | feat - 56ee47f2ec | allow code refactorings to compute edits asynchronously (#57214) |

Breaking Changes

core

  • * TypeScript versions less than 5.5 are no longer supported.