diff --git a/apps/website/components/alert/api.md b/apps/website/components/alert/api.md index bdca2102eb..7bf989a3c3 100644 --- a/apps/website/components/alert/api.md +++ b/apps/website/components/alert/api.md @@ -3,6 +3,13 @@ title: API toc: true --- + + Deprecation: Since v4, we will no longer handle setting `aria-live` and announcing the message for you by default. Based on the application use case, you can use the new `ClrAriaLiveService` to make announcements when they make sense for a user to hear about updates or loading status changes. This will result in of removing few inputs provided by the component such as `clrPolite`, `clrAssertive`, `clrOff`. + + + + + ## Angular Components {.section-header}