Skip to content

Commit d0ac4fe

Browse files
amyblaismarianunez
andauthored
Apply suggestions from code review
Co-authored-by: Maria A Nunez <[email protected]>
1 parent a60b96a commit d0ac4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/about/mattermost-v10-changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Support for Mattermost Server v9.11 [Extended Support Release](https://docs.matt
2222
- Mattermost has stopped official Mattermost server builds for the Microsoft Windows operating system. Administrators should migrate existing Mattermost server installations to use the official Linux builds. See more details in [this forum post](https://forum.mattermost.com/t/deprecation-notice-server-builds-for-microsoft-windows/21498).
2323

2424
### Breaking Changes
25-
- The internal workings of the ``PluginLinkComponent`` in the webapp have been improved. Plugins that register link tooltips using ``registerLinkTooltipComponent`` will see changes in how tooltip components are managed. Link tooltips are now unmounted from the DOM by default, significantly improving performance. They are only mounted when a link is hovered over or focused. As a result, plugins may need to update their components to properly handle mounting and unmounting scenarios.
25+
- The internal workings of the ``PluginLinkComponent`` in the webapp have been changed to unmounted link tooltips from the DOM by default, significantly improving performance. Plugins that register link tooltips using ``registerLinkTooltipComponent`` will see changes in how tooltip components are managed. They are only mounted when a link is hovered over or focused. As a result, plugins may need to update their components to properly handle mounting and unmounting scenarios.
2626

2727
```{Important}
2828
If you upgrade from a release earlier than v10.3, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html).
@@ -39,7 +39,7 @@ If you upgrade from a release earlier than v10.3, please read the other [Importa
3939
- Added the ability to modify post attachments during edit.
4040
- The channel bookmarks bar is now hidden when there are no bookmarks in the channel. Bookmarks can now be added from the channel menu.
4141
- Removed the video from the onboarding checklist.
42-
- Improved accessibility of many form labels throughout the app.
42+
- Improved accessibility throughout the webapp by fixing several issues around keyboard navigation and screen reader focused on modals, RHS and core chat functionality.
4343

4444
#### Administration
4545
- Added the migrations, store layer and service for the Property System Architecture.

0 commit comments

Comments
 (0)