diff --git a/.changeset/eight-dolls-sniff.md b/.changeset/eight-dolls-sniff.md index 67758c298cb..269564870f5 100644 --- a/.changeset/eight-dolls-sniff.md +++ b/.changeset/eight-dolls-sniff.md @@ -3,3 +3,5 @@ --- Added `loading` prop/functionality to the Button component. This prop will display a spinner to indicate that the action is in progress. This is useful for actions that take some time to process, such as submitting a form or loading data. + +Added `announcement` prop/functionality to the Button component. This prop will announce a message to screen readers. Meant to be used in conjunction with the `loading` prop.