diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ec1e93cf07..f1003b3d039d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# 19.2.15 "abuite-ant" (2025-05-07) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [85e448678](https://github.com/angular/components/commit/85e448678db1a37d3e93853513edc16f6b336044) | fix | **dialog:** avoid setting aria-hidden before focus has moved ([#31030](https://github.com/angular/components/pull/31030)) ([#31036](https://github.com/angular/components/pull/31036)) | +### docs +| Commit | Type | Description | +| -- | -- | -- | +| [02a893a6d](https://github.com/angular/components/commit/02a893a6de80089c1214283fbfb5e0ee62a8569f) | fix | Automatic scrolling fails on screens smaller than 721px due to flexbox behavior ([#31037](https://github.com/angular/components/pull/31037)) | + + + # 19.2.14 "sodium-scallop" (2025-05-01) diff --git a/package.json b/package.json index 8964807d2eca..f1f6b24f9236 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky" }, - "version": "19.2.14", + "version": "19.2.15", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",