From 4b72a4d0f9b7bc9050efa1e2ba11d7304dbc0422 Mon Sep 17 00:00:00 2001 From: sumeyye Date: Thu, 26 Feb 2026 16:49:16 +0300 Subject: [PATCH] update: migration document --- docs/en/release-info/migration-guides/abp-10-2.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en/release-info/migration-guides/abp-10-2.md b/docs/en/release-info/migration-guides/abp-10-2.md index 56e4b579bc..6ba5b822ec 100644 --- a/docs/en/release-info/migration-guides/abp-10-2.md +++ b/docs/en/release-info/migration-guides/abp-10-2.md @@ -109,6 +109,13 @@ x.SetBasePath("/tickerq"); x.WithHostAuthentication(); ``` +#### Angular Aria feature implementation + +ABP now uses Angular's ARIA support for accessible tabs. Add the `@angular/aria` package (version `~21.1.0`) to your Angular project. + +> See [#24684](https://github.com/abpframework/abp/issues/24684) for details. + + #### Other changes - **Typo fix:** `result.IsSucceded` → `result.IsSucceeded`