release: cut the v19.0.4 release

This commit is contained in:
Alex Rickabaugh 2024-12-12 02:05:35 -08:00
parent c3cd2273e2
commit ec91da095f
2 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,21 @@
<a name="19.0.4"></a>
# 19.0.4 (2024-12-12)
### compiler-cli
| Commit | Type | Description |
| -- | -- | -- |
| [7e612171709](https://github.com/angular/angular/commit/7e6121717098462b4f53dc7212064243f2bcf024) | fix | consider pre-release versions when detecting feature support ([#59061](https://github.com/angular/angular/pull/59061)) |
| [cd764a31152](https://github.com/angular/angular/commit/cd764a31152004d37aa621efc4990c090d86f1e0) | fix | error in unused standalone imports diagnostic ([#59064](https://github.com/angular/angular/pull/59064)) |
### core
| Commit | Type | Description |
| -- | -- | -- |
| [34ded10fa60](https://github.com/angular/angular/commit/34ded10fa6061a12531de8837a436cf0a1ac20b8) | fix | Fix a bug where snapshotted functions are being run twice if they return a nullish/falsey value. ([#59073](https://github.com/angular/angular/pull/59073)) |
### platform-browser
| Commit | Type | Description |
| -- | -- | -- |
| [ae0802d63c5](https://github.com/angular/angular/commit/ae0802d63c50307791e8a5d765573836dfe89075) | fix | collect external component styles from server rendering ([#59031](https://github.com/angular/angular/pull/59031)) |
<!-- CHANGELOG SPLIT MARKER -->
<a name="19.0.3"></a>
# 19.0.3 (2024-12-04)

View file

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "19.0.3",
"version": "19.0.4",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",