diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..fc7a16a0a9 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -56,6 +56,17 @@ The following premium plugin updates were released alongside {productname} {rele {productname} {release-version} also includes the following addition: +=== New `tinymce.dom.AriaAnnouncer` API for screen reader announcements +// #TINY-12791 + +{productname} {release-version} adds the `+tinymce.dom.AriaAnnouncer+` API for sending messages to screen readers through an `+aria-live+` region without shifting focus. The `+announce+` method accepts a message and an optional `+{ assertive }+` setting. Integrators can use it to announce formatting changes, for example by listening to the `+FormatApply+` and `+FormatRemove+` events. + +[source,js] +---- +tinymce.dom.AriaAnnouncer.announce('Bold on'); +tinymce.dom.AriaAnnouncer.announce('Error occurred', { assertive: true }); +---- + // === // #TINY-vwxyz1