Angular: 19.0.0-next.1 Release

Release date:
August 22, 2024
Previous version:
19.0.0-next.0 (released August 14, 2024)
Magnitude:
1,094 Diff Delta
Contributors:
12 total committers
Data confidence:
Commits:

23 Commits in this Release

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

Authored August 22, 2024
Authored August 14, 2024
Authored August 14, 2024

Top Contributors in 19.0.0-next.1

atscott
AndrewKushnir
clydin
dylhunn
angular-robot
devversion
aakoch
davidlj95
demike
vladboisa

Directory Browser for 19.0.0-next.1

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

19.0.0-next.1 (2024-08-22)

compiler-cli

| Commit | Description | | -- | -- | | feat - 9e87593055 | ensure template style elements are preprocessed as inline styles (#57429) |

core

| Commit | Description | | -- | -- | | feat - b063468027 | support TypeScript 5.6 (#57424) | | fix - 3b0dca75d6 | Allow zoneless scheduler to run inside fakeAsync (#56932) | | fix - f03d274e87 | ComponentFixture autoDetect feature works like production (#55228) | | fix - d4449fce21 | handle hydration of components that project content conditionally (#57383) |

migrations

| Commit | Description | | -- | -- | | fix - 4ae66f25d0 | account for members with doc strings and no modifiers (#57389) | | fix - ac93839d69 | avoid migrating route component in tests (#57317) | | fix - 58a79b6e43 | preserve type when using inject decorator (#57389) |

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.