diff --git a/CHANGELOG.md b/CHANGELOG.md index fa74ccbf..570af8d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ + +# 16.2.2 (2023-08-23) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [a43c0772ea](https://github.com/angular/angular/commit/a43c0772ea74410b0492a178c656268a465d3b09) | fix | Allow safeUrl for ngSrc in NgOptimizedImage ([#51351](https://github.com/angular/angular/pull/51351)) | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [39ace8664b](https://github.com/angular/angular/commit/39ace8664b843225a75dd706236ae13e171126d3) | fix | enforce a minimum version to be used when a library uses input transform ([#51413](https://github.com/angular/angular/pull/51413)) | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [36f434e49d](https://github.com/angular/angular/commit/36f434e49d24f0393950299486141a121d42e044) | fix | guard the jasmine hooks ([#51394](https://github.com/angular/angular/pull/51394)) | +### router +| Commit | Type | Description | +| -- | -- | -- | +| [b0396e7164](https://github.com/angular/angular/commit/b0396e7164c08e01d24d2d8411edf1ccf4b52826) | fix | Ensure `canceledNavigationResolution: 'computed'` works on first page ([#51441](https://github.com/angular/angular/pull/51441)) | + + + + +# 16.2.1 (2023-08-16) +### router +| Commit | Type | Description | +| -- | -- | -- | +| [232a8c1b8d](https://github.com/angular/angular/commit/232a8c1b8dadf3f886b4bd0142613d116c865759) | fix | Apply named outlets to children empty paths not appearing in the URL ([#51292](https://github.com/angular/angular/pull/51292)) | + + + # 16.2.0 (2023-08-09) ### benchpress diff --git a/aio/content/demos/first-app/src/index.html b/aio/content/demos/first-app/src/index.html index 1ac50ab8..5507514b 100644 --- a/aio/content/demos/first-app/src/index.html +++ b/aio/content/demos/first-app/src/index.html @@ -1,4 +1,5 @@ - + +
🌷