Angular: 19.0.0-next.10 Release

Release date:
October 16, 2024
Previous version:
19.0.0-next.9 (released October 10, 2024)
Magnitude:
6,673 Diff Delta
Contributors:
17 total committers
Data confidence:
Commits:

Top Contributors in 19.0.0-next.10

JeanMeche
crisbeto
devversion
dgp1130
jessicajaniuk
clydin
arturovt
angular-robot
alan-agius4
reosablo

Directory Browser for 19.0.0-next.10

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

19.0.0-next.10 (2024-10-16)

compiler

| Commit | Description | | -- | -- | | feat - 0c9d721ac1 | add support for the typeof keyword in template expressions. (#58183) | | fix - a3cb530d84 | handle typeof expressions in serializer (#58217) | | fix - ba4340875a | ignore placeholder-only i18n messages (#58154) |

compiler-cli

| Commit | Description | | -- | -- | | feat - 231e6ff6ca | generate the HMR replacement module (#58205) | | fix - fb44323c51 | incorrectly generating relative file paths on case-insensitive platforms (#58150) |

core

| Commit | Description | | -- | -- | | feat - 6b8c494d05 | flipping the default value for standalone to true (#58169) | | feat - 3f1e7ab6ae | promote outputFromObservable & outputToObservable to stable. (#58214) | | feat - 97c44a1d6c | Promote takeUntilDestroyed to stable. (#58200) | | feat - 819ff034ce | treat directives, pipes, components as by default (#58229) |

Breaking Changes

core

  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.