19.0.0-next.1 (2024-08-22)
compiler-cli
Commit | Description |
---|---|
ensure template style elements are preprocessed as inline styles (#57429) |
core
Commit | Description |
---|---|
support TypeScript 5.6 (#57424) | |
Allow zoneless scheduler to run inside fakeAsync (#56932)
| |
ComponentFixture autoDetect feature works like production (#55228) | |
handle hydration of components that project content conditionally (#57383) |
migrations
Commit | Description |
---|---|
account for members with doc strings and no modifiers (#57389) | |
avoid migrating route component in tests (#57317) | |
preserve type when using inject decorator (#57389) |
Breaking Changes
core
- The
autoDetect
feature ofComponentFixture
will now
attach the fixture to theApplicationRef
. As a result, errors during
automatic change detection of the fixture be reported to theErrorHandler
.
This change may cause custom error handlers to observe new failures that were previously unreported.