docs: update Angular Aria roadmap status

Update the roadmap to reflect that Angular Aria became stable in Angular v22 while development of new patterns continues.
This commit is contained in:
splincode
2026-08-07 21:00:26 +03:00
committed by Alon Mishne
parent 4fc6e319bf
commit 8e41e97dfe
+1 -1
View File
@@ -72,7 +72,7 @@ As part of this project, we'll explore the requirement space of cross framework
</docs-card>
<docs-card title="Components">
In Angular v21, we launched Angular Aria in developer preview, providing eight patterns for accessible, headless components. We're planning to promote these patterns to stable and introduce new patterns where needed. We want to provide developers with a solid foundation for developing their own components using Angular Aria - we provide the interactions and you bring the style that matches your design systems. Developers will have the choice of developing custom components with Angular Aria, use interaction patterns from the CDK, or use ready-made styled Material Components.
In Angular v21, we launched Angular Aria in developer preview, providing eight patterns for accessible, headless components. In Angular v22, we promoted Angular Aria to stable, and we plan to introduce new patterns where needed. We want to provide developers with a solid foundation for developing their own components using Angular Aria - we provide the interactions and you bring the style that matches your design systems. Developers will have the choice of developing custom components with Angular Aria, use interaction patterns from the CDK, or use ready-made styled Material Components.
For accessibility, we are continuously evaluating the components and patterns against accessibility standards such as WCAG and are working to fix any issues that arise from this process.
</docs-card>