diff --git a/.changeset/a11y_message_composing.md b/.changeset/a11y_message_composing.md index d76a0a63..78cc9638 100644 --- a/.changeset/a11y_message_composing.md +++ b/.changeset/a11y_message_composing.md @@ -1,5 +1,5 @@ --- -sable: patch +default: patch --- added a few accessibility tags to the elements involved in message composing diff --git a/.changeset/fix_msgtype_of_headpat_event.md b/.changeset/fix_msgtype_of_headpat_event.md index d5c5c7dd..11f5d655 100644 --- a/.changeset/fix_msgtype_of_headpat_event.md +++ b/.changeset/fix_msgtype_of_headpat_event.md @@ -1,5 +1,5 @@ --- -sable: patch +default: patch --- chang to more standard compliant msgtype `m.emote` for `/headpat` event diff --git a/.changeset/underline_links_setting_no_longer_affects_the_entire_app.md b/.changeset/underline_links_setting_no_longer_affects_the_entire_app.md index e56d3fc5..dbbf3574 100644 --- a/.changeset/underline_links_setting_no_longer_affects_the_entire_app.md +++ b/.changeset/underline_links_setting_no_longer_affects_the_entire_app.md @@ -2,6 +2,4 @@ default: patch --- -# "Underline Links" setting no longer affects the entire app - -The "Underline Links" accessibility setting was incorrectly applying link underlines globally, including to buttons in the Lobby and Message Search in spaces. It is now scoped to only the areas where it's relevant, which is chat messages, user bios, and room descriptions. The setting description in Appearance has been updated to reflect this. +"Underline Links" setting no longer affects the entire app, only links in chat, bios, and room descriptions.